OptionalcustomSignature?: BytesCustom signature used for cases where the signer's account is not an EOA.
OptionalfactoryDeps?: Bytes[]An array of bytes containing the bytecode of the contract being deployed and any related contracts it can deploy.
OptionalgasPerPubdata?: NumbersThe maximum amount of gas the user is willing to pay for a single byte of pubdata.
OptionalpaymasterParams?: PaymasterParamsParameters for configuring the custom paymaster for the transaction.
Contains EIP712 transaction metadata.