# Packages
No description provided by the author
# Functions
NewBlockChainHookImpl creates a new BlockChainHookImpl instance.
NewVMCryptoHook creates a new instance of a vm crypto hook.
# Variables
ErrAddressLengthNotCorrect signals that an account does not have the correct address.
ErrEmptyCode signals that an account does not contain code.
ErrNilBlockchainHookCounter signals that a nil blockchain hook counter was provided.
ErrNilMissingTrieNodesNotifier signals that a nil missing trie nodes notifier was provided.
ErrNotImplemented signals that a functionality can not be used as it is not implemented.
ErrVMTypeLengthIsNotCorrect signals that the vm type length is not correct.
# Structs
ArgBlockChainHook represents the arguments structure for the blockchain hook.
BlockChainHookImpl is a wrapper over AccountsAdapter that satisfy vmcommon.BlockchainHook interface.
VMCryptoHook is a wrapper used in vm implementation.
# Interfaces
BlockChainHookCounter defines the operations of a blockchain hook counter handler.