DaoDepositOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to deposit.
uint64 amount = 3;
Link copied to clipboard
abstract fun getChangeAddress(): String
Change address.
string change_address = 2;
Link copied to clipboard
abstract fun getChangeAddressBytes(): ByteString
Change address.
string change_address = 2;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient's address.
string to_address = 1;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient's address.
string to_address = 1;

Inheritors

Link copied to clipboard