referrerpolicy=no-referrer-when-downgrade

Module pallet_revive::evm

source ·
Expand description

Types, and traits to integrate pallet-revive with EVM.

Re-exports§

  • pub use rlp;

Modules§

  • Runtime types for integrating pallet-revive with the EVM.

Macros§

  • Conditional compilation depending on whether ethereum-types is built with ethbloom support.

Structs§

Enums§

  • Block number or tag
  • Block number, tag, or block hash
  • Block tag earliest: The lowest numbered block the client has available; finalized: The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination; safe: The most recent block that is safe from re-orgs under honest majority and certain synchronicity assumptions; latest: The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions; pending: A sample next block built by the client on top of latest and containing the set of transactions usually taken from local mempool. Before the merge transition is finalized, any call querying for finalized or safe block MUST be responded to with -39001: Unknown block error
  • Conversion from decimal string error
  • A list of error categories encountered when parsing numbers.
  • Syncing status

Traits§

Type Aliases§