referrerpolicy=no-referrer-when-downgrade

Module claims

Source
Expand description

Pallet to process claims from Ethereum addresses.

Re-exports§

pub use pallet::*;

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

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

Enums§

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

Traits§

WeightInfo