Trait pallet_oneshot_account::weights::WeightInfo
source · 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§
fn create_oneshot_account() -> Weight
fn consume_oneshot_account() -> Weight
fn consume_oneshot_account_with_remaining() -> Weight
Object Safety§
This trait is not object safe.