WalletCore
WalletCore
/
wallet.core.jni.proto
/
Algorand
/
TransferOrBuilder
Transfer
Or
Builder
interface
TransferOrBuilder
Functions
Inheritors
Functions
get
Amount
Link copied to clipboard
abstract
fun
getAmount
(
)
:
Long
Amount
Content copied to clipboard
uint64 amount = 2;
get
To
Address
Link copied to clipboard
abstract
fun
getToAddress
(
)
:
String
Destination address (string)
Content copied to clipboard
string to_address = 1;
get
To
Address
Bytes
Link copied to clipboard
abstract
fun
getToAddressBytes
(
)
:
ByteString
Destination address (string)
Content copied to clipboard
string to_address = 1;
Inheritors
Transfer
Link copied to clipboard