Device

struct Device : Codable, Equatable

Device information associated with the wallet.

  • id

    The identifier of the device.

    Declaration

    Swift

    public let id: String
  • The name of the device.

    Declaration

    Swift

    public let name: String
  • The model of the device.

    Declaration

    Swift

    public let model: String