Table of Contents

Enum BatchExtensionPhase

Namespace
NArk.Abstractions.Batches
Assembly
NArk.Abstractions.dll

The point in the batch flow at which an IBatchSessionExtension is being invoked.

public enum BatchExtensionPhase

Fields

PostTreeSigning = 1

After tree signing aggregates a partially-signed Arkade transaction tree, before the signatures are submitted upstream. Extension co-signs leaves whose inputs need additional signatures (emulator for arkade-bound inputs, etc.).

PreForfeitFinalization = 2

Before forfeit-tx submission and commitment-tx finalisation. Extension co-signs forfeits and (optionally) the commitment for inputs it owns.