Represents a list of public keys, with utility methods for checking membership and managing keys.
Creates an instance of PublicKeyList.
An optional array of PublicKey instances.
Private
Checks if a given PublicKey is present in the list.
True if the target PublicKey is in the list; otherwise, false.
The PublicKey to check for.
Generated using TypeDoc
Represents a list of public keys, with utility methods for checking membership and managing keys.