UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

8 lines 245 B
// SPDX-License-Identifier: MIT import { SLIP10Ed25519Point } from '../point'; export class SLIP10Ed25519Blake2bPoint extends SLIP10Ed25519Point { getName() { return 'SLIP10-Ed25519-Blake2b'; } } //# sourceMappingURL=point.js.map