pub type StateHash = Base58CheckOfBinProt<DataHashLibStateHashStableV1, Versioned<DataHashLibStateHashStableV1, 1>, { crate::b58version::STATE_HASH }>;
Aliased Type§
pub struct StateHash(DataHashLibStateHashStableV1, PhantomData<Versioned<DataHashLibStateHashStableV1, 1>>);
Tuple Fields§
§0: DataHashLibStateHashStableV1
§1: PhantomData<Versioned<DataHashLibStateHashStableV1, 1>>