hdk-assemblyscript icon indicating copy to clipboard operation
hdk-assemblyscript copied to clipboard

build support for functions being assigned to specific capabilities

Open Connoropolous opened this issue 6 years ago • 1 comments

Willem had an idea for another decorator...

@capability('main') for example

This would then affect the autogen JSON manipulation we're doing, to generate the capabillities/zome JSON

Connoropolous avatar Oct 12 '18 04:10 Connoropolous

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

willemolding avatar Oct 12 '18 05:10 willemolding