TransactionCoinToOrBuilder

Functions

Link copied to clipboard
abstract fun getAssetsChainid(): Int
Chain ID
uint32 assets_chainid = 2;
Link copied to clipboard
abstract fun getAssetsId(): Int
ID of the asset
uint32 assets_id = 3;
Link copied to clipboard
abstract fun getIdAmount(): ByteString
transaction amount (uint256, serialized little endian)
bytes id_amount = 4;
Link copied to clipboard
abstract fun getLockTime(): Int
lock time
uint32 lock_time = 5;
Link copied to clipboard
abstract fun getToAddress(): String
destination address
string to_address = 1;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
destination address
string to_address = 1;

Inheritors

Link copied to clipboard