Readonly bytesStatic Readonly DERIVE_Static Readonly ED25519_Static Readonly LENGTHStatic Readonly MULTI_Static fromStatic fromConverts a K-of-N MultiEd25519PublicKey to AuthenticationKey with:
auth_key = sha3-256(p_1 | … | p_n | K | 0x01). K represents the K-of-N required for
authenticating the transaction. 0x01 is the 1-byte scheme for multisig.
Generated using TypeDoc
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
Account addresses can be derived from AuthenticationKey