TransactionCoinFromOrBuilder

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 getFromAddress(): String
Source address
string from_address = 1;
Link copied to clipboard
abstract fun getFromAddressBytes(): ByteString
Source address
string from_address = 1;
Link copied to clipboard
abstract fun getIdAmount(): ByteString
transaction out amount (256-bit number)
bytes id_amount = 4;
Link copied to clipboard
abstract fun getLocked(): Int
lock status: 1 locked; 0 unlocked
uint32 locked = 6;
Link copied to clipboard
abstract fun getNonce(): ByteString
Nonce, 8 bytes
bytes nonce = 5;

Inheritors

Link copied to clipboard