As still in the solidity the dynamic data of array is not supported or if you use pragma experimental ABIEncoderV2; you have to use the storage to store the data in the array that would be costly as every time you access the function you have to pay to execute the function.
One solution is to do multiple quieries from the client side and on the server side respone according the key of the data and everytime send the key to get the result
One solution is to do multiple quieries from the client side and on the server side respone according the key of the data and everytime send the key to get the result
No comments:
Post a Comment