storage__immediate_list

Function storage__immediate_list 

Source
pub unsafe extern "C" fn storage__immediate_list(
    store: StoreHandle,
    __ark_byte_size: *mut u32,
) -> ErrorCode
Expand description

Get list of all keys in a single byte buffer

This can be a potentially quite large list although only contains the keys, not the values.

ยงReturn

The list of all the keys is returned in a binary blob. The data is formatted in a single binary buffer that starts with a u32 count of keys and then each key is following with a u32 length of the key and then the contents of the key