UNPKG

@chorus-one/ton

Version:

All-in-one tooling for building staking dApps on TON

5 lines (4 loc) 176 B
import { TonClient as NativeTonClient, Cell } from '@ton/ton'; export declare class TonClient extends NativeTonClient { getConfigParam(config_id: number): Promise<Cell>; }