jton-contracts
Version:
Free TON contracts wrapped in jTON
7 lines • 309 B
TypeScript
import { Config, StringMap, TestGiverKit } from 'jton';
import { GiverV2 } from '../';
export interface TestGiverV2Kit extends TestGiverKit {
giver: GiverV2;
}
export declare function prepareGiverV2(config: Config, keysMap: StringMap, timeout?: number): TestGiverV2Kit;
//# sourceMappingURL=index.d.ts.map