Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2021 Changes in this version + func New(options ...Option) transaction.Backend + type AccountAtKey struct + Account common.Address + BlockNumber uint64 + type Block struct + NoncesAt map[AccountAtKey]uint64 + Number uint64 + Receipts map[common.Hash]*types.Receipt + type Option interface + func WithBlocks(blocks ...Block) Option