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

    Type Alias TxOutInBlock

    type TxOutInBlock = {
        bestblock: string;
        coinbase: boolean;
        confirmations: number;
        scriptPubKey: {
            addresses: string[];
            asm: string;
            hex: string;
            reqSigs: number;
            type: scriptPubkeyType;
        };
        value: number;
    }
    Index

    Properties

    bestblock: string
    coinbase: boolean
    confirmations: number
    scriptPubKey: {
        addresses: string[];
        asm: string;
        hex: string;
        reqSigs: number;
        type: scriptPubkeyType;
    }
    value: number