Builder

class Builder
ESDTNFT transfer (transfer NFTs, SFTs and Meta ESDTs).
Protobuf type TW.MultiversX.Proto.ESDTNFTTransfer

Functions

Link copied to clipboard
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
transfer amount
string amount = 4;
Link copied to clipboard
tokens
string token_collection = 2;
Link copied to clipboard
nonce of the token
uint64 token_nonce = 3;
Link copied to clipboard
open fun getAccounts(): Accounts
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
open fun getAmount(): String
transfer amount
string amount = 4;
Link copied to clipboard
open fun getAmountBytes(): ByteString
transfer amount
string amount = 4;
Link copied to clipboard
tokens
string token_collection = 2;
Link copied to clipboard
open fun getTokenCollectionBytes(): ByteString
tokens
string token_collection = 2;
Link copied to clipboard
open fun getTokenNonce(): Long
nonce of the token
uint64 token_nonce = 3;
Link copied to clipboard
open fun hasAccounts(): Boolean
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
open fun setAccounts(builderForValue: Builder): MultiversX.ESDTNFTTransfer.Builder
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
transfer amount
string amount = 4;
Link copied to clipboard
transfer amount
string amount = 4;
Link copied to clipboard
tokens
string token_collection = 2;
Link copied to clipboard
tokens
string token_collection = 2;
Link copied to clipboard
nonce of the token
uint64 token_nonce = 3;