Class CreateWalletRequest
APIV1POSTWalletRequest is the request for POST /v1/wallet
Inheritance
CreateWalletRequest
Assembly: Algorand.dll
Syntax
public class CreateWalletRequest
Properties
|
Edit this page
View Source
Master_derivation_key
Declaration
[JsonProperty("master_derivation_key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Master_derivation_key { get; set; }
Property Value
|
Edit this page
View Source
Wallet_driver_name
Declaration
[JsonProperty("wallet_driver_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_driver_name { get; set; }
Property Value
|
Edit this page
View Source
Wallet_name
Declaration
[JsonProperty("wallet_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_name { get; set; }
Property Value
|
Edit this page
View Source
Wallet_password
Declaration
[JsonProperty("wallet_password", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_password { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static CreateWalletRequest FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns