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

    MsgSend represents a message to send a nft from one account to another account.

    from message cosmos.nft.v1beta1.MsgSend

    Hierarchy

    Index

    Constructors

    Properties

    classId: string = ""

    class_id defines the unique identifier of the nft classification, similar to the contract address of ERC721

    from field: string class_id = 1;

    id: string = ""

    id defines the unique identification of nft

    from field: string id = 2;

    receiver: string = ""

    receiver is the receiver address of nft

    from field: string receiver = 4;

    sender: string = ""

    sender is the address of the owner of nft

    from field: string sender = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.nft.v1beta1.MsgSend"

    Methods