Type Alias sp_keystore::KeystorePtr
source · pub type KeystorePtr = Arc<dyn Keystore>;
Expand description
A shared pointer to a keystore implementation.
Aliased Type§
struct KeystorePtr { /* private fields */ }
pub type KeystorePtr = Arc<dyn Keystore>;
A shared pointer to a keystore implementation.
struct KeystorePtr { /* private fields */ }