Docs.rs
nibiru-std-0.5.0
nibiru-std 0.5.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
Unique-Divine
matthiasmatt
Dependencies
anyhow ^1
normal
bech32 ^0.9
normal
cosmwasm-schema ^2.0.2
normal
cosmwasm-std ^2.0.2
normal
hex ^0.4
normal
prost ^0.12.3
normal
prost-types ^0.12.3
normal
serde ^1.0.189
normal
serde_json ^1.0.108
normal
thiserror ^1.0.50
normal
Versions
68.22%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nibiru_
std
0.5.0
Module v1beta1
Module Items
Modules
Structs
In nibiru_
std::
proto::
cosmos::
base::
store
nibiru_std
::
proto
::
cosmos
::
base
::
store
Module
v1beta1
Copy item path
Source
Modules
§
block_
metadata
Nested message and enum types in
BlockMetadata
.
Structs
§
Block
Metadata
BlockMetadata contains all the abci event data of a block the file streamer dump them into files together with the state changes.
Commit
Id
CommitID defines the commitment information when a specific store is committed.
Commit
Info
CommitInfo defines commit information used by the multi-store when committing a version/height.
Store
Info
StoreInfo defines store-specific commit information. It contains a reference between a store name and the commit ID.
Store
KvPair
StoreKVPair is a KVStore KVPair used for listening to state changes (Sets and Deletes) It optionally includes the StoreKey for the originating KVStore and a Boolean flag to distinguish between Sets and Deletes