Enable to call dynamic link functions from tx or query directly
loloicci opened this issue · 3 comments
loloicci commented
Now, dynamic link functions can be called by only other contracts. Enable it from tx or query directly.
loloicci commented
without #255, read-only dynamic linked functions can be called via tx. Consider that it is ok or should be solved.
Kynea0b commented
- Implement
CallCallablePoint
for lbm-sdk
zemyblue commented
I think it is unnecessary. I think it's enough the callee function for dynamic link only be called by dynamic link caller.