AElf icon indicating copy to clipboard operation
AElf copied to clipboard

Request a web api to get the names of view methods of a contract

Open eanzhao opened this issue 7 months ago • 0 comments

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.

eanzhao avatar Jun 26 '24 07:06 eanzhao