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§
fn claim() -> Weight
fn mint_claim() -> Weight
fn claim_attest() -> Weight
fn attest() -> Weight
fn move_claim() -> Weight
fn prevalidate_attests() -> Weight
Object Safety§
This trait is not object safe.