@uxuycom/web3-tg-sdk
Version:
web3 sdk for tg
33 lines (32 loc) • 732 B
TypeScript
export declare const walletLogo: (type?: string) => string;
export declare const AppInfo: {
id: string;
version: string;
name: string;
homepage: string;
logo: string;
description: string;
downloadLinks: {
android: string;
googlePlay: string;
ios: string;
appleStore: string;
testflight: string;
telegram: string;
browserExtension: {
chrome: string;
edge: string;
};
};
deepLinks: {
scheme: string;
universallink: string;
direct_link: string;
};
};
export declare const BASE_URL: {
bridge: string;
connect: string;
connect_direct_link: string;
bridgeV2: string;
};