Open arietrouw opened 1 year ago
Observed: Calling a completion routine on a smart-contract is currently a one-off exercise.
Expected: A reusable way for witness or diviner to call a smart-contract completion routine.
Need to secure the receiving smart contract by setting what addresses may complete it Need to pack resulting data into a packed structure to make data passing efficient.
Solidity code to allow a developer to call an XYO module and get the result.