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

    Class MsgTransferTokens

    MsgTransferTokens is used to transfer tokens.

    from message badges.MsgTransferTokens

    Hierarchy

    Index

    Constructors

    Properties

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    transfers: badges.Transfer[] = []

    Transfers to execute.

    from field: repeated badges.Transfer transfers = 3;

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

    Methods