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§

Object Safety§

This trait is not object safe.

Implementors§