IotaAccount
public struct IotaAccountIota account, used to return all the info for an account like the balance or addresses
- 
                  
                  The current balance DeclarationSwift public internal(set) var balance: Int64 = 0
- 
                  
                  The addresses associated to the account DeclarationSwift public internal(set) var addresses: [IotaAddress] = []
 IotaAccount Structure Reference
      IotaAccount Structure Reference