AuthenticationKey

Each account stores an authentication key. Authentication key enables account owners to rotate their private key(s) associated with the account without changing the address that hosts their account.

See also

https://aptos.dev/concepts/accounts | Account Basics

Account addresses can be derived from AuthenticationKey

Constructors

Link copied to clipboard
constructor(data: HexInput)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Derives an account address from an AuthenticationKey. Since an AccountAddress is also 32 bytes, the AuthenticationKey bytes are directly translated to an AccountAddress.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String