Interface iLatestBlockStatus<T>

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

Type Parameters

Implemented by

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