Class APIV1POSTWalletRenewResponse
APIV1POSTWalletRenewResponse is the response to POST /v1/wallet/renew
friendly:RenewWalletHandleTokenResponse
Inheritance
object
    APIV1POSTWalletRenewResponse
  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 APIV1POSTWalletRenewResponse
  Properties
| Improve this Doc View SourceError
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Error { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
Message
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Wallet_handle
Declaration
[JsonProperty("wallet_handle", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public APIV1WalletHandle Wallet_handle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| APIV1WalletHandle | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static APIV1POSTWalletRenewResponse FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| APIV1POSTWalletRenewResponse | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |