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

    Type Alias TxStats

    type TxStats = {
        time: number;
        txcount: number;
        txrate: number;
        window_block_count?: number;
        window_final_block_hash?: string;
        window_interval?: number;
        window_tx_count?: number;
    }
    Index

    Properties

    time: number
    txcount: number
    txrate: number
    window_block_count?: number
    window_final_block_hash?: string
    window_interval?: number
    window_tx_count?: number