The metadata of a WalletPlugin for display purposes.

Hierarchy

Properties

description?: string

A wallet description to further identify the wallet for users.

download?: string

Link to the download page for the wallet

homepage?: string

Link to the homepage for the wallet

logo?: Logo

Wallet branding

name?: string

A display name for the wallet that is presented to users.

publicKey?: string

The public key being used by the wallet plugin

abiFields: ABIField[]
abiName: string

Accessors

  • get structFields(): ABIField[]
  • Returns ABIField[]

Methods

  • Return true if this struct equals the other.

    Note: This compares the ABI encoded bytes of both structs, subclasses should implement their own fast equality check when possible.

    Parameters

    • other: any

    Returns boolean