toncenter-v3-api
Version:
Complete TypeScript/JavaScript library for TON Center v3 API with ALL methods support
16 lines (12 loc) • 432 B
text/typescript
// TON Center v3 API - Vesting Methods
export { getVestingContracts } from "./getVestingContracts";
// Re-export constants and types for convenience
export { BASE_URLS, DEFAULT_CHAIN } from "../const";
export type { Chain, APIOptions } from "../const";
// Re-export vesting-related types for convenience
export type {
VestingContract,
VestingContractsResponse,
GetVestingContractsParams,
RequestError,
} from "../types";