Class MultisigSubsig
MultisigSubsig is a struct that holds a pair of public key and signatures
signatures may be empty
Inheritance
object
    MultisigSubsig
  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 MultisigSubsig
  Properties
| Improve this Doc View SourceKey
Declaration
[JsonProperty("Key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Key { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Sig
Declaration
[JsonProperty("Sig", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Sig { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static MultisigSubsig FromJson(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | data | 
Returns
| Type | Description | 
|---|---|
| MultisigSubsig | 
ToJson()
Declaration
public string ToJson()
  Returns
| Type | Description | 
|---|---|
| string |