Trait pallet_ethereum_checked::weights::WeightInfo
source · pub trait WeightInfo {
// Required method
fn transact_without_apply() -> Weight;
}
Expand description
Weight functions needed for pallet_ethereum_checked.
Required Methods§
fn transact_without_apply() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn transact_without_apply() -> Weight
fn transact_without_apply() -> Weight
Storage: EVMChainId ChainId (r:1 w:0) Proof: EVMChainId ChainId (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: EthereumChecked Nonce (r:1 w:1) Proof: EthereumChecked Nonce (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)