UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

12 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertCurrentChain = void 0; const chain_js_1 = require("../../errors/chain.js"); function assertCurrentChain({ chain, currentChainId, }) { if (!chain) throw new chain_js_1.ChainNotFoundError(); if (currentChainId !== chain.id) throw new chain_js_1.ChainMismatchError({ chain, currentChainId }); } exports.assertCurrentChain = assertCurrentChain; //# sourceMappingURL=assertCurrentChain.js.map