@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Interface VtxoBranch

    Links a VTXO to one virtual tx in its exit branch, ordered. position 0 = closest to commitment (tree root); higher = closer to leaf.

    interface VtxoBranch {
        position: number;
        virtualTxid: string;
        vtxoTxid: string;
        vtxoVout: number;
    }
    Index

    Properties

    position: number
    virtualTxid: string
    vtxoTxid: string
    vtxoVout: number