Cancel Offer Nft Message
Necessary fields to process an CancelOfferNftMessage
Content copied to clipboard
TW.Aptos.Proto.CancelOfferNftMessage
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): CancelOfferNftMessage
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CancelOfferNftMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CancelOfferNftMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CancelOfferNftMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CancelOfferNftMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CancelOfferNftMessage