UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

8 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.verifyGetPoolAddressFromCollectionIdParam = verifyGetPoolAddressFromCollectionIdParam; const utils_1 = require("@swaptoshi/utils"); function verifyGetPoolAddressFromCollectionIdParam(params) { utils_1.verify.verifyCollectionId('collectionId', Buffer.from(params.collectionId, 'hex')); } //# sourceMappingURL=get_pool_address_from_collection_id.js.map