Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public record TransactionResult : System.IEquatable<ResQ.Core.TransactionResult>
var result = new TransactionResult { TxHash = "0xabc123...", BlockHeight = 1234567, GasConsumed = 1000000, Status = TransactionStatus.Confirmed };
Was this page helpful?