UNPKG

@requestnetwork/multi-format

Version:
8 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hashFormat = void 0; const multi_format_group_1 = require("../multi-format-group"); const keccak256_format_1 = require("./keccak256-format"); // group all the multi-format concerning the hashing exports.hashFormat = new multi_format_group_1.MultiFormatGroup([new keccak256_format_1.Keccak256MultiFormat()]); //# sourceMappingURL=hash-format.js.map