package
0.0.0-20190419125020-9e984db77e93
Repository: https://github.com/monetha/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewHandleNonceBackend wraps backend and returns new instance of HandleNonceBackend.
NewSimulatedBackendExtended creates a new binding backend using a simulated blockchain for testing purposes.

# Structs

HandleNonceBackend internally handles nonce of the given addresses.
SimulatedBackendExt wraps `backends.SimulatedBackend` and implements additionally `ethereum.TransactionReader` interface.

# Interfaces

Backend contains all methods required for the backend operations.