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