Documentation ¶
Index ¶
- func CompareBlocks(ctx context.Context, silent bool, blockA, blockB *types.Block, ...) bool
- func GetBlocks(ctx context.Context, clientA, clientB *ethclient.Client, blockNum uint64) (*types.Block, *types.Block, error)
- func GetReceipt(ctx context.Context, clientA, clientB *ethclient.Client, txHash common.Hash) (*types.Receipt, *types.Receipt, error)
- type RpcConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareBlocks ¶
func CompareBlocks(ctx context.Context, silent bool, blockA, blockB *types.Block, rpcClientA, rpcClientB *ethclient.Client) bool
CompareBlocks compares two blocks and returns true if they match
Types ¶
Click to show internal directories.
Click to hide internal directories.