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