Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthClientSpec ¶
type EthClientSpec interface { bind.ContractBackend TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) NetworkID(ctx context.Context) (*big.Int, error) BalanceAt(ctx context.Context, account common.Address, blockNumber *big.Int) (*big.Int, error) HeaderByNumber(ctx context.Context, number *big.Int) (*types.Header, error) SyncProgress(ctx context.Context) (*ethereum.SyncProgress, error) }
EthClientSpec ...
type SimExtend ¶
type SimExtend struct {
*backends.SimulatedBackend
}
SimExtend ...
func (*SimExtend) HeaderByNumber ¶
HeaderByNumber ...
Click to show internal directories.
Click to hide internal directories.