[−][src]Trait substrate_subxt::system::SystemStore
The System extension trait for the Client.
Associated Types
Loading content...Required methods
fn account(
&self,
account_id: <Self::System as System>::AccountId
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<Self::System>, Error>> + Send>>
&self,
account_id: <Self::System as System>::AccountId
) -> Pin<Box<dyn Future<Output = Result<AccountInfo<Self::System>, Error>> + Send>>
Returns the nonce and account data for an account_id.