Skip to main content
For the complete documentation index, see llms.txt

Wallet SDK

Midnight Wallet SDK은 Midnight 블록체인을 위해 설계된 디지털 지갑의 SDK로, 사용자가 개인 키를 안전하게 보관하고, 자산을 관리하며, 탈중앙화 애플리케이션과 상호작용할 수 있게 합니다.

관련 문서 링크

컴포넌트를 다운로드하려면 Artifacts 아래의 해당 링크를 클릭하세요.


Release 3.0.0LATEST

20 March 2026

Artifacts

Summary

  • Fee calculation split into calculateFee (transaction-only) and estimateFee (wallet-aware, includes balancing cost)
  • Updated to ledger v8 across the SDK
  • New WalletFacade.fetchTermsAndConditions() static method for retrieving network Terms and Conditions
  • New QueryRunner.runPromise() utility for executing GraphQL queries as plain Promises
  • SecretKeysResource in shielded and dust wallets now clears keys from memory after use
  • Shielded wallet now clears pending coins on transaction failure
  • Improved error messages for invalid transaction submission and balancing failures