[][src]Function solana_libra_language_e2e_tests::compile::compile_script

pub fn compile_script(code: &str) -> Vec<u8>

Compile the provided Move code into a blob which can be used as the code for a [Program] or a [Script].

The script is compiled with the default account address (0x0).