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

interface SignTransactionParams {
    broadcast: boolean;
    id: string;
    litNodeClient: ILitNodeClient;
    pkpSessionSigs: SessionSigsMap;
}

Hierarchy (view full)

Properties

broadcast: boolean
id: string
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.