Class BatchFinalizedEvent
- Namespace
- NArk.Abstractions.Batches.ServerEvents
- Assembly
- NArk.Abstractions.dll
Batch commitment transaction has been broadcast on-chain.
public record BatchFinalizedEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<BatchFinalizedEvent>
- Inheritance
-
BatchFinalizedEvent
- Implements
- Inherited Members
Constructors
BatchFinalizedEvent(string, string)
Batch commitment transaction has been broadcast on-chain.
public BatchFinalizedEvent(string CommitmentTxId, string Id)
Parameters
Properties
CommitmentTxId
Txid of the confirmed commitment transaction.
public string CommitmentTxId { get; init; }
Property Value
Id
Batch ID.
public string Id { get; init; }