Host

struct Host : Codable, Equatable

Host information associated with the wallet.

  • The type of the host.

    Declaration

    Swift

    public let type: String
  • The device information associated with the host.

    Declaration

    Swift

    public let device: Device
  • app

    The app information associated with the host.

    Declaration

    Swift

    public let app: App