Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenKeyInfo ¶
Types ¶
type NodeInit ¶
type NodeInit struct { ConfigPath string `form:"config_path"` Chainid string `form:"chainid"` AppName string `form:"app_list"` CryptoType string `form:"crypto_list"` PeerPrivkey string `form:"peer_privkey"` P2PPort string `form:"p2p_port"` RpcPort string `form:"rpc_port"` Peers string `form:"peers"` AuthPrivkey string `form:"auth_privkey"` LogPath string `form:"log_dir"` Env string `form:"environment_list"` Genesisfile string `form:"genesisfile"` KeyInfo string `form:"keyinfo"` }
Click to show internal directories.
Click to hide internal directories.