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