Type alias RpcTransaction<TPending, _optionalProperties, _excludedProperties>

RpcTransaction<TPending, _optionalProperties, _excludedProperties>: UnionOmit<UnionPartialBy<TransactionLegacy<Quantity, Index, TPending, "0x0"> | TransactionEIP2930<Quantity, Index, TPending, "0x1"> | TransactionEIP1559<Quantity, Index, TPending, "0x2">, _optionalProperties>, _excludedProperties>

Type Parameters

  • TPending extends boolean = boolean

  • _optionalProperties extends "yParity" = "yParity"

  • _excludedProperties extends string = "typeHex"

Generated using TypeDoc