provider

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: MIT Imports: 1 Imported by: 0

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

Directories

Path Synopsis
Inspired by https://github.com/vektah/dataloaden with some tweaks
Inspired by https://github.com/vektah/dataloaden with some tweaks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL