@did-btc1/method
    Preparing search index...

    Type Alias TxOut

    type TxOut = {
        n: number;
        scriptPubKey: {
            address?: string;
            asm: string;
            desc: string;
            hex: string;
            reqSigs: number;
            type: scriptPubkeyType;
        };
        value: number;
    }
    Index

    Properties

    Properties

    n: number
    scriptPubKey: {
        address?: string;
        asm: string;
        desc: string;
        hex: string;
        reqSigs: number;
        type: scriptPubkeyType;
    }
    value: number