Transaction
Functions
| Function | Description |
|---|---|
| fromJSON | Deserializes a transaction from a JSON object or JSON string representation. This method accepts both parsed JSON objects and JSON strings, making it flexible for different use cases. |
| hash | Computes the hash of a transaction represented as a JSON object or JSON string. This hash serves as a unique identifier for the transaction and is essential for tracking and verifying transactions on the Mina blockchain. |