UNPKG

@cranberry-money/shared-types

Version:

Shared TypeScript type definitions for Blueberry platform

19 lines 646 B
/** * Hardware Wallet Types * * Types for hardware wallet integration (Keystone, Ledger, etc.) * Used for QR code-based wallet imports and HD key derivation. * * HD Wallet Hierarchy: * ``` * m/44'/60'/0' ← Account Key (what hardware wallet exports) * │ * └── /0 ← External Chain Key (parent for deriving addresses) * │ * ├── /0 ← Address Index 0 (first address) * ├── /1 ← Address Index 1 (second address) * └── /2 ← Address Index 2 (third address) * ``` */ export {}; //# sourceMappingURL=hardware-wallet.js.map