Expand description

Contains some basic types of a cosmos sdk based chain.

Structs

Represents a chain block height. Normally the revision_height is incremented at each height while keeping revision_number the same. However some consensus algorithms may choose to reset the height in certain conditions e.g. hard forks, state-machine breaking changes in these cases, the revision_number is incremented so that height continues to be monitonically increasing even as the revision_height gets reset.

Represents the configurations that tell the application which page of data to fetch.

Response returned from a query method that had used PageRequest.

Represents a generic public key.