☰
Status
In solana_runtime::status_cache
?
Type Definition
solana_runtime
::
status_cache
::
Status
source
·
[
−
]
pub type Status<T> =
Arc
<
Mutex
<
HashMap
<
Hash
, (
usize
,
Vec
<([
u8
;
20
], T)>)>>>;