Class GenerateKeyRequest
APIV1POSTKeyRequest is the request for POST /v1/key
Inheritance
GenerateKeyRequest
Assembly: Algorand.dll
Syntax
public class GenerateKeyRequest
Properties
|
Edit this page
View Source
Display_mnemonic
Declaration
[JsonProperty("display_mnemonic", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Display_mnemonic { get; set; }
Property Value
|
Edit this page
View Source
Wallet_handle_token
Declaration
[JsonProperty("wallet_handle_token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_handle_token { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static GenerateKeyRequest FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns