Eip712TxData: Omit<FeeMarketEIP1559TxData, "gasPrice"> & {
    customData?: null | Eip712Meta;
    eip712Meta?: null | Eip712Meta;
    from?: Address;
    gasPrice?: Numbers | Uint8Array | null;
    hash?: string;
    signature?: string;
}

Type declaration

  • OptionalcustomData?: null | Eip712Meta
  • Optionaleip712Meta?: null | Eip712Meta

    The custom data for EIP712 transaction metadata.

  • Optionalfrom?: Address
  • OptionalgasPrice?: Numbers | Uint8Array | null

    The transaction's gas price. To be used if maxPriorityFeePerGas and maxFeePerGas were not provided

  • Optionalhash?: string
  • Optionalsignature?: string