[][src]Module solana_libra_language_e2e_tests::compile

Support for compiling scripts and modules in tests.

Functions

compile_module_with_address

Compile the provided Move code into a blob which can be used as the code to be published (a Module).

compile_script

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

compile_script_with_address

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