Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error) HeaderByNumber(ctx context.Context, number *big.Int) (*miniheader.MiniHeader, error) FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error) CallContext(ctx context.Context, result interface{}, method string, args ...interface{}) error CodeAt(ctx context.Context, contract common.Address, blockNumber *big.Int) ([]byte, error) CallContract(ctx context.Context, call ethereum.CallMsg, blockNumber *big.Int) ([]byte, error) GetRateLimitDroppedRequests() int64 }
Client defines the methods needed to satisfy the subsdet of ETH JSON-RPC client methods used by Mesh
Click to show internal directories.
Click to hide internal directories.