MCPcopy Create free account
hub / github.com/PacktPublishing/Rust-for-Blockchain-Application-Development / get_height

Method get_height

chapter 3/block.rs:83–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

81 }
82
83 pub fn get_height(&self) -> usize {
84 self.height
85 }
86}
87
88impl From<Block> for IVec {

Callers 2

add_blockMethod · 0.45
get_best_heightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected