AElf
AElf copied to clipboard
Request a web api to get the names of view methods of a contract
Currently, we have the API fileDescriptorSet
to return FileDescriptorSet of a given contract. But protobufjs unable to parse FileDescriptorSet to determine which method is marked as Action and which is View.
Thus we need a new API to return the view method list of a given contract.