Abstract
Abstract
authGet the authentication key associated with this public key
Get the index of the provided public key.
This function retrieves the index of a specified public key within the MultiKey. If the public key does not exist, it throws an error.
The public key to find the index for.
The corresponding index of the public key, if it exists.
Abstract
verifyVerifies that the private key associated with this public key signed the message with the given signature.
Abstract
serialize
An abstract representation of an account public key.
Provides a common interface for deriving an authentication key.