Builder

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

Functions

Link copied to clipboard
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
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
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 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
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
Name of the collection
string collectionName = 3;
Link copied to clipboard
Creator address
string creator = 2;
Link copied to clipboard
open fun setCreatorBytes(value: ByteString): Aptos.OfferNftMessage.Builder
Creator address
string creator = 2;
Link copied to clipboard
Name of the NFT
string name = 4;
Link copied to clipboard
open fun setNameBytes(value: ByteString): Aptos.OfferNftMessage.Builder
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
open fun setReceiverBytes(value: ByteString): Aptos.OfferNftMessage.Builder
Receiver address
string receiver = 1;