AccountsOrBuilder

Functions

Link copied to clipboard
abstract fun getReceiver(): String
Receiver address
string receiver = 4;
Link copied to clipboard
abstract fun getReceiverBytes(): ByteString
Receiver address
string receiver = 4;
Link copied to clipboard
abstract fun getReceiverUsername(): String
string receiver_username = 5;
Link copied to clipboard
abstract fun getReceiverUsernameBytes(): ByteString
string receiver_username = 5;
Link copied to clipboard
abstract fun getSender(): String
Sender address
string sender = 2;
Link copied to clipboard
abstract fun getSenderBytes(): ByteString
Sender address
string sender = 2;
Link copied to clipboard
abstract fun getSenderNonce(): Long
Nonce of the sender
uint64 sender_nonce = 1;
Link copied to clipboard
abstract fun getSenderUsername(): String
Sender username
string sender_username = 3;
Link copied to clipboard
abstract fun getSenderUsernameBytes(): ByteString
Sender username
string sender_username = 3;

Inheritors

Link copied to clipboard