UNPKG

@meshsdk/mesh-csl

Version:

Cardano Off-chain Code APIs built on cardano-serialization-lib

7 lines (6 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getV2ScriptHash = void 0; const csl_1 = require("../../csl"); const getV2ScriptHash = (script) => csl_1.csl.get_v2_script_hash(script); exports.getV2ScriptHash = getV2ScriptHash;