Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
*********************************************************************ADD*******************************************************************
func GetDefaults ¶
func GetDefaults() string
func GetServices ¶
Types ¶
type RChainConf ¶
type RChainConf struct {
NoUpnp bool `json:"noUpnp"`
DefaultTimeout int64 `json:"defaultTimeout"`
MapSize int64 `json:"mapSize"`
CasperBlockStoreSize int64 `json:"casperBlockStoreSize"`
InMemoryStore bool `json:"inMemoryStore"`
MaxNumOfConnections int64 `json:"maxNumOfConnections"`
Validators int64 `json:"validators"`
ValidatorCount int64 `json:"validatorCount"`
SigAlgorithm string `json:"sigAlgorithm"`
Command string `json:"command"`
}
func NewRChainConf ¶
func NewRChainConf(data map[string]interface{}) (*RChainConf, error)
Click to show internal directories.
Click to hide internal directories.