Expand description
Module containing a contract’s types and functions.
library StakeTable {
type ValidatorStatus is uint8;
}
Structs§
- Stake
Table Instance - A
StakeTable
instance. - Validator
Status
Functions§
- new
- Creates a new wrapper around an on-chain
StakeTable
contract instance.