Documentation ¶ Index ¶ func Add(tn *testnet.TestNet) ([]string, error) func Build(tn *testnet.TestNet) ([]string, error) func GetDefaults() string func GetParams() string func GetServices() []util.Service type BeamConf func NewConf(data map[string]interface{}) (*BeamConf, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Add ¶ func Add(tn *testnet.TestNet) ([]string, error) func Build ¶ func Build(tn *testnet.TestNet) ([]string, error) func GetDefaults ¶ func GetDefaults() string func GetParams ¶ func GetParams() string func GetServices ¶ func GetServices() []util.Service Types ¶ type BeamConf ¶ type BeamConf struct { Validators int64 `json:"validators"` TxNodes int64 `json:"txNodes"` NilNodes int64 `json:"nilNodes"` } func NewConf ¶ func NewConf(data map[string]interface{}) (*BeamConf, error) Source Files ¶ View all Source files beam.goconf.go Click to show internal directories. Click to hide internal directories.