Struct TransactionResponse
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct TransactionResponse : IEquatable<TransactionResponse>
Properties
CurrentRound
Round at which the results were computed.
Declaration
public ulong CurrentRound { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Transaction
Declaration
public Transaction Transaction { get; set; }
Property Value
Type | Description |
---|---|
Transaction |
Methods
Equals(TransactionResponse)
Declaration
public bool Equals(TransactionResponse other)
Parameters
Type | Name | Description |
---|---|---|
TransactionResponse | other |
Returns
Type | Description |
---|---|
Boolean |