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

    Class CoinTransfer

    from message badges.CoinTransfer

    Hierarchy

    Index

    Constructors

    Properties

    coins: Coin[] = []

    The sdk.Coins to be transferred.

    from field: repeated cosmos.base.v1beta1.Coin coins = 2;

    overrideFromWithApproverAddress: boolean = false

    By default, the from address is the initiator of the transaction. If this is set to true, we will override the from address with the approver address. Note: This is not applicable for collection approvals (since approverAddress == '').

    from field: bool overrideFromWithApproverAddress = 3;

    overrideToWithInitiator: boolean = false

    By default, the to address is what is specified in the coin transfer. If this is set to true, we will override the to address with the initiator of the transaction.

    from field: bool overrideToWithInitiator = 4;

    to: string = ""

    The address of the recipient of the transfer.

    from field: string to = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.CoinTransfer"

    Methods