Class APIV1Wallet
APIV1Wallet is the API's representation of a wallet
Assembly: Algorand.dll
Syntax
Properties
|
Edit this page
View Source
Driver_name
Declaration
[JsonProperty("driver_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Driver_name { get; set; }
Property Value
|
Edit this page
View Source
Driver_version
Declaration
[JsonProperty("driver_version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Driver_version { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Mnemonic_ux
Declaration
[JsonProperty("mnemonic_ux", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Mnemonic_ux { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Supported_txs
Declaration
[JsonProperty("supported_txs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Supported_txs { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static APIV1Wallet FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns