pub type KeystoreApiResult<T> = Result<T, KeystoreError>;
Expand description

Result type for legacy API calls.