Function massa_models::datastore::get_prefix_bounds
source ยท pub fn get_prefix_bounds(prefix: &[u8]) -> (Bound<Vec<u8>>, Bound<Vec<u8>>)
Expand description
For lexicographically ordered keys, gets the upper and lower bound of keys matching a prefix.