Table of Contents

Class TreeNoncesAggregatedEvent

Namespace
NArk.Abstractions.Batches.ServerEvents
Assembly
NArk.Abstractions.dll

Server has aggregated all cosigner nonces for the batch tree.

public record TreeNoncesAggregatedEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<TreeNoncesAggregatedEvent>
Inheritance
TreeNoncesAggregatedEvent
Implements
Inherited Members

Constructors

TreeNoncesAggregatedEvent(string, Dictionary<string, string>)

Server has aggregated all cosigner nonces for the batch tree.

public TreeNoncesAggregatedEvent(string Id, Dictionary<string, string> TreeNonces)

Parameters

Id string

Batch ID.

TreeNonces Dictionary<string, string>

Map of txid → aggregated nonce (hex).

Properties

Id

Batch ID.

public string Id { get; init; }

Property Value

string

TreeNonces

Map of txid → aggregated nonce (hex).

public Dictionary<string, string> TreeNonces { get; init; }

Property Value

Dictionary<string, string>