UNPKG
@turnkey/api-key-stamper
Version:
beta (0.5.0-beta.6)
latest (0.5.0)
0.5.0
0.5.0-beta.6
0.5.0-beta.5
0.4.8-beta.4
0.4.8-beta.2
0.4.8-beta.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
API key stamper for @turnkey/http
github.com/tkhq/sdk
tkhq/sdk
@turnkey/api-key-stamper
/
dist
/
nodecrypto.d.ts
6 lines
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
signWithApiKey
:
(
input
: { content:
string
; publicKey:
string
; privateKey:
string
; }
) =>
Promise
<
string
>;
//# sourceMappingURL=nodecrypto.d.ts.map