Class VersionsResponse
VersionsResponse is the response to GET /versions
friendly:VersionsResponse
Inheritance
VersionsResponse
Assembly: Algorand.dll
Syntax
public class VersionsResponse
Properties
|
Edit this page
View Source
Versions
Declaration
[JsonProperty("versions", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Versions { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static VersionsResponse FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns