Builder

class Builder
Necessary fields to process a TransferMessage
Protobuf type TW.Aptos.Proto.TransferMessage

Functions

Link copied to clipboard
Amount to be transferred (uint64)
uint64 amount = 2;
Link copied to clipboard
Destination Account address (string)
string to = 1;
Link copied to clipboard
open fun getAmount(): Long
Amount to be transferred (uint64)
uint64 amount = 2;
Link copied to clipboard
open fun getTo(): String
Destination Account address (string)
string to = 1;
Link copied to clipboard
open fun getToBytes(): ByteString
Destination Account address (string)
string to = 1;
Link copied to clipboard
Amount to be transferred (uint64)
uint64 amount = 2;
Link copied to clipboard
Destination Account address (string)
string to = 1;
Link copied to clipboard
open fun setToBytes(value: ByteString): Aptos.TransferMessage.Builder
Destination Account address (string)
string to = 1;