Type Definition sp_keystore::KeystorePtr
source · pub type KeystorePtr = Arc<dyn Keystore>;Expand description
A shared pointer to a keystore implementation.
pub type KeystorePtr = Arc<dyn Keystore>;A shared pointer to a keystore implementation.