Docs.rs
linera-chain-0.14.0
linera-chain 0.14.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
afck
ma2bd
Dependencies
anyhow ^1.0.80
normal
optional
async-graphql =7.0.2
normal
async-trait ^0.1.77
normal
axum ^0.7.4
normal
optional
custom_debug_derive ^0.6.1
normal
futures ^0.3.30
normal
linera-base ^0.14.0
normal
linera-execution ^0.14.0
normal
linera-views ^0.14.0
normal
prometheus ^0.13.3
normal
optional
rand_chacha ^0.3.1
normal
rand_distr ^0.4.3
normal
serde ^1.0.197
normal
serde_bytes ^0.11.14
normal
thiserror ^1.0.65
normal
tokio ^1.36.0
normal
tracing ^0.1.40
normal
anyhow ^1.0.80
dev
assert_matches ^1.5.0
dev
bcs ^0.1.6
dev
hex ^0.4.3
dev
test-case ^3.3.1
dev
cfg_aliases ^0.2.1
build
Versions
57.18%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
linera_
chain
0.14.0
Module block
Module Items
Structs
Enums
In crate linera_
chain
linera_chain
Module
block
Copy item path
Source
Structs
§
Block
Block defines the atomic unit of growth of the Linera chain.
Block
Body
The body of a block containing all the data included in the block.
Block
Header
Succinct representation of a block. Contains all the metadata to follow the chain of blocks or verifying inclusion (event, message, oracle response, etc.) in the block’s body.
Confirmed
Block
Wrapper around a
Block
that has been confirmed.
Previous
Message
Blocks
Map
Timeout
Timeout
Inner
Validated
Block
Wrapper around a
Block
that has been validated.
Enums
§
Conversion
Error
Failure to convert a
Certificate
into one of the expected certificate types.