UNPKG

stxcity-sdk

Version:

SDK for interacting with Stxcity

5 lines (4 loc) 288 B
import { StxCitySDKConfig } from "./StxCitySDK"; export declare const configs: StxCitySDKConfig; export declare function validateConfig(): void; export declare const MALICIOUS_TOKEN_MESSAGE = "Warning: This token is not a valid bonding curve token. It may be a scam or malicious token!";