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
IdstringBatch ID.
TreeNoncesDictionary<string, string>Map of txid → aggregated nonce (hex).
Properties
Id
Batch ID.
public string Id { get; init; }
Property Value
TreeNonces
Map of txid → aggregated nonce (hex).
public Dictionary<string, string> TreeNonces { get; init; }