In the above, modify_value is the name of a method that HAS to be defined and present so it can be used over the bridge (just like other similar methods), and pending_op is data that is already serialized to JSON – i.e. a JSON String.
This could also be achieved in other ways providing the core functionality is achievable.
Needed is a mechanism to register user-defined functionality to handle proposals.
This could be done along the following lines:
In the above,
modify_value
is the name of a method that HAS to be defined and present so it can be used over the bridge (just like other similar methods), andpending_op
is data that is already serialized to JSON – i.e. a JSONString
.This could also be achieved in other ways providing the core functionality is achievable.