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.