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

    Type Alias GetUTXOsResult

    type GetUTXOsResult = {
        bipmap: string;
        chainHeight: number;
        chaintipHash: string;
        utxos: UTXO[];
    }
    Index

    Properties

    bipmap: string
    chainHeight: number
    chaintipHash: string
    utxos: UTXO[]