Table of Contents

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

Index byte
Key ECPubKey

Properties

Index

public byte Index { get; init; }

Property Value

byte

Key

public ECPubKey Key { get; init; }

Property Value

ECPubKey