ResQ.Core
TransactionResult Class
Represents the result of a blockchain transaction.Example
Remarks
Contains the transaction hash, block information, gas consumption, and status.| Properties | |
|---|---|
| BlockHeight | Block height where transaction was included. |
| ErrorMessage | Error message if transaction failed. |
| GasConsumed | Gas consumed by the transaction. |
| Status | Current transaction status. |
| TxHash | Hexadecimal transaction hash. |