[][src]Trait sunshine_identity_client::KeysStoreExt

pub trait KeysStoreExt<T: Identity> {
    fn keys<'a>(
        &'a self,
        uid: T::Uid,
        hash: Option<T::Hash>
    ) -> Pin<Box<dyn Future<Output = Result<Vec<<T as System>::AccountId>, Error>> + Send + 'a>>; }

Store extension trait.

Required methods

fn keys<'a>(
    &'a self,
    uid: T::Uid,
    hash: Option<T::Hash>
) -> Pin<Box<dyn Future<Output = Result<Vec<<T as System>::AccountId>, Error>> + Send + 'a>>

Retrive the store element.

Loading content...

Implementations on Foreign Types

impl<T: Runtime + Identity> KeysStoreExt<T> for Client<T>[src]

Loading content...

Implementors

Loading content...