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
when I executed the lbm tx token issue, it will be returned below.
lbm tx token issue
{ "type": "lbm.token.v1.EventIssue", "attributes": [ { "key": "class_id", "value": "\"678c146a\"" } ]
If you look at the value, it contains ", which seems unnecessary.
e2acac9
The text was updated successfully, but these errors were encountered:
Because TypedEvent may contain arbitrary structures, it uses json formated value. So you must unmarshal the value.
TypedEvent
Sorry, something went wrong.
This is same issue with #463 .
No branches or pull requests
Summary of Bug
when I executed the
lbm tx token issue
, it will be returned below.If you look at the value, it contains ", which seems unnecessary.
Version
e2acac9
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: