Class APIV1WalletHandle
APIV1WalletHandle includes the wallet the handle corresponds to
and the number of number of seconds to expiration
Inheritance
object
    APIV1WalletHandle
  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 APIV1WalletHandle
  Properties
| Improve this Doc View SourceExpires_seconds
Declaration
[JsonProperty("expires_seconds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? Expires_seconds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| long? | 
Wallet
Declaration
[JsonProperty("wallet", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public APIV1Wallet Wallet { get; set; }
  Property Value
| Type | Description | 
|---|---|
| APIV1Wallet | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static APIV1WalletHandle FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| APIV1WalletHandle | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |