# Functions
GatewayCreateFeeHandler performs fee handling for creating a gateway.
GatewayTokenIssueFeeHandler performs fee handling for issuing gateway token.
GatewayTokenMintFeeHandler performs fee handling for minting gateway token.
GetGatewayCreateFee returns the gateway creation fee.
getGatewayTokenIssueFee returns the gateway token issurance fee.
getGatewayTokenMintFee returns the gateway token mint fee.
getTokenIssueFee returns the token issurance fee.
getTokenMintFee returns the token mint fee.
KeyGateway returns the key of the specified moniker.
KeyGatewaysSubspace returns the key prefix for iterating on all gateways of an owner.
KeyOwnerGateway returns the key of the specifed owner and moniker.
KeyToken returns the key of the specified token source and id.
KeyTokens returns the key of the specifed owner and token id.
NewAnteHandler returns an AnteHandler that checks if the balance of the fee payer is sufficient for asset related fee.
No description provided by the author
No description provided by the author
TokenIssueFeeHandler performs fee handling for issuing token.
TokenMintFeeHandler performs fee handling for minting token.
# Constants
fee factor formula: (ln(len({name}))/ln{base})^{exp}.
fee factor formula: (ln(len({name}))/ln{base})^{exp}.