pub trait WeightInfo {
    // Required methods
    fn queue_refund() -> Weight;
    fn spend_quota() -> Weight;
    fn try_refund() -> Weight;
    fn do_refund() -> Weight;
    fn on_process_refund_queue() -> Weight;
    fn on_process_refund_queue_elements(_i: u32) -> Weight;
}

Required Methods§

source

fn queue_refund() -> Weight

source

fn spend_quota() -> Weight

source

fn try_refund() -> Weight

source

fn do_refund() -> Weight

source

fn on_process_refund_queue() -> Weight

source

fn on_process_refund_queue_elements(_i: u32) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§