Eip712Meta: {
    customSignature?: Bytes;
    factoryDeps?: Bytes[];
    gasPerPubdata?: Numbers;
    paymasterParams?: PaymasterParams;
}

Contains EIP712 transaction metadata.

Type declaration

  • OptionalcustomSignature?: Bytes

    Custom 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?: Numbers

    The maximum amount of gas the user is willing to pay for a single byte of pubdata.

  • OptionalpaymasterParams?: PaymasterParams

    Parameters for configuring the custom paymaster for the transaction.