UNPKG

@hdwallet/core

Version:

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

9 lines 286 B
import { Entropy } from './entropy'; export declare const ALGORAND_ENTROPY_STRENGTHS: { readonly TWO_HUNDRED_FIFTY_SIX: 256; }; export declare class AlgorandEntropy extends Entropy { static strengths: 256[]; static getName(): string; } //# sourceMappingURL=algorand.d.ts.map