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§
sourcefn transact(btc_tx: &Transaction) -> Weight
fn transact(btc_tx: &Transaction) -> Weight
Calculates the weight of Call::transact
.
Object Safety§
This trait is not object safe.