pub trait WeightInfo {
    // Required methods
    fn claim_uds(i: u32) -> Weight;
    fn transfer_ud() -> Weight;
    fn transfer_ud_keep_alive() -> Weight;
    fn on_removed_member(i: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_universal_dividend.

Required Methods§

source

fn claim_uds(i: u32) -> Weight

source

fn transfer_ud() -> Weight

source

fn transfer_ud_keep_alive() -> Weight

source

fn on_removed_member(i: u32) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn claim_uds(i: u32) -> Weight

source§

fn transfer_ud() -> Weight

source§

fn transfer_ud_keep_alive() -> Weight

source§

fn on_removed_member(i: u32) -> Weight

Implementors§