Class VersionsResponse
VersionsResponse is the response to GET /versions
friendly:VersionsResponse
Inheritance
object
VersionsResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.KMD
Assembly: Algorand.dll
Syntax
public class VersionsResponse
Properties
| Improve this Doc View SourceVersions
Declaration
[JsonProperty("versions", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Versions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><string> |
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static VersionsResponse FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data |
Returns
Type | Description |
---|---|
VersionsResponse |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
string |