EventSend is emitted on Msg/Send

from message cosmos.nft.v1beta1.EventSend

Hierarchy

Constructors

Properties

classId: string = ""

class_id associated with the nft

from field: string class_id = 1;

id: string = ""

id is a unique identifier of the 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.EventSend" = "cosmos.nft.v1beta1.EventSend"

Methods