Trait pallet_bitcoin::WeightInfo

source ·
pub trait WeightInfo {
    // Required method
    fn transact(btc_tx: &Transaction) -> Weight;
}
Expand description

Weight functions needed for pallet_bitcoin.

Required Methods§

source

fn transact(btc_tx: &Transaction) -> Weight

Calculates the weight of Call::transact.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn transact(_: &Transaction) -> Weight

Implementors§