Class APIV1POSTWalletInfoResponse
APIV1POSTWalletInfoResponse is the response to POST /v1/wallet/info
friendly:WalletInfoResponse
Inheritance
APIV1POSTWalletInfoResponse
Assembly: Algorand.dll
Syntax
public class APIV1POSTWalletInfoResponse
Properties
|
Edit this page
View Source
Error
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Error { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Wallet_handle
Declaration
[JsonProperty("wallet_handle", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public APIV1WalletHandle Wallet_handle { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static APIV1POSTWalletInfoResponse FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns