@venly/venly-core-sdk
Version:
Javascrip/Typescript SDK for Venly's Web3 Services
22 lines • 826 B
TypeScript
import * as api from "./api/index";
import { VyEnvironment } from "./models";
export declare class Venly {
static get isInitialized(): boolean;
static get currentEnvironment(): VyEnvironment;
static get Auth(): api.VyAuthAPI;
static get Wallet(): api.VyWalletAPI;
static get Nft(): api.VyNftAPI;
static get Notifications(): api.VyNotificationsAPI;
static get Pay(): api.VyPayAPI;
private static _currentEnvironment;
private static _isInitialized;
private static _provider;
private static _apiBase;
private static _authApi;
private static _walletApi;
private static _nftApi;
private static _notificationsApi;
private static _payApi;
static initialize(clientId: string, clientSecret: string, env?: VyEnvironment): void;
}
//# sourceMappingURL=VenlyAPI.d.ts.map