UNPKG
kalshi-typescript
Version:
latest (3.13.0)
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
OpenAPI client for kalshi-typescript
github.com/GIT_USER_ID/GIT_REPO_ID
GIT_USER_ID/GIT_REPO_ID
kalshi-typescript
/
dist
/
auth.d.ts
8 lines
(7 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
KalshiAuth
{
private
apiKey;
private
privateKeyPem;
constructor
(
apiKey
:
string
,
privateKeyPem
:
string
);
private
signPssText;
generateAuthHeaders
(
method
:
string
,
path
:
string
): Record<
string
,
string
>; }