Builder

class Builder
Necessary fields to process an CancelOfferNftMessage
Protobuf type TW.Aptos.Proto.CancelOfferNftMessage

Functions

Link copied to clipboard
Name of the collection
string collectionName = 3;
Link copied to clipboard
Creator address
string creator = 2;
Link copied to clipboard
Name of the NFT
string name = 4;
Link copied to clipboard
Property version (should be often 0)
uint64 property_version = 5;
Link copied to clipboard
Receiver address
string receiver = 1;
Link copied to clipboard
Name of the collection
string collectionName = 3;
Link copied to clipboard
open fun getCollectionNameBytes(): ByteString
Name of the collection
string collectionName = 3;
Link copied to clipboard
open fun getCreator(): String
Creator address
string creator = 2;
Link copied to clipboard
open fun getCreatorBytes(): ByteString
Creator address
string creator = 2;
Link copied to clipboard
open fun getName(): String
Name of the NFT
string name = 4;
Link copied to clipboard
open fun getNameBytes(): ByteString
Name of the NFT
string name = 4;
Link copied to clipboard
Property version (should be often 0)
uint64 property_version = 5;
Link copied to clipboard
open fun getReceiver(): String
Receiver address
string receiver = 1;
Link copied to clipboard
open fun getReceiverBytes(): ByteString
Receiver address
string receiver = 1;
Link copied to clipboard
Name of the collection
string collectionName = 3;
Link copied to clipboard
Name of the collection
string collectionName = 3;
Link copied to clipboard
Creator address
string creator = 2;
Link copied to clipboard
Creator address
string creator = 2;
Link copied to clipboard
Name of the NFT
string name = 4;
Link copied to clipboard
Name of the NFT
string name = 4;
Link copied to clipboard
Property version (should be often 0)
uint64 property_version = 5;
Link copied to clipboard
Receiver address
string receiver = 1;
Link copied to clipboard
Receiver address
string receiver = 1;