Type alias DidCreationParams

DidCreationParams: {
    multikey: Uint8Array;
} & BaseDidCreationParams

The parameters required to create a single DID.

Type declaration

  • multikey: Uint8Array

    The multikey to be used for the initial verification method for the DID. This is a byte array that contains a public key as well as a multicodec prefix indicating the type of key.