Documentation
¶
Index ¶
Constants ¶
View Source
const MainNetworkName = "main"
View Source
const TestNetworkName = "test"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
Signer *signer.Configuration `toml:"signer"`
Keeper *keeper.Configuration `toml:"keeper"`
Observer *observer.Configuration `toml:"observer"`
Dev *DevConfig `toml:"dev"`
}
func ReadConfiguration ¶
func ReadConfiguration(path, role string) (*Configuration, error)
Click to show internal directories.
Click to hide internal directories.