Builder

class Builder
Transaction from address
Protobuf type TW.NULS.Proto.TransactionCoinFrom

Functions

Link copied to clipboard
Chain ID
uint32 assets_chainid = 2;
Link copied to clipboard
ID of the asset
uint32 assets_id = 3;
Link copied to clipboard
Source address
string from_address = 1;
Link copied to clipboard
transaction out amount (256-bit number)
bytes id_amount = 4;
Link copied to clipboard
lock status: 1 locked; 0 unlocked
uint32 locked = 6;
Link copied to clipboard
Nonce, 8 bytes
bytes nonce = 5;
Link copied to clipboard
open fun getAssetsChainid(): Int
Chain ID
uint32 assets_chainid = 2;
Link copied to clipboard
open fun getAssetsId(): Int
ID of the asset
uint32 assets_id = 3;
Link copied to clipboard
Source address
string from_address = 1;
Link copied to clipboard
open fun getFromAddressBytes(): ByteString
Source address
string from_address = 1;
Link copied to clipboard
open fun getIdAmount(): ByteString
transaction out amount (256-bit number)
bytes id_amount = 4;
Link copied to clipboard
open fun getLocked(): Int
lock status: 1 locked; 0 unlocked
uint32 locked = 6;
Link copied to clipboard
open fun getNonce(): ByteString
Nonce, 8 bytes
bytes nonce = 5;
Link copied to clipboard
Chain ID
uint32 assets_chainid = 2;
Link copied to clipboard
ID of the asset
uint32 assets_id = 3;
Link copied to clipboard
Source address
string from_address = 1;
Link copied to clipboard
Source address
string from_address = 1;
Link copied to clipboard
open fun setIdAmount(value: ByteString): NULS.TransactionCoinFrom.Builder
transaction out amount (256-bit number)
bytes id_amount = 4;
Link copied to clipboard
lock status: 1 locked; 0 unlocked
uint32 locked = 6;
Link copied to clipboard
open fun setNonce(value: ByteString): NULS.TransactionCoinFrom.Builder
Nonce, 8 bytes
bytes nonce = 5;