interface StdFee {
    amount: readonly Coin[];
    gas: string;
    granter?: string;
    payer?: string;
}

Properties

amount: readonly Coin[]
gas: string
granter?: string

The granter address that is used for paying with feegrants

payer?: string

The fee payer address. The payer must have signed the transaction.

Generated using TypeDoc