referrerpolicy=no-referrer-when-downgrade

Trait polkadot_runtime_common::claims::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

Object Safety§

This trait is not object safe.

Implementors§