ordspv
    Preparing search index...

    Interface TxOutput

    interface TxOutput {
        scriptPubKey: Uint8Array;
        value: bigint;
    }
    Index
    scriptPubKey: Uint8Array
    value: bigint