API Reference
The generated API docs are available at:
/api/(Dokka output)
Stable entry points
When integrating, prefer starting from stable top-level surfaces:
BlockchainKitSdkfor SDK bootstrap and service compositionUnlockStrategyfor end-user unlock configurationMpcWalletStoragefor wallet persistence interactions
Navigation tips
- Start from package index in Dokka.
- Open top-level classes above before exploring internal types.
- 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.