Class BatchFinalizationEvent
- Namespace
- NArk.Abstractions.Batches.ServerEvents
- Assembly
- NArk.Abstractions.dll
Server is ready to finalize the batch and publish the unsigned commitment tx for cosigner review.
public record BatchFinalizationEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<BatchFinalizationEvent>
- Inheritance
-
BatchFinalizationEvent
- Implements
- Inherited Members
Constructors
BatchFinalizationEvent(string, string)
Server is ready to finalize the batch and publish the unsigned commitment tx for cosigner review.
public BatchFinalizationEvent(string CommitmentTx, string Id)
Parameters
Properties
CommitmentTx
Unsigned commitment transaction (hex).
public string CommitmentTx { get; init; }
Property Value
Id
Batch ID.
public string Id { get; init; }