Class CosignerPublicKeyData
- Namespace
- NArk.Abstractions.Batches
- Assembly
- NArk.Abstractions.dll
A cosigner's position index and compressed public key in a MuSig2 tree-signing session.
public record CosignerPublicKeyData : IEquatable<CosignerPublicKeyData>
- Inheritance
-
CosignerPublicKeyData
- Implements
- Inherited Members
Constructors
CosignerPublicKeyData(byte, ECPubKey)
A cosigner's position index and compressed public key in a MuSig2 tree-signing session.
public CosignerPublicKeyData(byte Index, ECPubKey Key)
Parameters
IndexbyteKeyECPubKey
Properties
Index
public byte Index { get; init; }
Property Value
Key
public ECPubKey Key { get; init; }
Property Value
- ECPubKey