Commit 171c665
docs(kotlin-sdk): cite the Swift source in the signMessage KDoc
Kotlin-sdk porting guideline: when porting behavior from iOS, cite the
Swift source file in the KDoc, as the neighbouring methods do
(sendToAddresses -> SendViewModel.swift, tokens -> TokenActions.swift).
Names ManagedCoreWallet.signMessage(address:message:) and explains the
one signature divergence (Swift builds a per-call MnemonicResolver, so
it takes no signer parameter). Review follow-up from the original PR
(dashpay#4259).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 92f9452 commit 171c665
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- packages/kotlin-sdk/sdk/src/main/kotlin/org/dashfoundation/dashsdk/wallet
packages/kotlin-sdk/sdk/src/main/kotlin/org/dashfoundation/dashsdk/wallet/ManagedPlatformWallet.kt
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
0 commit comments