Skip to main content

API Reference

The generated API docs are available at:

  • /api/ (Dokka output)

Stable entry points

When integrating, prefer starting from stable top-level surfaces:

  • BlockchainKitSdk for SDK bootstrap and service composition
  • UnlockStrategy for end-user unlock configuration
  • MpcWalletStorage for wallet persistence interactions
  1. Start from package index in Dokka.
  2. Open top-level classes above before exploring internal types.
  3. Follow platform-specific implementations only when needed (androidMain, iosMain).

If you are unsure whether a symbol is stable for external use, treat internal-looking backup/encryption primitives as implementation details until explicitly documented as public API.