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
Assuming an insecure environment, calls need to be made to a JavaScript context to interact with otherwise secure methods. Design & implement a secure messaging API matching the following:
constService=require('@fabric/core/types/service');classAPIextendsService{asyncexecute(method,params){}_asMerkleTree(){// must return a Bitcoin-style merkle tree of all historical executions, in order of execution}}
The text was updated successfully, but these errors were encountered:
Assuming an insecure environment, calls need to be made to a JavaScript context to interact with otherwise secure methods. Design & implement a secure messaging API matching the following:
The text was updated successfully, but these errors were encountered: