UNPKG

@aeternity/aepp-sdk

Version:

SDK for the æternity blockchain

8 lines (7 loc) 255 B
/** * Reads all files included in the provided contract * Available only in Node.js * @param path - a path to the main contract source code * @category contract */ export default function getFileSystem(path: string): Promise<Record<string, string>>;