TransactionOrBuilder

Functions

Link copied to clipboard
abstract fun getData(): ByteString
reserved for future use
bytes data = 5;
Link copied to clipboard
abstract fun getMemo(): String
a short sentence of remark for the transaction, only for `Transfer` transactions.
string memo = 3;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
a short sentence of remark for the transaction, only for `Transfer` transactions.
string memo = 3;
Link copied to clipboard
abstract fun getMsgs(index: Int): ByteString
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
abstract fun getMsgsCount(): Int
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
abstract fun getMsgsList(): List<ByteString>
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
abstract fun getSignatures(index: Int): ByteString
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
abstract fun getSignaturesCount(): Int
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
abstract fun getSignaturesList(): List<ByteString>
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
abstract fun getSource(): Long
an identifier for tools triggering this transaction, set to zero if unwilling to disclose.
int64 source = 4;

Inheritors

Link copied to clipboard