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

pub fn store_as_i32_vector(i32_vector: Vec<i32>) -> 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