Class DeleteKeyRequest
APIV1DELETEKeyRequest is the request for DELETE /v1/key
Inheritance
object
    DeleteKeyRequest
  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 DeleteKeyRequest
  Properties
| Improve this Doc View SourceAddress
Declaration
[JsonProperty("address", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Address { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Wallet_handle_token
Declaration
[JsonProperty("wallet_handle_token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_handle_token { 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 DeleteKeyRequest FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| DeleteKeyRequest | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |