UNPKG

vasku

Version:

TVM-Solidity contract development framework

4 lines 299 B
import { type VaskuConfig } from '../config/types'; import { type KeyPair, type TonClient } from '@eversdk/core'; export declare function createOrReadGlobalGiverKeys(config: VaskuConfig, network: string, client: TonClient): Promise<KeyPair>; //# sourceMappingURL=createOrReadGlobalGiverKeys.d.ts.map