App

struct App : Codable, Equatable

App information associated with the wallet.

  • id

    The identifier of the app.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String