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

    Interface iCoinTransferItem<T>

    interface iCoinTransferItem<T extends NumberType> {
        amount: T;
        denom: string;
        from: string;
        isProtocolFee: boolean;
        to: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    amount: T

    The amount of the coin transfer.

    denom: string

    The denom of the coin transfer.

    from: string

    The type of the coin transfer.

    isProtocolFee: boolean

    Is protocol fee?

    to: string

    The type of the coin transfer.