mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 03:35:43 +00:00
Feat sp keystore (#7826)
* delete not used VRFTranscriptValue * specification variable naming
This commit is contained in:
@@ -96,9 +96,9 @@ pub trait CryptoStore: Send + Sync {
|
||||
/// `Err` if there's some sort of weird filesystem error, but should generally be `Ok`.
|
||||
async fn insert_unknown(
|
||||
&self,
|
||||
_key_type: KeyTypeId,
|
||||
_suri: &str,
|
||||
_public: &[u8]
|
||||
id: KeyTypeId,
|
||||
suri: &str,
|
||||
public: &[u8]
|
||||
) -> Result<(), ()>;
|
||||
|
||||
/// Find intersection between provided keys and supported keys
|
||||
|
||||
Reference in New Issue
Block a user