Docs.rs
near-chain-0.1.0
near-chain 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
phanletrunghieu
github:bicarus-labs:near
Dependencies
actix =0.11.0-beta.2
normal
borsh ^0.9
normal
cached ^0.23
normal
chrono ^0.4.4
normal
failure ^0.1
normal
failure_derive ^0.1
normal
itertools ^0.10.0
normal
lazy_static ^1.4
normal
near-chain-configs ^0.1.0
normal
near-chain-primitives ^0.1.0
normal
near-crypto-v01 ^0.1.0
normal
near-delay-detector ^0.1.0
normal
near-metrics ^0.1.0
normal
near-pool-v01 ^0.1.0
normal
near-primitives-v01 ^0.1.0
normal
near-store-v01 ^2.2.0
normal
num-rational ^0.3
normal
rand ^0.7
normal
rayon ^1.5
normal
serde ^1
normal
strum ^0.20
normal
thiserror ^1.0
normal
tracing ^0.1.13
normal
Versions
43.64%
of the crate is documented
Platform
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
☰
Trait BlockLike
Required Methods
hash
height
Implementors
Other items in
near_chain
::
missing_chunks
?
Trait
near_chain
::
missing_chunks
::
BlockLike
[
−
]
[src]
pub trait BlockLike { fn
hash
(&self) -> CryptoHash;
fn
height
(&self) -> BlockHeight; }
Required methods
[src]
fn
hash
(&self) -> CryptoHash
[src]
fn
height
(&self) -> BlockHeight
Implementors
[src]
impl
BlockLike
for
Orphan