Class CreateWalletRequest
APIV1POSTWalletRequest is the request for POST /v1/wallet
Inheritance
object
    CreateWalletRequest
  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 CreateWalletRequest
  Properties
| Improve this Doc View SourceMaster_derivation_key
Declaration
[JsonProperty("master_derivation_key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Master_derivation_key { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Wallet_driver_name
Declaration
[JsonProperty("wallet_driver_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_driver_name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Wallet_name
Declaration
[JsonProperty("wallet_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Wallet_password
Declaration
[JsonProperty("wallet_password", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static CreateWalletRequest FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| CreateWalletRequest | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |