Function generate_eip1559_transfer_txn

Source
pub fn generate_eip1559_transfer_txn<TestRuntime: Config + Config>(
    account_info: AccountInfo,
    nonce: U256,
    gas_price: U256,
    to: H160,
    value: U256,
) -> TransactionV2