Type alias DidCreateRequest

DidCreateRequest: Pick<DidCreateParams, "method" | "options" | "store">

Parameters for creating a DID, specifying the method, options for the DID method, and whether to store the DID.

Type Param: method

The DID method to use for creating the DID.

Type Param: options

Method-specific options for creating the DID.

Type Param: store

Indicates whether the newly created DID should be stored.