[][src]Crate eq_claim

Equilibrium Claim Pallet

Equilibrium's Balances Pallet is a Substrate module that processes claims from Ethereum addresses. It is used in Equilibrium Substrate to payout claims generated during Token Swap event

Structs

EcdsaSignature
EthereumAddress

An Ethereum address (i.e. 20 bytes, used to represent an Ethereum account).

GenesisConfig

Genesis config for the module, allow to build genesis storage.

Module
PrevalidateAttests

Validate attest calls prior to execution. Needed to avoid a DoS attack since they are otherwise free to place on chain.

Enums

Call

Dispatchable calls.

Error

Pallet's errors

RawEvent

Events for this module.

StatementKind

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

ValidityError

Claim validation errors

Traits

Trait

Substrate pallet configuration trait

WeightInfo

Functions

get_statement_text

Convert this to the (English) statement it represents

to_ascii_hex

Converts the given binary data into ASCII-encoded hex. It will be twice the length

Type Definitions

Event

RawEvent specialized for the configuration Trait