pallet_timegraph::pallet

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn deposit() -> Weight;
    fn withdraw() -> Weight;
    fn transfer_to_pool() -> Weight;
    fn transfer_award_to_user() -> Weight;
    fn set_timegraph_account() -> Weight;
    fn set_reward_pool_account() -> Weight;
    fn set_threshold() -> Weight;
}

Required Methods§

Source

fn deposit() -> Weight

Source

fn withdraw() -> Weight

Source

fn transfer_to_pool() -> Weight

Source

fn transfer_award_to_user() -> Weight

Source

fn set_timegraph_account() -> Weight

Source

fn set_reward_pool_account() -> Weight

Source

fn set_threshold() -> Weight

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Implementors§