IotaAccount

public struct IotaAccount

Iota account, used to return all the info for an account like the balance or addresses

  • The current balance

    Declaration

    Swift

    public internal(set) var balance: Int64 = 0
  • The addresses associated to the account

    Declaration

    Swift

    public internal(set) var addresses: [IotaAddress] = []