# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CheckValidatorStatus will compare the status of the provided bls key with the provided expected status.
GetAllNodeStates will return the status of all the nodes that belong to the provided address.
GetBLSKeyStatus will return the bls key status.
GetNonce will return the nonce of the provided address.
# Constants
AuctionStatus the const for the action status of a validators.
GasLimitForStakeOperation the const for the gas limit value for the stake operation.
GasLimitForUnBond the const for the gas limit value for the unBond operation.
MaxNumOfBlockToGenerateWhenExecutingTx the const for the maximum number of block to generate when execute a transaction.
MockBLSSignature the const for a mocked bls signature.
NotStakedStatus the const for the notStaked status of a validators.
QueuedStatus the const for the queued status of a validators.
StakedStatus the const for the staked status of a validators.
UnStakedStatus the const for the unStaked status of a validators.
# Variables
InitialDelegationValue the variable for the initial delegation value.