Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
impl From<Block> for IVec {
Callers
2
add_block
Method · 0.45
get_best_height
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected