Builder

class Builder
Action for transferring FIO coins; transfer_tokens_pub_key
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.Transfer

Functions

Link copied to clipboard
Amount of FIO coins to be transferred.
uint64 amount = 2;
Link copied to clipboard
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 3;
Link copied to clipboard
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;
Link copied to clipboard
open fun getAmount(): Long
Amount of FIO coins to be transferred.
uint64 amount = 2;
Link copied to clipboard
open fun getFee(): Long
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 3;
Link copied to clipboard
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;
Link copied to clipboard
open fun getPayeePublicKeyBytes(): ByteString
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;
Link copied to clipboard
Amount of FIO coins to be transferred.
uint64 amount = 2;
Link copied to clipboard
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 3;
Link copied to clipboard
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;
Link copied to clipboard
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;