Builder

class Builder
Simple transfer message, transfer an amount to an address
Protobuf type TW.Algorand.Proto.Transfer

Functions

Link copied to clipboard
Amount
uint64 amount = 2;
Link copied to clipboard
Destination address (string)
string to_address = 1;
Link copied to clipboard
open fun getAmount(): Long
Amount
uint64 amount = 2;
Link copied to clipboard
open fun getToAddress(): String
Destination address (string)
string to_address = 1;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
Destination address (string)
string to_address = 1;
Link copied to clipboard
Amount
uint64 amount = 2;
Link copied to clipboard
Destination address (string)
string to_address = 1;
Link copied to clipboard
open fun setToAddressBytes(value: ByteString): Algorand.Transfer.Builder
Destination address (string)
string to_address = 1;