All API calls for the wrapped keys service require these arguments.

interface BaseApiParams {
    litNodeClient: ILitNodeClient;
    pkpSessionSigs: SessionSigsMap;
}

Hierarchy (view full)

Properties

litNodeClient: ILitNodeClient

The Lit Node Client used for executing the Lit Action and identifying which wrapped keys backend service to communicate with.

pkpSessionSigs: SessionSigsMap

The PKP sessionSigs used to associate the PKP with the generated private key and authenticate with the wrapped keys backend service.