Interface Fee

Fee represents a Cosmos SDK transaction fee object.

interface Fee {
    amount: string;
    denom: string;
    gas: string;
}

Properties

Properties

amount: string
denom: string
gas: string