pub fn create<T: Config>(
    source: H160,
    init: Vec<u8>,
    value: U256,
    gas_limit: u64,
    max_fee_per_gas: U256,
    max_priority_fee_per_gas: Option<U256>,
    nonce: Option<U256>,
    access_list: Vec<(H160, Vec<H256>)>
)
Expand description

Issue an EVM create operation. This is similar to a contract creation transaction in Ethereum.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::create.