Type Alias iota_stronghold::types::ClientState

source ยท
pub type ClientState = (HashMap<VaultId, Key<Provider>>, DbView<Provider>, Cache<Vec<u8>, Vec<u8>>);