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

    Type Alias UTXOStats

    type UTXOStats = {
        bestblock: string;
        bogosize: number;
        disk_size: number;
        hash_serialized_2: string;
        height: number;
        total_amount: number;
        transactions: number;
        txouts: number;
    }
    Index

    Properties

    bestblock: string
    bogosize: number
    disk_size: number
    hash_serialized_2: string
    height: number
    total_amount: number
    transactions: number
    txouts: number