bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iLatestBlockStatus<T>

    interface iLatestBlockStatus<T extends NumberType> {
        height: T;
        timestamp: T;
        txIndex: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    height: T

    The height of the latest block

    timestamp: T

    The timestamp of the latest block (milliseconds since epoch)

    txIndex: T

    The transaction index of the latest block