Builder

class Builder
ERC721 NFT transfer transaction
Protobuf type TW.Ethereum.Proto.Transaction.ERC721Transfer

Functions

Link copied to clipboard
Source address
string from = 1;
Link copied to clipboard
Destination address
string to = 2;
Link copied to clipboard
ID of the token (uint256, serialized little endian)
bytes token_id = 3;
Link copied to clipboard
open fun getFrom(): String
Source address
string from = 1;
Link copied to clipboard
open fun getFromBytes(): ByteString
Source address
string from = 1;
Link copied to clipboard
open fun getTo(): String
Destination address
string to = 2;
Link copied to clipboard
open fun getToBytes(): ByteString
Destination address
string to = 2;
Link copied to clipboard
open fun getTokenId(): ByteString
ID of the token (uint256, serialized little endian)
bytes token_id = 3;
Link copied to clipboard
Source address
string from = 1;
Link copied to clipboard
Source address
string from = 1;
Link copied to clipboard
Destination address
string to = 2;
Link copied to clipboard
Destination address
string to = 2;
Link copied to clipboard
ID of the token (uint256, serialized little endian)
bytes token_id = 3;