Skip to content

Conversation

@Ansonhkg
Copy link
Collaborator

WHAT

Add keySetIdentifier to all interfaces & signatures.

Example

const signature = await litClient.chain.raw.pkpSign({
  chain: 'ethereum',
  signingScheme: 'EcdsaK256Sha256',
  pubKey: pkpPublicKey,
  toSign: new Uint8Array([1, 2, 3, 4]),
  authContext,
  keySetIdentifier: 'datil', // or 'naga-keyset1'
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants