Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Details struct + REST *RESTConfig + RPC *RPCConfig + func DefaultDetails() *Details + func NewDetails(rpc *RPCConfig, rest *RESTConfig) *Details + func (d *Details) Validate() error + type RESTConfig struct + Address string + func DefaultRESTConfig() *RESTConfig + func NewRESTConfig(address string) *RESTConfig + type RPCConfig struct + Address string + ClientName string + MaxConnections int + func DefaultRPCConfig() *RPCConfig + func NewRPCConfig(clientName, address string, maxConnections int) *RPCConfig