These are the existing solidity functions that we have today and can already be used in smart contracts. They make our x/warden features "callable" from solidity smart contracts:
Should we list parameters or add a link to GitHub instead? If we list everything in docs, it may be hard to maintain if modules are going to be updated often.
What about responses? Should we include them and in which form - like they are shown in the code or in the form of real-life output samples?
Do MVP requirements include code snippets showing how to call these functions? It might take a lot of time if we want to pass some realistic parameters there and verify that this code is working.
INFO
These are the existing solidity functions that we have today and can already be used in smart contracts. They make our x/warden features "callable" from solidity smart contracts:
TO DO
QUESTIONS