Properties
Private
Optional
_feePoolAddress
_feePoolAddress?: Buffer
Private
_maxBlockHeightZeroFeePerByte
_maxBlockHeightZeroFeePerByte: number
Private
_minFeePerByte
_minFeePerByte: number
Private
_tokenID
_tokenID: Buffer
Private
_tokenMethod
_tokenMethod: TokenMethod
configSchema
configSchema: {
$id: string;
properties: {
feePoolAddress: {
format: string;
type: string;
};
feeTokenID: {
format: string;
type: string;
};
maxBlockHeightZeroFeePerByte: {
format: string;
type: string;
};
minFeePerByte: {
format: string;
type: string;
};
};
required: string[];
type: string;
} = configSchema
Type declaration
-
$id: string
-
properties: {
feePoolAddress: {
format: string;
type: string;
};
feeTokenID: {
format: string;
type: string;
};
maxBlockHeightZeroFeePerByte: {
format: string;
type: string;
};
minFeePerByte: {
format: string;
type: string;
};
}
-
feePoolAddress: {
format: string;
type: string;
}
-
format: string
-
type: string
-
feeTokenID: {
format: string;
type: string;
}
-
format: string
-
type: string
-
maxBlockHeightZeroFeePerByte: {
format: string;
type: string;
}
-
format: string
-
type: string
-
minFeePerByte: {
format: string;
type: string;
}
-
format: string
-
type: string
-
required: string[]
-
type: string
crossChainMethod
crossChainMethod: FeeInteroperableMethod = ...
endpoint
endpoint: FeeEndpoint = ...
events
events: NamedRegistry = ...
offchainStores
offchainStores: NamedRegistry = ...
stores
stores: NamedRegistry = ...