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

    Interface iCoinTransfer<T>

    interface iCoinTransfer<T extends NumberType> {
        coins: iCosmosCoin<T>[];
        overrideFromWithApproverAddress: boolean;
        overrideToWithInitiator: boolean;
        to: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    coins: iCosmosCoin<T>[]

    The coins

    overrideFromWithApproverAddress: boolean

    Whether or not to override the from address with the approver address.

    overrideToWithInitiator: boolean

    Whether or not to override the to address with the initiator of the transaction.

    to: string

    The recipient of the coin transfer. This should be a Bech32 BitBadges address.