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

    Type Alias UTXO

    type UTXO = {
        height: number;
        scriptPubkey: {
            addresses: string[];
            asm: string;
            hex: string;
            reqSigs: number;
            type: string;
        };
        value: number;
    }
    Index

    Properties

    height: number
    scriptPubkey: {
        addresses: string[];
        asm: string;
        hex: string;
        reqSigs: number;
        type: string;
    }
    value: number