Class MultisigSubsig
Serializable multisig sub-signature
Inheritance
object
MultisigSubsig
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand
Assembly: Algorand.dll
Syntax
[JsonObject]
public class MultisigSubsig
Constructors
| Improve this Doc View SourceMultisigSubsig(Ed25519PublicKeyParameters, Signature)
Declaration
public MultisigSubsig(Ed25519PublicKeyParameters key, Signature sig = null)
Parameters
Type | Name | Description |
---|---|---|
Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters | key | |
Signature | sig |
MultisigSubsig(byte[], byte[])
workaround wrapped json values
Declaration
[JsonConstructor]
public MultisigSubsig(byte[] key = null, byte[] sig = null)
Parameters
Type | Name | Description |
---|---|---|
byte[] | key | |
byte[] | sig |
Fields
| Improve this Doc View Sourcekey
Declaration
[JsonProperty(PropertyName = "pk")]
[JsonConverter(typeof(BytesConverter))]
public Ed25519PublicKeyParameters key
Field Value
Type | Description |
---|---|
Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters |
sig
Declaration
[JsonProperty(PropertyName = "s")]
public Signature sig
Field Value
Type | Description |
---|---|
Signature |
Methods
| Improve this Doc View SourceEquals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
object.Equals(object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
object.GetHashCode()
|
Improve this Doc
View Source
ShouldSerializesig()
Declaration
public bool ShouldSerializesig()
Returns
Type | Description |
---|---|
bool |