UNPKG

@minima-global/mds

Version:

Official MDS Typescript Library for Minima. Used for creating minidapps that interact with the Minima Blockchain.

10 lines 629 B
import * as GeneralCommandFunctions from './general/functions.js'; import * as SendCommandFunctions from './send/functions.js'; import * as MDSCommandFunctions from './mds/functions.js'; import * as TransactionsCommandFunctions from './transactions/functions.js'; import * as ScriptsCommandFunctions from './scripts/functions.js'; import * as SearchCommandFunctions from './search/functions.js'; import * as NetworkCommandFunctions from './network/functions.js'; import * as MaximaCommandFunctions from './maxima/functions.js'; import * as BackupCommandFunctions from './backup/functions.js'; //# sourceMappingURL=commands.js.map