Skip to main content

generate_code

Function generate_code 

Source
pub fn generate_code<T>(entity: T) -> TokenStream
where T: CodeGenerator,
Expand description

Generates the entire code for the given ink! contract.