Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ethereum ¶
type Ethereum struct { From string `json:"from"` Keystore string `json:"keystore"` Password string `json:"password"` RPC interface{} `json:"rpc"` Timeout int `json:"timeout"` GracefulTimeout int `json:"gracefulTimeout"` MaxBlocksBehind int `json:"maxBlocksBehind"` }
func (*Ethereum) ConfigureEthereumClient ¶
func (*Ethereum) ConfigureRPCClient ¶
Click to show internal directories.
Click to hide internal directories.