We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The proto are using Struct and map[string]*Value from proto. The engine should also use it instead of the custom map[string]interface.
Struct
map[string]*Value
map[string]interface
Then, good stuff that can be done:
The text was updated successfully, but these errors were encountered:
I'm closing this issue as the modif has been done in the Engine and we decided to not do it for ethwallet (see related PR for more info).
Sorry, something went wrong.
krhubert
No branches or pull requests
The proto are using
Struct
andmap[string]*Value
from proto.The engine should also use it instead of the custom
map[string]interface
.Then, good stuff that can be done:
The text was updated successfully, but these errors were encountered: