@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
10 lines • 460 B
JavaScript
;
// 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.HashFunction = void 0;
var HashFunction;
(function (HashFunction) {
HashFunction[HashFunction["SHA256"] = 0] = "SHA256";
})(HashFunction = exports.HashFunction || (exports.HashFunction = {}));
//# sourceMappingURL=HashFunction.js.map