Account

public struct Account : Codable, Hashable
extension Account: Identifiable

Fetching all the account balances is a lengthy task, involving many requests and parsing different structures. This struct abstract the developer away from knowing all these details, and instead allows developers to access wallets balances in a more normal approach