Crate hopr_chain_types

Source
Expand description

This crate contains various on-chain related modules and types.

Modules§

actions
Types related to high-level actions that lead to Ethereum transactions.
chain_events
Types that are related to events that are raised on-chain and extracted from chain logs.
utils
Chain utilities used for testing.

Structs§

ContractAddresses
Holds addresses of all smart contracts.
ContractInstances
Holds instances to contracts.
ERC_1820_REGISTRY_DEPLOY_CODE

Enums§

NetworkRegistryProxy
TypedTransaction
The TypedTransaction enum represents all Ethereum transaction types.

Functions§

create_anvil
Creates local Anvil instance.
create_eip1559_transaction
Short-hand for creating new EIP1559 transaction object.