Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleName = "register"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate []byte
type GenesisState ¶
type GenesisState struct { Registration []RegistrationNodeInfo `json:"reg_info"` NodeExchMasterCertificate []byte `json:"node_exch_cert"` IoMasterCertificate []byte `json:"io_exch_cert"` }
GenesisState is the struct representation of the export genesis
type RegistrationNodeInfo ¶
type RegistrationNodeInfo struct { Certificate Certificate EncryptedSeed []byte }
Click to show internal directories.
Click to hide internal directories.