Implement passing input data buffer from top-level
This allows the transaction initiator to pass some input data that can be accessed from the executed contract. However, this only works for the top-level contract. The contract still cannot pass input data to the callee contract. The reason for that is that API doesn't support this presently. This will be addressed in the following commits.
parent
c6e7c54f
Please register or sign in to comment