UNPKG

viem

Version:

TypeScript Interface for Ethereum

17 lines 705 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReceiptContainsNoWithdrawalsError = void 0; const base_js_1 = require("../../../errors/base.js"); class ReceiptContainsNoWithdrawalsError extends base_js_1.BaseError { constructor({ hash }) { super(`The provided transaction receipt with hash "${hash}" contains no withdrawals.`); Object.defineProperty(this, "name", { enumerable: true, configurable: true, writable: true, value: 'ReceiptContainsNoWithdrawalsError' }); } } exports.ReceiptContainsNoWithdrawalsError = ReceiptContainsNoWithdrawalsError; //# sourceMappingURL=withdrawal.js.map