Builder

class Builder
Transfer transaction
Protobuf type TW.Waves.Proto.TransferMessage

Functions

Link copied to clipboard
amount
int64 amount = 1;
Link copied to clipboard
asset ID
string asset = 2;
Link copied to clipboard
any 140 bytes payload, will be displayed to the client as utf-8 string
bytes attachment = 6;
Link copied to clipboard
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
asset of the fee
string fee_asset = 4;
Link copied to clipboard
destination address
string to = 5;
Link copied to clipboard
open fun getAmount(): Long
amount
int64 amount = 1;
Link copied to clipboard
open fun getAsset(): String
asset ID
string asset = 2;
Link copied to clipboard
open fun getAssetBytes(): ByteString
asset ID
string asset = 2;
Link copied to clipboard
open fun getAttachment(): ByteString
any 140 bytes payload, will be displayed to the client as utf-8 string
bytes attachment = 6;
Link copied to clipboard
open fun getFee(): Long
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
open fun getFeeAsset(): String
asset of the fee
string fee_asset = 4;
Link copied to clipboard
open fun getFeeAssetBytes(): ByteString
asset of the fee
string fee_asset = 4;
Link copied to clipboard
open fun getTo(): String
destination address
string to = 5;
Link copied to clipboard
open fun getToBytes(): ByteString
destination address
string to = 5;
Link copied to clipboard
amount
int64 amount = 1;
Link copied to clipboard
asset ID
string asset = 2;
Link copied to clipboard
open fun setAssetBytes(value: ByteString): Waves.TransferMessage.Builder
asset ID
string asset = 2;
Link copied to clipboard
open fun setAttachment(value: ByteString): Waves.TransferMessage.Builder
any 140 bytes payload, will be displayed to the client as utf-8 string
bytes attachment = 6;
Link copied to clipboard
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
asset of the fee
string fee_asset = 4;
Link copied to clipboard
open fun setFeeAssetBytes(value: ByteString): Waves.TransferMessage.Builder
asset of the fee
string fee_asset = 4;
Link copied to clipboard
destination address
string to = 5;
Link copied to clipboard
open fun setToBytes(value: ByteString): Waves.TransferMessage.Builder
destination address
string to = 5;