package
Version:
v0.1.0-alpha
Opens a new window with list of versions in this module.
Published: Jul 21, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init either receive custom config path or not from client
1. if custom config path is received it reads config file from that path
and saves that config to ~/.cleisthenes/config/
2. if custom config path is empty. then it reads default config and
write it down to ~/.cleisthenes/config/
type Identity struct {
Address string
}
type Members struct {
Addresses []string
}
type Tpke struct {
MasterPublicKey string
Threshold int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.