Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyResponse = errors.New("Returned Empty Response (Reverted 0x)")
Functions ¶
This section is empty.
Types ¶
type BoundContractCaller ¶
type EthereumTransport ¶
type EthereumTransport interface { Dial(ctx context.Context) (err error) Close(ctx context.Context) GetLogs(ctx context.Context, from, to big.Int, contracts []common.Address) (logs []types.Log, err error) GetBlockHeader(ctx context.Context, height *big.Int) (h *types.Header, err error) GetBoundContractCaller(ctx context.Context, address common.Address, a abi.ABI) BoundContractCaller GetLatestBlockHeight(ctx context.Context) (uint64, error) }
Click to show internal directories.
Click to hide internal directories.