Builder

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

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
Sender address
string sender = 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 getSender(): String
Sender address
string sender = 1;
Link copied to clipboard
open fun getSenderBytes(): ByteString
Sender address
string sender = 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
open fun setCreatorBytes(value: ByteString): Aptos.ClaimNftMessage.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.ClaimNftMessage.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
Sender address
string sender = 1;
Link copied to clipboard
open fun setSenderBytes(value: ByteString): Aptos.ClaimNftMessage.Builder
Sender address
string sender = 1;