Interface which all 3rd party wallet plugins must implement.

Hierarchy

  • WalletPlugin

Implemented by

Properties

Accessors

Methods

Properties

The SessionKit configuration parameters for this WalletPlugin.

The metadata for the WalletPlugin itself.

translations?: LocaleDefinitions

Any translations this plugin requires

Accessors

  • get id(): string
  • A URL friendly (lower case, no spaces, etc) ID for this plugin - Used in serialization

    Returns string

Methods