SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAssetOptIn(): AssetOptIn
.TW.Algorand.Proto.AssetOptIn asset_opt_in = 12;
Link copied to clipboard
abstract fun getAssetTransfer(): AssetTransfer
.TW.Algorand.Proto.AssetTransfer asset_transfer = 11;
Link copied to clipboard
abstract fun getFee(): Long
fee amount
uint64 fee = 7;
Link copied to clipboard
abstract fun getFirstRound(): Long
network / first round
uint64 first_round = 5;
Link copied to clipboard
abstract fun getGenesisHash(): ByteString
network / chain hash
bytes genesis_hash = 2;
Link copied to clipboard
abstract fun getGenesisId(): String
network / chain id
string genesis_id = 1;
Link copied to clipboard
abstract fun getGenesisIdBytes(): ByteString
network / chain id
string genesis_id = 1;
Link copied to clipboard
abstract fun getLastRound(): Long
network / last round
uint64 last_round = 6;
Link copied to clipboard
abstract fun getMessageOneofCase(): MessageOneofCase
Link copied to clipboard
abstract fun getNote(): ByteString
binary note data
bytes note = 3;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 4;
Link copied to clipboard
abstract fun getTransfer(): Transfer
.TW.Algorand.Proto.Transfer transfer = 10;
Link copied to clipboard
abstract fun hasAssetOptIn(): Boolean
.TW.Algorand.Proto.AssetOptIn asset_opt_in = 12;
Link copied to clipboard
abstract fun hasAssetTransfer(): Boolean
.TW.Algorand.Proto.AssetTransfer asset_transfer = 11;
Link copied to clipboard
abstract fun hasTransfer(): Boolean
.TW.Algorand.Proto.Transfer transfer = 10;

Inheritors

Link copied to clipboard