UNPKG

scrypt-ts

Version:

A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.

8 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.throwUnInitializing = void 0; function throwUnInitializing(name) { throw new Error(`'${name}.compile' or '${name}.loadArtifact' should be called before initializing any instance!`); } exports.throwUnInitializing = throwUnInitializing; //# sourceMappingURL=error.js.map