Documentation ¶
Index ¶
- type Client
- func (client *Client) GetFilterChanges(filterID w3rpc.ID) (val *types.FilterChanges, err error)
- func (client *Client) GetFilterLogs(filterID w3rpc.ID) (val []types.Log, err error)
- func (client *Client) NewBlockFilter(delFnUrl string) (val *w3rpc.ID, err error)
- func (client *Client) NewFilter(delFnUrl string, fq *types.FilterQuery) (val *w3rpc.ID, err error)
- func (client *Client) NewPendingTransactionFilter(delFnUrl string) (val *w3rpc.ID, err error)
- func (client *Client) UninstallFilter(filterID w3rpc.ID) (val bool, err error)
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) GetFilterLogs ¶
func (*Client) NewBlockFilter ¶
func (*Client) NewPendingTransactionFilter ¶
Click to show internal directories.
Click to hide internal directories.