Trait sda_client::Keystore
[−]
[src]
pub trait Keystore: KeyStorage<EncryptionKeyId, EncryptionKeypair> + KeyStorage<VerificationKeyId, SignatureKeypair> { }
Requirements for any keystore used by the client.