Skip to main content

ResQ.Blockchain.TransactionResult

TransactionResult(string, bool, ulong, DateTimeOffset) Constructor

Represents the result of a blockchain transaction submission.

Parameters

TransactionHash System.String The hexadecimal hash of the transaction. IsConfirmed System.Boolean True if the transaction has been confirmed on-chain. BlockHeight System.UInt64 The block number where the transaction was included. Timestamp System.DateTimeOffset The UTC timestamp when the result was created.

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.