SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getBalance(): String
Account balance (128-bit unsigned integer, as a string)
string balance = 6;
Link copied to clipboard
abstract fun getBalanceBytes(): ByteString
Account balance (128-bit unsigned integer, as a string)
string balance = 6;
Link copied to clipboard
abstract fun getLinkBlock(): ByteString
Hash of a block to receive from
bytes link_block = 3;
Link copied to clipboard
abstract fun getLinkOneofCase(): LinkOneofCase
Link copied to clipboard
abstract fun getLinkRecipient(): String
Recipient address to send coins to
string link_recipient = 4;
Link copied to clipboard
abstract fun getLinkRecipientBytes(): ByteString
Recipient address to send coins to
string link_recipient = 4;
Link copied to clipboard
abstract fun getParentBlock(): ByteString
Optional parent block hash
bytes parent_block = 2;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
abstract fun getRepresentative(): String
Representative address
string representative = 5;
Link copied to clipboard
abstract fun getRepresentativeBytes(): ByteString
Representative address
string representative = 5;
Link copied to clipboard
abstract fun getWork(): String
Work
string work = 7;
Link copied to clipboard
abstract fun getWorkBytes(): ByteString
Work
string work = 7;
Link copied to clipboard
abstract fun hasLinkBlock(): Boolean
Hash of a block to receive from
bytes link_block = 3;
Link copied to clipboard
abstract fun hasLinkRecipient(): Boolean
Recipient address to send coins to
string link_recipient = 4;

Inheritors

Link copied to clipboard