Parsed entry notification.

1.0.0

interface ParsedEntry {
    executedTransactionCount: number;
    hashHex: string;
    index: number;
    numHashes: number;
    slot: Slot;
    startingTransactionIndex?: number;
    timestamp?: Date;
}

Properties

executedTransactionCount: number
hashHex: string
index: number
numHashes: number
slot: Slot
startingTransactionIndex?: number
timestamp?: Date