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§
- Ecdsa
Signature - Ethereum
Address - An Ethereum address (i.e. 20 bytes, used to represent an Ethereum account).
- Prevalidate
Attests - Validate
attest
calls prior to execution. Needed to avoid a DoS attack since they are otherwise free to place on chain. - Test
Weight Info
Enums§
- Statement
Kind - The kind of statement an account needs to make for a claim to be valid.