For the complete documentation index, see llms.txt
Wallet SDK
Midnight Wallet SDK is the SDK of the digital wallet designed for the Midnight blockchain, enabling users to securely store private keys, manage assets, and interact with decentralized applications.
To download the component, click the appropriate link under Artifacts.
Version numbering
From the 1.0.0 entry dated 23 April 2026 onward, this list tracks the @midnightntwrk/wallet-sdk umbrella package version. Earlier entries (up to 3.0.0) used the version of the facade sub-package, so the numbering restarts once below.
Release 1.2.0LATEST
1 July 2026
Artifacts
Summary
- Fixed a race in
WalletFacade.registerNightUtxosForDustGenerationwhere the registration fee could exceedallow_fee_payment, causingBalanceCheckOverspendrejections; the wallet now estimates the fee at build time and throws before submission. - Added
WalletFacade.waitForGeneratedDust(utxos, requiredAmount, opts?)to defer registration until enough DUST has accrued; pair withestimateRegistration. - The SDK now publishes under the
@midnightntwrknpm scope; 1.2.0 is available under both scopes.