Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Start() error Stop() Call(result interface{}, method string, params ...interface{}) error CallRaw(method string, params ...interface{}) ([]byte, error) Subscribe(receiver chan *json.RawMessage, method string, event string, params ...interface{}) error }
Interface represents a web3 connection provider interface
Click to show internal directories.
Click to hide internal directories.