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