pub fn generate_source_code(idl: Idl, use_modules: &[ItemUse]) -> String
Expand description

Generates program_client’s lib.rs from Idl created from Anchor programs. Disable regenerating the use statements with a used imports use_modules

Note: See the crate’s tests for output example.