package blockdb // NamePrefix is the prefix for the block database name. The database type is appended to this value to form the full // block database name. const NamePrefix = "blocks"