mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 01:32:46 +00:00
7 lines
291 B
TypeScript
Executable File
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" />
|