Type alias BlockSignatures
Block
Signatures
: { blockTime
: number | null; blockhash
: Blockhash; 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