@solana/web3.js
    Preparing search index...

    Type Alias BlockSignatures

    A Block on the ledger with signatures only

    type BlockSignatures = {
        blockhash: Blockhash;
        blockTime: number | null;
        parentSlot: number;
        previousBlockhash: Blockhash;
        signatures: string[];
    }
    Index
    blockhash: Blockhash

    Blockhash of this block

    blockTime: number | null

    The unix timestamp of when the block was processed

    parentSlot: number

    Slot index of this block's parent

    previousBlockhash: Blockhash

    Blockhash of this block's parent

    signatures: string[]

    Vector of signatures