UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InsufficientBalanceError = void 0; class InsufficientBalanceError extends Error { } exports.InsufficientBalanceError = InsufficientBalanceError; //# sourceMappingURL=InsufficientBalanceError.js.map