logo
pub fn read_wasm_file_bytes<T: AsRef<Path>>(contract_file: T) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Reads a given compiled contract file based on path