Parsed block meta.

1.0.0

interface ParsedBlockMeta {
    blockhash: string;
    blockHeight?: number;
    blockTime?: Date;
    executedTransactionCount?: number;
    parentBlockhash?: string;
    parentSlot?: Slot;
    slot: Slot;
    timestamp?: Date;
}

Properties

blockhash: string
blockHeight?: number
blockTime?: Date
executedTransactionCount?: number
parentBlockhash?: string
parentSlot?: Slot
slot: Slot
timestamp?: Date