# Packages
No description provided by the author
# Functions
AddToVerificationBlacklist adds a contract to a verification blacklist for the remained of the process.
IsVerificationBlacklisted checks if a contract is blacklisted for verification.
MockAccount creates a new mock account.
NewBaseBackend creates a new base backend.
NewInMemoryKeyStore exposes a key store.
WaitForConfirmation is a helper that can be called by various inheriting funcs.
WalletToKey converts a wallet into a storable key TODO: test me.
# Constants
see: https://git.io/JGsC1 taken from geth, used to speed up tests.
see: https://git.io/JGsC1 taken from geth, used to speed up tests.
# Variables
EnableLocalDebug enables local tx debugging.
# Structs
Backend contains common functions across backends and can be used to extend a backend.
InMemoryKeyStore stores accounts.
VerifiedContract is a contract that has been verified.
# Interfaces
ConfirmationClient waits for confirmation.