Class RecoveryDelegateConfig
- Namespace
- NArk.Abstractions.Recovery
- Assembly
- NArk.Abstractions.dll
Optional delegate (auto-renewal) public-key descriptors a wallet may have used.
When non-empty, recovery also derives the delegate-vtxo variant per index/signer
— mirroring the canonical arkade-os/ts-sdk restore, which derives both
DefaultVtxo and DelegateVtxo scripts — so funds locked under a
delegate script are discovered too. Empty by default (no delegation configured).
public sealed class RecoveryDelegateConfig
- Inheritance
-
RecoveryDelegateConfig
- Inherited Members
Properties
Delegates
Delegate key descriptors to additionally probe during recovery.
public IReadOnlyList<OutputDescriptor> Delegates { get; init; }