UNPKG

tolk-codegen

Version:

## Example generator ### Create builder file in root folder ``builder.ts``

5 lines (4 loc) 278 B
import { Address, DictionaryKey, DictionaryValue } from '@ton/core'; import { ClassConstructor } from './type'; export declare function createDictValue<T>(type: ClassConstructor<T>): DictionaryValue<T>; export declare function creteDictKeyFromAddress(): DictionaryKey<Address>;