UNPKG
@solsdk/jito-ts
Version:
latest (4.2.2)
4.2.2
4.2.1
## What is it and why do you need it?
@solsdk/jito-ts
/
dist
/
sdk
/
geyser
/
auth.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
Interceptor
}
from
'@grpc/grpc-js'
;
export
declare
const
authInterceptor
:
(
accessToken
:
string
) =>
Interceptor
;