UNPKG

@nepse-helper/core

Version:

A helper library for NEPSE

9 lines (8 loc) 306 B
export declare class TokenHelper { private readonly wasm; private static _instance; private constructor(); static instance(): Promise<TokenHelper>; encodeAccessToken(accessToken: string, salts: number[]): string; encodeRefreshToken(refreshToken: string, salts: number[]): string; }