[][src]Trait sunshine_identity_client::UidLookupStoreExt

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

Store extension trait.

Required methods

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

Retrive the store element.

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...