You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LockPattern is a newborn word in Kuai, the term Filter would be more acquainted in functional programming context. So what if renaming them into LockFilter, etc.
LockPattern should work with another decorator, e.g.
@LockPattern()
@DataPattern('0x')
@Omnilock()
@LockPattern()
@TypePattern()
@Lock()
what if achieve the function with a single decorator like
@LockPattern('Omnilock')
@LockPattern({ codeHash, hashType })
The text was updated successfully, but these errors were encountered:
After the demonstration of Kuai MVP, we got 2 feedback about
Model Pattern
atkuai/packages/samples/mvp-dapp/src/actors/omnilock.model.ts
Lines 31 to 34 in 073becc
LockPattern
is a newborn word in Kuai, the termFilter
would be more acquainted in functional programming context. So what if renaming them intoLockFilter
, etc.LockPattern
should work with anotherdecorator
, e.g.what if achieve the function with a single decorator like
The text was updated successfully, but these errors were encountered: