UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

3 lines 148 B
import { createHash } from "crypto"; export const hash = (data) => createHash("sha256").update(data).digest("hex"); //# sourceMappingURL=hash.js.map