Transaction
TransactionLike
A TransactionLike is a JSON representation of a transaction.
Properties
Property | Type | Description |
---|---|---|
chainId? | null | BigNumberish | The chain ID the transaction is valid on. |
hash? | null | string | The hash of the transaction. |
signature? | null | SignatureLike | The signature for the transaction |
type | null | number | The type. |
Was this page helpful?