pub trait WeightInfo {
    // Required methods
    fn claim() -> Weight;
    fn mint_claim() -> Weight;
    fn claim_attest() -> Weight;
    fn attest() -> Weight;
    fn move_claim() -> 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

Implementors§