airgap-coin-lib
Version:
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
7 lines • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function invalidArgumentTypeError(name, expected, actual) {
return new Error(name + ": expected " + expected + " but got " + actual + ".");
}
exports.invalidArgumentTypeError = invalidArgumentTypeError;
//# sourceMappingURL=error.js.map