Readonly
publicList of any public keys
Readonly
signaturesThe minimum number of valid signatures required, for the number of public keys specified
Get the authentication key associated with this public key
Get the index of the provided public key.
array of the index mapping to the matching public keys
the corresponding index of the publicKey, if it exists
Verifies that the private key associated with this public key signed the message with the given signature.
Static
deserialize
Represents the public key of a multi-agent account.
The public keys of each individual agent can be any type of public key supported by Aptos. Since AIP-55 Aptos supports
Legacy
andUnified
authentication keys.