AbstractAbstractauthGet 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.
AbstractverifyVerifies that the private key associated with this public key signed the message with the given signature.
Verifies signature with the public key and makes any network calls required to get state required to verify the signature.
AbstractgetAbstractserialize
An abstract representation of an account public key.
Provides a common interface for deriving an authentication key.