OfferNftMessage

Necessary fields to process an OfferNftMessage
Protobuf type TW.Aptos.Proto.OfferNftMessage

Types

Link copied to clipboard
class Builder
Necessary fields to process an OfferNftMessage
Protobuf type TW.Aptos.Proto.OfferNftMessage

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount of NFT's to transfer (should be often 1)
uint64 amount = 6;
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 getDefaultInstance(): OfferNftMessage
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
open fun newBuilder(prototype: OfferNftMessage): Aptos.OfferNftMessage.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): OfferNftMessage
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): OfferNftMessage
open fun parseFrom(data: ByteString): OfferNftMessage
open fun parseFrom(input: CodedInputStream): OfferNftMessage
open fun parseFrom(input: InputStream): OfferNftMessage
open fun parseFrom(data: ByteBuffer): OfferNftMessage
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): OfferNftMessage
Link copied to clipboard
open fun parser(): Parser<OfferNftMessage>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard