Type Alias BlockSignatures
BlockSignatures: { blockhash: Blockhash; blockTime: number | null; parentSlot: number; previousBlockhash: Blockhash; signatures: string[]; } Type declaration
blockTime: number | null
parentSlot: number
previousBlockhash: Blockhash
signatures: string[]
A Block on the ledger with signatures only