client

package
v1.0.9-mainnet Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func MustNewClientFromViper

func MustNewClientFromViper() *Client

func (*Client) GetFilterChanges

func (client *Client) GetFilterChanges(filterID w3rpc.ID) (val *types.FilterChanges, err error)

func (*Client) GetFilterLogs

func (client *Client) GetFilterLogs(filterID w3rpc.ID) (val []types.Log, err error)

func (*Client) NewBlockFilter

func (client *Client) NewBlockFilter(delFnUrl string) (val *w3rpc.ID, err error)

func (*Client) NewFilter

func (client *Client) NewFilter(delFnUrl string, fq *types.FilterQuery) (val *w3rpc.ID, err error)

func (*Client) NewPendingTransactionFilter

func (client *Client) NewPendingTransactionFilter(delFnUrl string) (val *w3rpc.ID, err error)

func (*Client) UninstallFilter

func (client *Client) UninstallFilter(filterID w3rpc.ID) (val bool, err error)

Jump to

Keyboard shortcuts

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