UNPKG

@massalabs/massa-web3

Version:
12 lines 920 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorInsufficientBalance = exports.ErrorMinimalFee = exports.ErrorMaxGas = exports.ErrorBase = void 0; var base_1 = require("./base"); Object.defineProperty(exports, "ErrorBase", { enumerable: true, get: function () { return base_1.ErrorBase; } }); var maxGas_1 = require("./maxGas"); Object.defineProperty(exports, "ErrorMaxGas", { enumerable: true, get: function () { return maxGas_1.ErrorMaxGas; } }); var minimalFee_1 = require("./minimalFee"); Object.defineProperty(exports, "ErrorMinimalFee", { enumerable: true, get: function () { return minimalFee_1.ErrorMinimalFee; } }); var insufficientBalance_1 = require("./insufficientBalance"); Object.defineProperty(exports, "ErrorInsufficientBalance", { enumerable: true, get: function () { return insufficientBalance_1.ErrorInsufficientBalance; } }); //# sourceMappingURL=index.js.map