ERC721TransferOrBuilder

Functions

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

Inheritors

Link copied to clipboard