Readonly
publicReference to the inner public key
Readonly
variantIndex of the underlying enum variant
Get the authentication key associated with this public key
Verifies that the private key associated with this public key signed the message with the given signature.
Static
deserializeStatic
isuse instanceof AnyPublicKey
instead.
Generated using TypeDoc
Represents any public key supported by Aptos.
Since AIP-55 Aptos supports
Legacy
andUnified
authentication keys.Any unified authentication key is represented in the SDK as
AnyPublicKey
.