[−][src]Trait substrate_subxt::system::AccountStoreExt
Store extension trait.
Required methods
fn account<'a>(
&'a self,
account_id: &'a T::AccountId
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<T>, Error>> + Send + 'a>>
&'a self,
account_id: &'a T::AccountId
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<T>, Error>> + Send + 'a>>
Retrive the store element.
Implementors
impl<T, S, E> AccountStoreExt<T> for Client<T, S, E> where
T: System + Send + Sync,
S: 'static,
E: Send + Sync + 'static, [src]
T: System + Send + Sync,
S: 'static,
E: Send + Sync + 'static,