Builder

class Builder
Transaction to a destination
Protobuf type TW.NULS.Proto.TransactionCoinTo

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
transaction amount (uint256, serialized little endian)
bytes id_amount = 4;
Link copied to clipboard
lock time
uint32 lock_time = 5;
Link copied to clipboard
destination address
string to_address = 1;
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
open fun getIdAmount(): ByteString
transaction amount (uint256, serialized little endian)
bytes id_amount = 4;
Link copied to clipboard
open fun getLockTime(): Int
lock time
uint32 lock_time = 5;
Link copied to clipboard
open fun getToAddress(): String
destination address
string to_address = 1;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
destination address
string to_address = 1;
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
open fun setIdAmount(value: ByteString): NULS.TransactionCoinTo.Builder
transaction amount (uint256, serialized little endian)
bytes id_amount = 4;
Link copied to clipboard
lock time
uint32 lock_time = 5;
Link copied to clipboard
destination address
string to_address = 1;
Link copied to clipboard
destination address
string to_address = 1;