Enum VirtualTxMode
- Namespace
- NArk.Abstractions.VirtualTxs
- Assembly
- NArk.Abstractions.dll
Controls how much virtual tx data is stored.
public enum VirtualTxMode
Fields
Full = 1Store txids AND raw tx hex immediately on VTXO receive. Ready for instant exit.
Lite = 0Store only txids and branch structure. Tx hex is fetched on demand when needed for exit.