pub trait WeightInfo {
    // Required method
    fn transact_without_apply() -> Weight;
}
Expand description

Weight functions needed for pallet_ethereum_checked.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

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)

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>