Class APIV1POSTMasterKeyExportResponse
APIV1POSTMasterKeyExportResponse is the response to POST /v1/master-key/export
friendly:ExportMasterKeyResponse
Inheritance
object
APIV1POSTMasterKeyExportResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.KMD
Assembly: Algorand.dll
Syntax
public class APIV1POSTMasterKeyExportResponse
Properties
| Improve this Doc View SourceError
Declaration
[JsonProperty("error", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Error { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Master_derivation_key
Declaration
[JsonProperty("master_derivation_key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Master_derivation_key { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Message
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static APIV1POSTMasterKeyExportResponse FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data |
Returns
Type | Description |
---|---|
APIV1POSTMasterKeyExportResponse |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
string |