vasku
Version:
TVM-Solidity contract development framework
5 lines • 305 B
TypeScript
import { type VaskuConfig } from '../config/types';
import { type TonClient } from '@eversdk/core';
import { type Giver } from '../../giver';
export declare function createGlobalGiver(config: VaskuConfig, network: string, client: TonClient): Promise<Giver>;
//# sourceMappingURL=createGlobalGiver.d.ts.map