[][src]Function rust_storage_interface_library::ssvm_storage::store::update_as_i32_vector

pub fn update_as_i32_vector(_string_key: &str, i32_vector: Vec<i32>)

This function does not use serde or bincode it just takes Vec and stores it natively This is for developers who want to unpack their data ahead of time and make it directly available to the SSVM without conversion/serialization overheads at execution time