Struct CatchpointAbortResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct CatchpointAbortResponse : IEquatable<CatchpointAbortResponse>
Properties
CatchupMessage
Catchup abort response string
Declaration
public string CatchupMessage { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Equals(CatchpointAbortResponse)
Declaration
public bool Equals(CatchpointAbortResponse other)
Parameters
Type | Name | Description |
---|---|---|
CatchpointAbortResponse | other |
Returns
Type | Description |
---|---|
Boolean |