pub async fn subscribe_account_summary(
client: &Arc<Client>,
account_id: AccountId,
) -> Result<(Vec<AccountBalance>, Vec<MarginBalance>)>Expand description
Subscribe to account summary and parse to balances and margins.
ยงErrors
Returns an error if subscription fails.