#[derive(QueryFns)]
{
// Attributes available to this derive:
#[cw_orch]
}
Expand description
Available attributes are :
returns - The return type of the query
fn_name - Modify the generated function name (useful for query or execute variants for instance)
disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior
into - The field can be indicated in the generated function with a type that implements Into the field type