UNPKG

@digitalasset/daml-ledger

Version:
9 lines 516 B
"use strict"; // Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.HashFunctionValidation = void 0; const HashFunction_1 = require("../model/HashFunction"); const Enumeration_1 = require("./Enumeration"); exports.HashFunctionValidation = Enumeration_1.enumeration(HashFunction_1.HashFunction, 'HashFunction'); //# sourceMappingURL=HashFunctionValidation.js.map