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;
}