UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

7 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hash = void 0; const crypto_1 = require("crypto"); const hash = (data) => (0, crypto_1.createHash)("sha256").update(data).digest("hex"); exports.hash = hash; //# sourceMappingURL=hash.js.map