bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface Fee

    Fee represents a Cosmos SDK transaction fee object.

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

    Properties

    Properties

    amount: string
    denom: string
    gas: string