pallet-feeless 0.0.2

A pallet to implement a feeless Substrate blockchain node.
Documentation

//! Autogenerated weights for `pallet_feeless`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-11-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024

// Executed Command:
// target/release/solochain-template-node
// benchmark
// pallet
// --chain=dev
// --pallet=pallet_feeless
// --extrinsic=*
// --output=pallets/feeless/src/weights.rs

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]

use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
use frame_system::weights::SubstrateWeight;
use core::marker::PhantomData;

/// Weight functions needed for pallet_template.
pub trait WeightInfo {
	fn set_status() -> Weight;
}

impl WeightInfo for () {
	fn set_status() -> Weight {
		Weight::from_parts(3_920_000, 0)
	}
}