radiance/pkg/ledger_bigtable/constants.go

8 lines
161 B
Go
Raw Normal View History

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