Open Connoropolous opened 6 years ago
Willem had an idea for another decorator...
@capability('main') for example
@capability('main')
This would then affect the autogen JSON manipulation we're doing, to generate the capabillities/zome JSON
Its between that and @zome_function('capability_name'). Since every zome function needs to belong to a capability they are kind of the same. I think I prefer the @capability one
@zome_function('capability_name')
@capability
Willem had an idea for another decorator...
@capability('main')
for exampleThis would then affect the autogen JSON manipulation we're doing, to generate the capabillities/zome JSON