Class APIV1WalletHandle
APIV1WalletHandle includes the wallet the handle corresponds to
and the number of number of seconds to expiration
Inheritance
APIV1WalletHandle
Assembly: Algorand.dll
Syntax
public class APIV1WalletHandle
Properties
|
Edit this page
View Source
Expires_seconds
Declaration
[JsonProperty("expires_seconds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? Expires_seconds { get; set; }
Property Value
|
Edit this page
View Source
Wallet
Declaration
[JsonProperty("wallet", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public APIV1Wallet Wallet { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static APIV1WalletHandle FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns