Documentation ¶
Index ¶
- type CfxClient
- func (client *CfxClient) GetFilterChanges(filterID rpc.ID) (val *cfxtypes.CfxFilterChanges, err error)
- func (client *CfxClient) GetLogFilter(filterID rpc.ID) (val *cfxtypes.LogFilter, err error)
- func (client *CfxClient) NewBlockFilter(delFnUrl string) (val *rpc.ID, err error)
- func (client *CfxClient) NewFilter(delFnUrl string, filterCrit *cfxtypes.LogFilter) (val *rpc.ID, err error)
- func (client *CfxClient) NewPendingTransactionFilter(delFnUrl string) (val *rpc.ID, err error)
- func (client *CfxClient) UninstallFilter(filterID rpc.ID) (val bool, err error)
- type EthClient
- func (client *EthClient) GetFilterChanges(filterID rpc.ID) (val *ethtypes.FilterChanges, err error)
- func (client *EthClient) GetLogFilter(filterID rpc.ID) (val *ethtypes.FilterQuery, err error)
- func (client *EthClient) NewBlockFilter(delFnUrl string) (val *rpc.ID, err error)
- func (client *EthClient) NewFilter(delFnUrl string, fq *ethtypes.FilterQuery) (val *rpc.ID, err error)
- func (client *EthClient) NewPendingTransactionFilter(delFnUrl string) (val *rpc.ID, err error)
- func (client *EthClient) UninstallFilter(filterID rpc.ID) (val bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfxClient ¶
type CfxClient struct {
// contains filtered or unexported fields
}
func (*CfxClient) GetFilterChanges ¶
func (client *CfxClient) GetFilterChanges(filterID rpc.ID) (val *cfxtypes.CfxFilterChanges, err error)
func (*CfxClient) GetLogFilter ¶
func (*CfxClient) NewBlockFilter ¶
func (*CfxClient) NewPendingTransactionFilter ¶
func (*CfxClient) UninstallFilter ¶
type EthClient ¶
type EthClient struct {
// contains filtered or unexported fields
}
func (*EthClient) GetFilterChanges ¶
func (client *EthClient) GetFilterChanges(filterID rpc.ID) (val *ethtypes.FilterChanges, err error)
func (*EthClient) GetLogFilter ¶
func (client *EthClient) GetLogFilter(filterID rpc.ID) (val *ethtypes.FilterQuery, err error)
func (*EthClient) NewBlockFilter ¶
func (*EthClient) NewFilter ¶
func (client *EthClient) NewFilter(delFnUrl string, fq *ethtypes.FilterQuery) (val *rpc.ID, err error)
func (*EthClient) NewPendingTransactionFilter ¶
func (*EthClient) UninstallFilter ¶
Click to show internal directories.
Click to hide internal directories.