Skip to content

Commit

Permalink
Update to TON-SDK 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorofeev committed Aug 1, 2022
1 parent adc58d2 commit 4658951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
```

```groovy
implementation "ee.nx-01.tonclient:ton-client-kotlin:0.0.43"
implementation "ee.nx-01.tonclient:ton-client-kotlin:0.0.52"
```

## Supported OS
Expand Down
3 changes: 2 additions & 1 deletion src/main/kotlin/ee/nx01/tonclient/abi/Types.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ data class ParamsOfEncodeMessageBody(
val callSet: CallSet,
val isInternal: Boolean = false,
val signer: Signer,
val processingTryIndex: Int? = null
val processingTryIndex: Int? = null,
val address: String? = null
)

data class ResultOfEncodeMessageBody(
Expand Down
Binary file modified src/main/resources/natives/osx_arm64/libtonclientjni.dylib
Binary file not shown.

0 comments on commit 4658951

Please sign in to comment.