Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfigurationFile ¶
type GlobalConfigurationFile struct {
LiteServers []LiteServer
}
GlobalConfigurationFile contains global configuration of the TON Blockchain. It is shared by all nodes and includes information about network, init block, hardforks, etc.
func ParseConfig ¶
func ParseConfig(data io.Reader) (*GlobalConfigurationFile, error)
func ParseConfigFile ¶
func ParseConfigFile(path string) (*GlobalConfigurationFile, error)
Click to show internal directories.
Click to hide internal directories.