Expand description

Pallet to process claims from Ethereum addresses.

Re-exports

pub use pallet::*;

Modules

The module that hosts all the FRAME types needed to add this pallet to a runtime.

Structs

An Ethereum address (i.e. 20 bytes, used to represent an Ethereum account).
Validate attest calls prior to execution. Needed to avoid a DoS attack since they are otherwise free to place on chain.

Enums

The kind of statement an account needs to make for a claim to be valid.

Traits