Class APIV1Wallet
APIV1Wallet is the API's representation of a wallet
Inheritance
object
    APIV1Wallet
  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 APIV1Wallet
  Properties
| Improve this Doc View SourceDriver_name
Declaration
[JsonProperty("driver_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Driver_name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Driver_version
Declaration
[JsonProperty("driver_version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Driver_version { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
Id
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Mnemonic_ux
Declaration
[JsonProperty("mnemonic_ux", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Mnemonic_ux { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
Name
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Supported_txs
Declaration
[JsonProperty("supported_txs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Supported_txs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><string> | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static APIV1Wallet FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| APIV1Wallet | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |