Table of Contents

Namespace NArk.Core.Helpers

Classes

IntentProofHelper

Creates BIP-322-style proofs for intent operations (registration, deletion, and querying).

TransactionHelpers
TransactionHelpers.ArkTransactionBuilder

Utility class for building and constructing Ark transactions

Interfaces

ISpendSubmitHandler

Plug-point that lets a higher layer (e.g. NArk.Arkade) take over the submission of an offchain Ark transaction, without NArk.Core depending on that layer. Used for covenant spends, where the emulator co-signing service — not arkd directly — is the submission endpoint (it co-signs and fronts arkd).