Creates an instance of Multikey.
The parameters to create the multikey
Optional
keyPair?: KeyPairReadonly
controllerReadonly
idStatic
Readonly
typeConstructs an instance of Cryptosuite from the current Multikey instance.
Optional
cryptosuite: "bip340-jcs-2025" | "bip340-rdfc-2025" = 'bip340-jcs-2025'Static
initializeStatic convenience method to create a new Multikey instance.
The parameters to create the multikey
Optional
keyPair?: KeyPairA new Multikey instance
Implements 2.1.1 Multikey A Multikey is a secp256k1 compressed keypair that creates and verifies schnorr signatures. The publicKeyMultibase is the Multikey public key encoded using base58btc algorithm with
z
identifier character. Multikey