SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAction(): Action
Context-specific action data
.TW.FIO.Proto.Action action = 5;
Link copied to clipboard
abstract fun getChainParams(): ChainParams
Current parameters of the FIO blockchain
.TW.FIO.Proto.ChainParams chain_params = 2;
Link copied to clipboard
abstract fun getExpiry(): Int
Expiry for this message, in unix time. Can be 0, then it is taken from current time with default expiry
uint32 expiry = 1;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key matching the address, used for signing (32 bytes).
bytes private_key = 3;
Link copied to clipboard
abstract fun getTpid(): String
The FIO name of the originating wallet (project-wide constant)
string tpid = 4;
Link copied to clipboard
abstract fun getTpidBytes(): ByteString
The FIO name of the originating wallet (project-wide constant)
string tpid = 4;
Link copied to clipboard
abstract fun hasAction(): Boolean
Context-specific action data
.TW.FIO.Proto.Action action = 5;
Link copied to clipboard
abstract fun hasChainParams(): Boolean
Current parameters of the FIO blockchain
.TW.FIO.Proto.ChainParams chain_params = 2;

Inheritors

Link copied to clipboard