[−][src]Trait substrate_subxt::system::AccountStoreExt
Store extension trait.
Required methods
fn account<'a>(
&'a self,
account_id: &'a T::AccountId,
hash: Option<T::Hash>
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<T>, Error>> + Send + 'a>>
&'a self,
account_id: &'a T::AccountId,
hash: Option<T::Hash>
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<T>, Error>> + Send + 'a>>
Retrive the store element.