Class InitWalletHandleTokenRequest
APIV1POSTWalletInitRequest is the request for POST /v1/wallet/init
Inheritance
InitWalletHandleTokenRequest
Assembly: Algorand.dll
Syntax
public class InitWalletHandleTokenRequest
Properties
|
Edit this page
View Source
Wallet_id
Declaration
[JsonProperty("wallet_id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_id { get; set; }
Property Value
|
Edit this page
View Source
Wallet_password
Declaration
[JsonProperty("wallet_password", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_password { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static InitWalletHandleTokenRequest FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns