DefinitelyTyped/types/iost-contract/base.d.ts
Masaki Muranaka 3fcd9539a6 Add types for IOST smart contract library. (#40066)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2019-11-05 11:19:41 -08:00

7 lines
291 B
TypeScript
Executable File

// base definnitions for all IOST contract modules that are not specific to any version of TypeScript
/// <reference path="block.d.ts" />
/// <reference path="blockchain.d.ts" />
/// <reference path="iostcrypto.d.ts" />
/// <reference path="storage.d.ts" />
/// <reference path="tx.d.ts" />