ActionCoreOrBuilder

Functions

Link copied to clipboard
abstract fun getActionCase(): ActionCase
Link copied to clipboard
abstract fun getCandidateRegister(): CandidateRegister
.TW.IoTeX.Proto.Staking.CandidateRegister candidateRegister = 47;
Link copied to clipboard
abstract fun getCandidateUpdate(): CandidateBasicInfo
.TW.IoTeX.Proto.Staking.CandidateBasicInfo candidateUpdate = 48;
Link copied to clipboard
abstract fun getExecution(): ContractCall
.TW.IoTeX.Proto.ContractCall execution = 12;
Link copied to clipboard
abstract fun getGasLimit(): Long
Gas limit
uint64 gasLimit = 3;
Link copied to clipboard
abstract fun getGasPrice(): String
Gas price
string gasPrice = 4;
Link copied to clipboard
abstract fun getGasPriceBytes(): ByteString
Gas price
string gasPrice = 4;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce (should be larger than in the last transaction of the account)
uint64 nonce = 2;
Link copied to clipboard
abstract fun getStakeAddDeposit(): AddDeposit
.TW.IoTeX.Proto.Staking.AddDeposit stakeAddDeposit = 43;
Link copied to clipboard
abstract fun getStakeChangeCandidate(): ChangeCandidate
.TW.IoTeX.Proto.Staking.ChangeCandidate stakeChangeCandidate = 45;
Link copied to clipboard
abstract fun getStakeCreate(): Create
Native staking
.TW.IoTeX.Proto.Staking.Create stakeCreate = 40;
Link copied to clipboard
abstract fun getStakeRestake(): Restake
.TW.IoTeX.Proto.Staking.Restake stakeRestake = 44;
Link copied to clipboard
abstract fun getStakeTransferOwnership(): TransferOwnership
.TW.IoTeX.Proto.Staking.TransferOwnership stakeTransferOwnership = 46;
Link copied to clipboard
abstract fun getStakeUnstake(): Reclaim
.TW.IoTeX.Proto.Staking.Reclaim stakeUnstake = 41;
Link copied to clipboard
abstract fun getStakeWithdraw(): Reclaim
.TW.IoTeX.Proto.Staking.Reclaim stakeWithdraw = 42;
Link copied to clipboard
abstract fun getTransfer(): Transfer
.TW.IoTeX.Proto.Transfer transfer = 10;
Link copied to clipboard
abstract fun getVersion(): Int
version number
uint32 version = 1;
Link copied to clipboard
.TW.IoTeX.Proto.Staking.CandidateRegister candidateRegister = 47;
Link copied to clipboard
abstract fun hasCandidateUpdate(): Boolean
.TW.IoTeX.Proto.Staking.CandidateBasicInfo candidateUpdate = 48;
Link copied to clipboard
abstract fun hasExecution(): Boolean
.TW.IoTeX.Proto.ContractCall execution = 12;
Link copied to clipboard
abstract fun hasStakeAddDeposit(): Boolean
.TW.IoTeX.Proto.Staking.AddDeposit stakeAddDeposit = 43;
Link copied to clipboard
.TW.IoTeX.Proto.Staking.ChangeCandidate stakeChangeCandidate = 45;
Link copied to clipboard
abstract fun hasStakeCreate(): Boolean
Native staking
.TW.IoTeX.Proto.Staking.Create stakeCreate = 40;
Link copied to clipboard
abstract fun hasStakeRestake(): Boolean
.TW.IoTeX.Proto.Staking.Restake stakeRestake = 44;
Link copied to clipboard
.TW.IoTeX.Proto.Staking.TransferOwnership stakeTransferOwnership = 46;
Link copied to clipboard
abstract fun hasStakeUnstake(): Boolean
.TW.IoTeX.Proto.Staking.Reclaim stakeUnstake = 41;
Link copied to clipboard
abstract fun hasStakeWithdraw(): Boolean
.TW.IoTeX.Proto.Staking.Reclaim stakeWithdraw = 42;
Link copied to clipboard
abstract fun hasTransfer(): Boolean
.TW.IoTeX.Proto.Transfer transfer = 10;

Inheritors

Link copied to clipboard