Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportKeysIntoValidatorsWallets ¶
func ImportKeysIntoValidatorsWallets(state state.NetworkState, keys NodesKeysData) (*state.NetworkState, error)
Types ¶
type NodeKeysData ¶
type NodeKeysData struct { NodeIndex int `json:"node_index"` EthereumPrivateKey string `json:"ethereum_private_key"` TendermintValidatorPrivateKey string `json:"tendermint_validator_private_key"` TendermintNodePrivateKey string `json:"tendermint_node_private_key"` VegaRecoveryPhrase string `json:"vega_recovery_phrase"` }
type NodesKeysData ¶
type NodesKeysData []NodeKeysData
Click to show internal directories.
Click to hide internal directories.