UNPKG

@coolwallet/ton

Version:
9 lines (8 loc) 187 B
export interface Token { name: string; symbol: string; unit: string; contractAddress: string; signature: string; } export declare const TOKENS: Record<string, Token>;