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