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
Add documentation explaining how the 09-localhost client operates and the usage of the sentinel localhost connection end stored in state.
09-localhost
Docs should clearly state:
ClientState
VerifyMembership
VerifyNonMembership
BeginBlock
LatestHeight
AppModuleBasic
The text was updated successfully, but these errors were encountered:
damiannolan
No branches or pull requests
Summary
Add documentation explaining how the
09-localhost
client operates and the usage of the sentinel localhost connection end stored in state.Docs should clearly state:
ClientState
structure and its fields.VerifyMembership
andVerifyNonMembership
prove key-value pairs using the core IBC store.BeginBlock
to trackLatestHeight
of localhost client.AppModuleBasic
in app.go, used for registration of types using the interface registry.For Admin Use
The text was updated successfully, but these errors were encountered: