Offer Nft Message
Necessary fields to process an OfferNftMessage
Content copied to clipboard
TW.Aptos.Proto.OfferNftMessage
Types
Functions
Link copied to clipboard
Name of the collection
Content copied to clipboard
string collectionName = 3;
Link copied to clipboard
Name of the collection
Content copied to clipboard
string collectionName = 3;
Link copied to clipboard
Creator address
Content copied to clipboard
string creator = 2;
Link copied to clipboard
Creator address
Content copied to clipboard
string creator = 2;
Link copied to clipboard
Link copied to clipboard
Name of the NFT
Content copied to clipboard
string name = 4;
Link copied to clipboard
Property version (should be often 0)
Content copied to clipboard
uint64 property_version = 5;
Link copied to clipboard
Receiver address
Content copied to clipboard
string receiver = 1;
Link copied to clipboard
Receiver address
Content copied to clipboard
string receiver = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): OfferNftMessage