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
ibc::ics05_port::capabilities::Capability
IBC
Capability index is always zero
Capability
0.6.1
let index = storage.get("capabilities/index")?; let cap = Capability { index };
The index can be handled for Capability
The text was updated successfully, but these errors were encountered:
Merge pull request cosmos#74 from confio/update-ts-and-target
b99c943
Update TypeScript to 4.5 and target to es2017
No branches or pull requests
Crate
IBC
Summary of Bug
Capability
index is always zeroVersion
0.6.1
Steps to Reproduce
Acceptance Criteria
The index can be handled for
Capability
For Admin Use
The text was updated successfully, but these errors were encountered: