Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Ip string `json:"ip"` Port int `json:"port"` ChainPath string `json:"chain_path"` WalletsPath string `json:"wallets_path"` }
Represents node configuration
func (Config) SetChainPath ¶
SetChainPath sets a path to block chain database.
func (Config) SetWalletsPath ¶
SetWalletsPath sets a path to wallets location.
Click to show internal directories.
Click to hide internal directories.