Represents an Era in the system. An Era is a distinct period in the blockchain, typically used for consensus, validator rotations, and reward distributions.
Creates a new Era instance.
The numeric identifier of the Era.
Converts the Era instance to a byte array.
A Uint8Array representation of the Era value as a 32-bit unsigned integer.
Converts the Era instance to its JSON representation.
A string representation of the Era's numeric value.
Static
Creates an Era instance from a byte array.
A new Era instance.
The byte array representing the Era value as a 32-bit unsigned integer.
Creates an Era instance from its JSON representation.
Error if the JSON string cannot be parsed as a valid number.
The JSON string representation of the Era.
Generated using TypeDoc
Represents an Era in the system. An Era is a distinct period in the blockchain, typically used for consensus, validator rotations, and reward distributions.