pub const fn get_blockchain_pruning_seed() -> DbResult<PruningSeed>
Expand description
SOMEDAY
§Errors
This function returns cuprate_database::RuntimeError::KeyNotFound
if the input (if applicable) doesn’t exist or other RuntimeError
’s on database errors.
§Example
// SOMEDAY