UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

6 lines 208 B
import { keccak256 } from "@ethersproject/keccak256"; import { toUtf8Bytes } from "@ethersproject/strings"; export function id(text) { return keccak256(toUtf8Bytes(text)); } //# sourceMappingURL=id.js.map