pub unsafe extern "C" fn state_iterator_key_size(iterator: u64) -> u32
Expand description

Get the size of the key that the iterator is currently pointing at. Returns

  • u32::MAX if the iterator does not exist
  • otherwise the length of the key in bytes.