UNPKG

vasku

Version:

TVM-Solidity contract development framework

4 lines 241 B
import { type VaskuConfig } from '../config/types'; import { type GlobalVasku } from '../../global'; export declare function createGlobal(config: VaskuConfig, network: string): Promise<GlobalVasku>; //# sourceMappingURL=createGlobal.d.ts.map