interface IGasRate {
    amount: Coin[];
    gas: string;
}

Properties

Properties

amount: Coin[]
gas: string