Class APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse is the response to POST /v1/multisig/export
friendly:ExportMultisigResponse
Inheritance
APIV1POSTMultisigExportResponse
Assembly: Algorand.dll
Syntax
public class APIV1POSTMultisigExportResponse
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
Multisig_version
Declaration
[JsonProperty("multisig_version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Multisig_version { get; set; }
Property Value
|
Edit this page
View Source
Pks
Declaration
[JsonProperty("pks", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Pks { get; set; }
Property Value
|
Edit this page
View Source
Threshold
Declaration
[JsonProperty("threshold", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Threshold { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static APIV1POSTMultisigExportResponse FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns