Table of Contents

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

CommitmentTx string

Unsigned commitment transaction (hex).

Id string

Batch ID.

Properties

CommitmentTx

Unsigned commitment transaction (hex).

public string CommitmentTx { get; init; }

Property Value

string

Id

Batch ID.

public string Id { get; init; }

Property Value

string