Documentation ¶
Overview ¶
Package genesis implements common genesis document manipulation routines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppendableStakingState ¶
AppendableStakingState is a staking genesis state that can be appended to an existing genesis document.
func NewAppendableStakingState ¶
func NewAppendableStakingState() (*AppendableStakingState, error)
NewAppendableStakingState creates a new AppendableStakingState.
func NewAppendableStakingStateFromFile ¶
func NewAppendableStakingStateFromFile(path string) (*AppendableStakingState, error)
NewAppendableStakingStateFromFile creates a new AppendableStakingState from a JSON document.
Click to show internal directories.
Click to hide internal directories.