Available functions
getStakeRoundInfo
Returns information about the current staking round.
getNodeList
Returns information about all available nodes.
getTotalStake
Returns the total amount of ONT staked by a account across all nodes.
getStakedClaimableOngRewards
Returns amount on ONG available for claim from staking rewards across all nodes.
getStakedClaimableOng
Returns amount of ONG available for normal claim for ONT staked.
getNodeStakeInfo
Returns information about ONT staked in a specific node by a given account.
claimStakedOng
Claim ONG attached to staked ONT (non-rewards).
claimStakedOngRewards
Claim ONG rewards from staking.
addStake
Returns information about ONT staked in a specific node by a given account.
requestStakeWithdraw
Submits a request to withdraw ONT current staked in a node. This will set the ONT staked in a pending withdraw state. Actual withdraw can be executed in the following round.
withdrawStake
Withdraw stake from node from a previous withdraw request.