Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Variable: signWithApiKey()

const signWithApiKey: (input) => Promise<string>
Defined in: api-key-stamper/dist/index.d.ts:9 Signature function abstracting the differences between NodeJS and web environments for signing with API keys.

Parameters

input

content

string

privateKey

string

publicKey

string

Returns

Promise<string>