Table of Contents

Enum VirtualTxMode

Namespace
NArk.Abstractions.VirtualTxs
Assembly
NArk.Abstractions.dll

Controls how much virtual tx data is stored.

public enum VirtualTxMode

Fields

Full = 1

Store txids AND raw tx hex immediately on VTXO receive. Ready for instant exit.

Lite = 0

Store only txids and branch structure. Tx hex is fetched on demand when needed for exit.