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

    Type Alias UnspentTxInfo

    type UnspentTxInfo = {
        acount: string;
        address: string;
        amount: number;
        confirmations: number;
        redeemScript: string;
        safe: boolean;
        scriptPubKey: string;
        solvable: boolean;
        spendable: boolean;
        txid: string;
        vout: number;
    }
    Index

    Properties

    acount: string
    address: string
    amount: number
    confirmations: number
    redeemScript: string
    safe: boolean
    scriptPubKey: string
    solvable: boolean
    spendable: boolean
    txid: string
    vout: number