The 'pkpSign' function param. Please note that the structure is different than the payload sent to the node.

interface JsonPkpSignSdkParams {
    authMethods?: AuthMethod[];
    pubKey: string;
    sessionSigs: SessionSigsMap;
    toSign: ArrayLike<number>;
}

Hierarchy (view full)

Properties

authMethods?: AuthMethod[]
pubKey: string
sessionSigs: SessionSigsMap
toSign: ArrayLike<number>