Table of Contents

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

CommitmentTxId string

Txid of the confirmed commitment transaction.

Id string

Batch ID.

Properties

CommitmentTxId

Txid of the confirmed commitment transaction.

public string CommitmentTxId { get; init; }

Property Value

string

Id

Batch ID.

public string Id { get; init; }

Property Value

string