Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ChainId is the chain id to return in the RPC response. ChainId *big.Int `json:"chain_id"` // BridgeRPC is the ethereum json rpc to use for bridge data. BridgeRPC string `json:"bridge_rpc"` // PrivateKey is the base64 encoded libp2p private key. PrivateKey string `json:"private_key"` // contains filtered or unexported fields }
func (*Config) ConfigPath ¶
ConfigPath returns the path to the config file.
Click to show internal directories.
Click to hide internal directories.