ordspv
    Preparing search index...

    Interface Satpoint

    A location in the sat space of a confirmed transaction's outputs.

    interface Satpoint {
        offset: bigint;
        txid: string;
        vout: number;
    }
    Index
    offset: bigint

    sat offset within the output, 0-based

    txid: string

    display-order txid

    vout: number