package ledger_bigtable const ( // BlocksTable is the canonical name of the // ConfirmedBlocks table in Solana's BigTable instance. BlocksTable = "blocks" )