Class APIV1GETWalletsResponse
APIV1GETWalletsResponse is the response to GET /v1/wallets
friendly:ListWalletsResponse
Inheritance
object
    APIV1GETWalletsResponse
  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 APIV1GETWalletsResponse
  Properties
| Improve this Doc View SourceError
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Error { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
Message
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Wallets
Declaration
[JsonProperty("wallets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<APIV1Wallet> Wallets { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><APIV1Wallet> | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static APIV1GETWalletsResponse FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| APIV1GETWalletsResponse | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |