Trait operations::weights::WeightInfo
source · [−]pub trait WeightInfo {
fn create() -> Weight;
fn version_approve() -> Weight;
}
Expand description
Weight functions needed for operations.
pub trait WeightInfo {
fn create() -> Weight;
fn version_approve() -> Weight;
}
Weight functions needed for operations.