pub comptime fn generate_public_dispatch(m: Module) -> Quoted
Returns an fn public_dispatch(...) function for the given module that's assumed to be an Aztec contract.
fn public_dispatch(...)
Returns an
fn public_dispatch(...)function for the given module that's assumed to be an Aztec contract.