A gas fee, payable in native tokens.

interface IFee {
    amount: readonly ICoin[];
    gas: string;
}

Implemented by

Properties

Properties

amount: readonly ICoin[]
gas: string

Generated using TypeDoc