SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getDestination(): String
Destination address
string destination = 2;
Link copied to clipboard
abstract fun getDestinationBytes(): ByteString
Destination address
string destination = 2;
Link copied to clipboard
abstract fun getFee(): Long
Fee amount
uint64 fee = 4;
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 getValidityStartHeight(): Int
Validity start, in block height
uint32 validity_start_height = 5;
Link copied to clipboard
abstract fun getValue(): Long
Amount of the transfer
uint64 value = 3;

Inheritors

Link copied to clipboard