[][src]Trait substrate_subxt::balances::TotalIssuanceStoreExt

pub trait TotalIssuanceStoreExt<T: Balances> {
    fn total_issuance<'a>(
        &'a self
    ) -> Pin<Box<dyn Future<Output = Result<T::Balance, Error>> + Send + 'a>>; }

Store extension trait.

Required methods

fn total_issuance<'a>(
    &'a self
) -> Pin<Box<dyn Future<Output = Result<T::Balance, Error>> + Send + 'a>>

Retrive the store element.

Loading content...

Implementors

impl<T, S, E> TotalIssuanceStoreExt<T> for Client<T, S, E> where
    T: Balances + Send + Sync,
    S: 'static,
    E: Send + Sync + 'static, 
[src]

Loading content...