Class PublicKeyList

Represents a list of public keys, with utility methods for checking membership and managing keys.

Hierarchy

  • PublicKeyList

Constructors

Properties

Methods

Constructors

Properties

keys: PublicKey[]

Methods

  • Checks if a given PublicKey is present in the list.

    Returns

    True if the target PublicKey is in the list; otherwise, false.

    Parameters

    • target: PublicKey

      The PublicKey to check for.

    Returns boolean

Generated using TypeDoc