@wharfkit/session - v4.0.1
    Preparing search index...

    Class WalletPluginMetadata

    The metadata of a [[WalletPlugin]] for display purposes.

    Hierarchy (View Summary)

    Index
    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
    • get structFields(): ABIField[]

      Returns ABIField[]

    • 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