Skip to content

Commit

Permalink
Update statusInfo for Ton blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Oct 17, 2024
1 parent f116bd0 commit 4bf098e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ object TonHelper {
class TonKitWrapper(val tonKit: TonKit)

fun TonKit.statusInfo() = buildMap {
put("Sync State", syncStateFlow.value)
put("Event Sync State", eventSyncStateFlow.value)
put("Jetton Sync State", jettonSyncStateFlow.value)
put("Sync State", syncStateFlow.value.toAdapterState())
put("Event Sync State", eventSyncStateFlow.value.toAdapterState())
put("Jetton Sync State", jettonSyncStateFlow.value.toAdapterState())
}

val Jetton.tokenType
Expand Down

0 comments on commit 4bf098e

Please sign in to comment.