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
lbm-sdk's GetTx() grpc API is the result returned by combining ostracon's tx() rpc API and so on. and, tx index field is missing. https://github.com/line/lbm-sdk/blob/e2acac9105ef61402a75ca7e376e6a906aa2e6b2/types/result.go#L69
https://github.com/line/ostracon/blob/2cfbd2fcb5ddb80249f0963e60faa2087726530b/rpc/core/tx.go#L47
add tx_index field into TxResponse in lbm-sdk.
The text was updated successfully, but these errors were encountered:
brew0722
Successfully merging a pull request may close this issue.
Summary
Problem Definition
lbm-sdk's GetTx() grpc API is the result returned by combining ostracon's tx() rpc API and so on.
and, tx index field is missing.
https://github.com/line/lbm-sdk/blob/e2acac9105ef61402a75ca7e376e6a906aa2e6b2/types/result.go#L69
https://github.com/line/ostracon/blob/2cfbd2fcb5ddb80249f0963e60faa2087726530b/rpc/core/tx.go#L47
Proposal
add tx_index field into TxResponse in lbm-sdk.
For Admin Use
The text was updated successfully, but these errors were encountered: