pub fn generate_code<T>(entity: T) -> TokenStreamwhere
T: CodeGenerator,
Expand description
Generates the entire code for the given ink! contract.
pub fn generate_code<T>(entity: T) -> TokenStreamwhere
T: CodeGenerator,
Generates the entire code for the given ink! contract.