Class APIV1POSTMasterKeyExportResponse
APIV1POSTMasterKeyExportResponse is the response to POST /v1/master-key/export
friendly:ExportMasterKeyResponse
Inheritance
APIV1POSTMasterKeyExportResponse
Assembly: Algorand.dll
Syntax
public class APIV1POSTMasterKeyExportResponse
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
Master_derivation_key
Declaration
[JsonProperty("master_derivation_key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Master_derivation_key { 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
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static APIV1POSTMasterKeyExportResponse FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns