storage__store_open

Function storage__store_open 

Source
pub unsafe extern "C" fn storage__store_open(
    realm: u32,
    name_ptr: *const u8,
    name_len: u32,
    __ark_ffi_output: *mut StoreHandle,
) -> ErrorCode
Expand description

Open a store and make it available for the module

This can be a very expensive operation for [StoreRealm::Global] as it will synchronize and download latest data. Prefer to call this early in module initialization