Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose a list of transaction methods #4747

Open
pro-wh opened this issue May 13, 2022 · 0 comments
Open

expose a list of transaction methods #4747

pro-wh opened this issue May 13, 2022 · 0 comments

Comments

@pro-wh
Copy link
Contributor

pro-wh commented May 13, 2022

SUMMARY

we actually have pretty good introspection, with existing facilities to detect method name collisions and to look up the transaction body type of a given method.

for generating bindings in other languages, we'd like to have access to the list of registered methods. currently there's a private map of method names to body types, which may work for this purpose

note that even if this were exported, it would be up to the program to make sure the necessary modules are initialized in order for those modules to register their transaction names

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

consensus transactions

ADDITIONAL INFORMATION

for our client-sdk ts-web reflect-go project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@pro-wh and others