CurrentBlockData: {
    block: number;
    status: BlockDataStatus;
    timestamp: number;
}

Represents the current block data for a chain.

Property

The current block.

Property

The timestamp when the block data was retrieved.

Property

The status of the block data (fresh, updated, cached).

Type declaration

Generated using TypeDoc