ResQ.Blockchain
TransactionResult Class
Represents the result of a blockchain transaction submission.Example
Remarks
This record contains all relevant information about a transaction after it has been submitted to the Neo N3 blockchain, including its hash, confirmation status, and the block height at which it was included.| Constructors | |
|---|---|
| TransactionResult(string, bool, ulong, DateTimeOffset) | Represents the result of a blockchain transaction submission. |
| Properties | |
|---|---|
| BlockHeight | The block number where the transaction was included. |
| IsConfirmed | True if the transaction has been confirmed on-chain. |
| Timestamp | The UTC timestamp when the result was created. |
| TransactionHash | The hexadecimal hash of the transaction. |