referrerpolicy=no-referrer-when-downgrade
polkadot_runtime_common::claims

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn claim() -> Weight;
    fn mint_claim() -> Weight;
    fn claim_attest() -> Weight;
    fn attest() -> Weight;
    fn move_claim() -> Weight;
    fn prevalidate_attests() -> Weight;
}

Required Methods§

Source

fn claim() -> Weight

Source

fn mint_claim() -> Weight

Source

fn claim_attest() -> Weight

Source

fn attest() -> Weight

Source

fn move_claim() -> Weight

Source

fn prevalidate_attests() -> Weight

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§