pub trait WeightInfo {
    // Required methods
    fn create_oneshot_account() -> Weight;
    fn consume_oneshot_account() -> Weight;
    fn consume_oneshot_account_with_remaining() -> Weight;
}
Expand description

Weight functions needed for pallet_universal_dividend.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§