Fee includes the amount of coins paid in fees and the maximum gas to be used by the transaction. The ratio yields an effective "gasprice", which must be above some miminum to be accepted into the mempool.

interface FeeSDKType {
    amount: CoinSDKType[];
    gas_limit: bigint;
    granter: string;
    payer: string;
}

Properties

amount: CoinSDKType[]
gas_limit: bigint
granter: string
payer: string