@attocash/commons-js 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
  4. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
  5. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
  6. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
  7. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
  8. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
  9. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
  10. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
  11. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
  12. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
  13. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  14. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
  15. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
  16. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  17. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
  18. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
  19. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
  20. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
  21. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
  22. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
  23. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
  24. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
  25. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
  26. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
  27. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
  28. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
  29. package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
  30. package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
  31. package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
  32. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  33. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  34. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
  35. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
  36. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
  37. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
  38. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  39. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  40. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  41. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  42. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  43. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  44. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  45. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  46. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  47. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  48. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  49. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  50. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  51. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  52. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  53. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  54. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  55. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  56. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  57. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  58. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  59. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  69. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  70. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  71. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  72. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  73. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  74. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  75. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  76. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  77. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  78. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  79. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  80. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  81. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  84. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  85. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  86. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  87. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  88. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  89. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  90. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  91. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  92. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  93. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  94. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  95. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  96. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  97. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  98. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  99. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  100. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  101. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  102. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  103. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  104. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  105. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  106. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  107. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  108. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  109. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  110. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  111. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  112. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  113. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  114. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  115. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  116. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  117. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  118. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  119. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  120. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  121. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  122. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  123. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  124. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  125. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  126. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  127. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  128. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  129. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  130. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  131. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  132. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  133. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  134. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  135. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  136. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  137. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  138. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  139. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  140. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  141. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  142. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  143. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  144. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  145. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  146. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  147. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  148. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  149. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  150. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  151. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  152. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  153. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  154. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  155. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  156. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  157. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  158. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  159. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  160. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  161. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  162. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  163. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  164. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  165. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  166. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  167. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  168. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  169. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  170. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  171. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  172. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  173. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  174. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  175. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  176. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  177. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  178. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  179. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  180. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  181. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  182. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  183. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  184. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  185. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  186. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  187. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  188. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  189. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  190. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  191. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  192. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  193. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  194. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  195. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  196. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  197. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  198. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  199. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  200. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  201. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  202. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  203. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  204. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  205. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  206. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  207. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  208. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  209. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  210. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  211. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  212. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  213. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  214. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  215. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  216. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  217. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  218. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  219. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  220. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  221. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  222. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  223. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  224. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  225. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  226. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  227. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  228. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  229. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  230. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  231. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  232. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  233. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  234. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  235. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  236. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  237. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
  238. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  239. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  240. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  241. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  242. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  243. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  244. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  245. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  246. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  247. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  248. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  249. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  250. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  251. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  252. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  253. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  254. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  255. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  256. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  257. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  258. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  259. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  260. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  261. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  262. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  263. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  264. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  265. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  266. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  267. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  268. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  269. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  270. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  271. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  272. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  273. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  274. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  275. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  276. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  277. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  278. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  279. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  280. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  281. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  282. package/package.json +1 -1
@@ -74,6 +74,7 @@ import {
74
74
  import { Collection1k04j3hzsbod0 as Collection } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs';
75
75
  import { KotlinLogging_instance177vcamif7bv as KotlinLogging_instance } from '../../../../../kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs';
76
76
  import { flow3tazazxj2t7g4 as flow } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs';
77
+ import { firstvh3bah3c9r20 as first } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs';
77
78
  import { protoOf180f3jzyo7rfj as protoOf } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
78
79
  import { get_ContentNegotiationcp59ye9rorjc as get_ContentNegotiation } from '../../../../../ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs';
79
80
  import { jsonu6qnfo3b405p as json } from '../../../../../ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs';
@@ -92,7 +93,7 @@ function custom(_this__u8e3s4, network, baseUrl, headerProvider) {
92
93
  return new (AttoNodeClient())(network, baseUrl, headerProvider);
93
94
  }
94
95
  function AttoNodeClient$accountStream$slambda$lambda($this$timeout) {
95
- $this$timeout.a5r(new (Long())(-1, 2147483647));
96
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
96
97
  return Unit_instance;
97
98
  }
98
99
  function AttoNodeClient$accountStream$slambda$lambda_0($headers) {
@@ -106,9 +107,9 @@ function AttoNodeClient$accountStream$slambda$lambda_0($headers) {
106
107
  var key = element.r1();
107
108
  // Inline function 'kotlin.collections.component2' call
108
109
  var value = element.s1();
109
- $this$headers.d3t(key, value);
110
+ $this$headers.r3t(key, value);
110
111
  }
111
- $this$headers.d3t('Accept', 'application/x-ndjson');
112
+ $this$headers.r3t('Accept', 'application/x-ndjson');
112
113
  return Unit_instance;
113
114
  };
114
115
  }
@@ -119,17 +120,17 @@ function AttoNodeClient$accountStream$slambda$slambda() {
119
120
  constructor($this_flow, resultContinuation, $box) {
120
121
  if ($box === VOID)
121
122
  $box = {};
122
- $box.v7e_1 = $this_flow;
123
+ $box.m7f_1 = $this_flow;
123
124
  super(resultContinuation, $box);
124
125
  }
125
- p5c(response, $completion) {
126
- var tmp = this.u5a(response, $completion);
126
+ d5d(response, $completion) {
127
+ var tmp = this.i5b(response, $completion);
127
128
  tmp.cc_1 = Unit_instance;
128
129
  tmp.dc_1 = null;
129
130
  return tmp.ic();
130
131
  }
131
132
  kd(p1, $completion) {
132
- return this.p5c(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
133
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
133
134
  }
134
135
  ic() {
135
136
  var suspendResult = this.cc_1;
@@ -140,10 +141,10 @@ function AttoNodeClient$accountStream$slambda$slambda() {
140
141
  case 0:
141
142
  this.bc_1 = 7;
142
143
  var tmp_0 = this;
143
- tmp_0.x7e_1 = this.w7e_1;
144
- this.y7e_1 = this.x7e_1;
144
+ tmp_0.o7f_1 = this.n7f_1;
145
+ this.p7f_1 = this.o7f_1;
145
146
  this.ac_1 = 1;
146
- var tmp_1 = this.y7e_1.x51();
147
+ var tmp_1 = this.p7f_1.l52();
147
148
  var tmp_2 = getKClass(ByteReadChannel());
148
149
  var tmp_3;
149
150
  try {
@@ -159,7 +160,7 @@ function AttoNodeClient$accountStream$slambda$slambda() {
159
160
  tmp_3 = tmp_4;
160
161
  }
161
162
 
162
- suspendResult = tmp_1.u51(new (TypeInfo())(tmp_2, tmp_3), this);
163
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
163
164
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
164
165
  return suspendResult;
165
166
  }
@@ -167,33 +168,33 @@ function AttoNodeClient$accountStream$slambda$slambda() {
167
168
  continue $sm;
168
169
  case 1:
169
170
  var tmp_5 = this;
170
- tmp_5.z7e_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
171
+ tmp_5.q7f_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
171
172
  this.ac_1 = 2;
172
173
  continue $sm;
173
174
  case 2:
174
- if (!!this.z7e_1.t3a()) {
175
+ if (!!this.q7f_1.h3b()) {
175
176
  this.ac_1 = 6;
176
177
  continue $sm;
177
178
  }
178
179
 
179
180
  this.ac_1 = 3;
180
- suspendResult = readUTF8Line(this.z7e_1, VOID, this);
181
+ suspendResult = readUTF8Line(this.q7f_1, VOID, this);
181
182
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
182
183
  return suspendResult;
183
184
  }
184
185
 
185
186
  continue $sm;
186
187
  case 3:
187
- this.a7f_1 = suspendResult;
188
- if (!(this.a7f_1 == null)) {
188
+ this.r7f_1 = suspendResult;
189
+ if (!(this.r7f_1 == null)) {
189
190
  var tmp_6 = this;
190
191
  var tmp0 = Default_getInstance();
191
- var string = this.a7f_1;
192
+ var string = this.r7f_1;
192
193
  var this_0 = tmp0.yx();
193
194
  var this_1 = serializer(this_0, createKType(getKClass(AttoAccount()), arrayOf([]), false));
194
- tmp_6.b7f_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
195
+ tmp_6.s7f_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
195
196
  this.ac_1 = 4;
196
- suspendResult = this.v7e_1.w2k(this.b7f_1, this);
197
+ suspendResult = this.m7f_1.w2k(this.s7f_1, this);
197
198
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
198
199
  return suspendResult;
199
200
  }
@@ -225,9 +226,9 @@ function AttoNodeClient$accountStream$slambda$slambda() {
225
226
  }
226
227
  while (true);
227
228
  }
228
- u5a(response, completion) {
229
- var i = new (AttoNodeClient$accountStream$slambda$slambda())(this.v7e_1, completion);
230
- i.w7e_1 = response;
229
+ i5b(response, completion) {
230
+ var i = new (AttoNodeClient$accountStream$slambda$slambda())(this.m7f_1, completion);
231
+ i.n7f_1 = response;
231
232
  return i;
232
233
  }
233
234
  }
@@ -239,13 +240,13 @@ function AttoNodeClient$accountStream$slambda$slambda() {
239
240
  function AttoNodeClient$accountStream$slambda$slambda_0($this_flow, resultContinuation) {
240
241
  var i = new (AttoNodeClient$accountStream$slambda$slambda())($this_flow, resultContinuation);
241
242
  var l = function (response, $completion) {
242
- return i.p5c(response, $completion);
243
+ return i.d5d(response, $completion);
243
244
  };
244
245
  l.$arity = 1;
245
246
  return l;
246
247
  }
247
248
  function AttoNodeClient$receivableStream$slambda$lambda($this$timeout) {
248
- $this$timeout.a5r(new (Long())(-1, 2147483647));
249
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
249
250
  return Unit_instance;
250
251
  }
251
252
  function AttoNodeClient$receivableStream$slambda$lambda_0($headers) {
@@ -259,9 +260,9 @@ function AttoNodeClient$receivableStream$slambda$lambda_0($headers) {
259
260
  var key = element.r1();
260
261
  // Inline function 'kotlin.collections.component2' call
261
262
  var value = element.s1();
262
- $this$headers.d3t(key, value);
263
+ $this$headers.r3t(key, value);
263
264
  }
264
- $this$headers.d3t('Accept', 'application/x-ndjson');
265
+ $this$headers.r3t('Accept', 'application/x-ndjson');
265
266
  return Unit_instance;
266
267
  };
267
268
  }
@@ -272,17 +273,17 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
272
273
  constructor($this_flow, resultContinuation, $box) {
273
274
  if ($box === VOID)
274
275
  $box = {};
275
- $box.k7f_1 = $this_flow;
276
+ $box.b7g_1 = $this_flow;
276
277
  super(resultContinuation, $box);
277
278
  }
278
- p5c(response, $completion) {
279
- var tmp = this.u5a(response, $completion);
279
+ d5d(response, $completion) {
280
+ var tmp = this.i5b(response, $completion);
280
281
  tmp.cc_1 = Unit_instance;
281
282
  tmp.dc_1 = null;
282
283
  return tmp.ic();
283
284
  }
284
285
  kd(p1, $completion) {
285
- return this.p5c(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
286
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
286
287
  }
287
288
  ic() {
288
289
  var suspendResult = this.cc_1;
@@ -293,10 +294,10 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
293
294
  case 0:
294
295
  this.bc_1 = 7;
295
296
  var tmp_0 = this;
296
- tmp_0.m7f_1 = this.l7f_1;
297
- this.n7f_1 = this.m7f_1;
297
+ tmp_0.d7g_1 = this.c7g_1;
298
+ this.e7g_1 = this.d7g_1;
298
299
  this.ac_1 = 1;
299
- var tmp_1 = this.n7f_1.x51();
300
+ var tmp_1 = this.e7g_1.l52();
300
301
  var tmp_2 = getKClass(ByteReadChannel());
301
302
  var tmp_3;
302
303
  try {
@@ -312,7 +313,7 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
312
313
  tmp_3 = tmp_4;
313
314
  }
314
315
 
315
- suspendResult = tmp_1.u51(new (TypeInfo())(tmp_2, tmp_3), this);
316
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
316
317
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
317
318
  return suspendResult;
318
319
  }
@@ -320,33 +321,33 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
320
321
  continue $sm;
321
322
  case 1:
322
323
  var tmp_5 = this;
323
- tmp_5.o7f_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
324
+ tmp_5.f7g_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
324
325
  this.ac_1 = 2;
325
326
  continue $sm;
326
327
  case 2:
327
- if (!!this.o7f_1.t3a()) {
328
+ if (!!this.f7g_1.h3b()) {
328
329
  this.ac_1 = 6;
329
330
  continue $sm;
330
331
  }
331
332
 
332
333
  this.ac_1 = 3;
333
- suspendResult = readUTF8Line(this.o7f_1, VOID, this);
334
+ suspendResult = readUTF8Line(this.f7g_1, VOID, this);
334
335
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
335
336
  return suspendResult;
336
337
  }
337
338
 
338
339
  continue $sm;
339
340
  case 3:
340
- this.p7f_1 = suspendResult;
341
- if (!(this.p7f_1 == null)) {
341
+ this.g7g_1 = suspendResult;
342
+ if (!(this.g7g_1 == null)) {
342
343
  var tmp_6 = this;
343
344
  var tmp0 = Default_getInstance();
344
- var string = this.p7f_1;
345
+ var string = this.g7g_1;
345
346
  var this_0 = tmp0.yx();
346
347
  var this_1 = serializer(this_0, createKType(getKClass(AttoReceivable()), arrayOf([]), false));
347
- tmp_6.q7f_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
348
+ tmp_6.h7g_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
348
349
  this.ac_1 = 4;
349
- suspendResult = this.k7f_1.w2k(this.q7f_1, this);
350
+ suspendResult = this.b7g_1.w2k(this.h7g_1, this);
350
351
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
351
352
  return suspendResult;
352
353
  }
@@ -378,9 +379,9 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
378
379
  }
379
380
  while (true);
380
381
  }
381
- u5a(response, completion) {
382
- var i = new (AttoNodeClient$receivableStream$slambda$slambda())(this.k7f_1, completion);
383
- i.l7f_1 = response;
382
+ i5b(response, completion) {
383
+ var i = new (AttoNodeClient$receivableStream$slambda$slambda())(this.b7g_1, completion);
384
+ i.c7g_1 = response;
384
385
  return i;
385
386
  }
386
387
  }
@@ -392,13 +393,166 @@ function AttoNodeClient$receivableStream$slambda$slambda() {
392
393
  function AttoNodeClient$receivableStream$slambda$slambda_0($this_flow, resultContinuation) {
393
394
  var i = new (AttoNodeClient$receivableStream$slambda$slambda())($this_flow, resultContinuation);
394
395
  var l = function (response, $completion) {
395
- return i.p5c(response, $completion);
396
+ return i.d5d(response, $completion);
397
+ };
398
+ l.$arity = 1;
399
+ return l;
400
+ }
401
+ function AttoNodeClient$accountEntry$slambda$lambda($this$timeout) {
402
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
403
+ return Unit_instance;
404
+ }
405
+ function AttoNodeClient$accountEntry$slambda$lambda_0($headers) {
406
+ return function ($this$headers) {
407
+ // Inline function 'kotlin.collections.forEach' call
408
+ // Inline function 'kotlin.collections.iterator' call
409
+ var _iterator__ex2g4s = $headers.q1().d1();
410
+ while (_iterator__ex2g4s.e1()) {
411
+ var element = _iterator__ex2g4s.f1();
412
+ // Inline function 'kotlin.collections.component1' call
413
+ var key = element.r1();
414
+ // Inline function 'kotlin.collections.component2' call
415
+ var value = element.s1();
416
+ $this$headers.r3t(key, value);
417
+ }
418
+ $this$headers.r3t('Accept', 'application/x-ndjson');
419
+ return Unit_instance;
420
+ };
421
+ }
422
+ var AttoNodeClient$accountEntry$slambda$slambdaClass;
423
+ function AttoNodeClient$accountEntry$slambda$slambda() {
424
+ if (AttoNodeClient$accountEntry$slambda$slambdaClass === VOID) {
425
+ class $ extends CoroutineImpl() {
426
+ constructor($this_flow, resultContinuation, $box) {
427
+ if ($box === VOID)
428
+ $box = {};
429
+ $box.q7g_1 = $this_flow;
430
+ super(resultContinuation, $box);
431
+ }
432
+ d5d(response, $completion) {
433
+ var tmp = this.i5b(response, $completion);
434
+ tmp.cc_1 = Unit_instance;
435
+ tmp.dc_1 = null;
436
+ return tmp.ic();
437
+ }
438
+ kd(p1, $completion) {
439
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
440
+ }
441
+ ic() {
442
+ var suspendResult = this.cc_1;
443
+ $sm: do
444
+ try {
445
+ var tmp = this.ac_1;
446
+ switch (tmp) {
447
+ case 0:
448
+ this.bc_1 = 7;
449
+ var tmp_0 = this;
450
+ tmp_0.s7g_1 = this.r7g_1;
451
+ this.t7g_1 = this.s7g_1;
452
+ this.ac_1 = 1;
453
+ var tmp_1 = this.t7g_1.l52();
454
+ var tmp_2 = getKClass(ByteReadChannel());
455
+ var tmp_3;
456
+ try {
457
+ tmp_3 = createKType(getKClass(ByteReadChannel()), arrayOf([]), false);
458
+ } catch ($p) {
459
+ var tmp_4;
460
+ if ($p instanceof Error) {
461
+ var _unused_var__etf5q3 = $p;
462
+ tmp_4 = null;
463
+ } else {
464
+ throw $p;
465
+ }
466
+ tmp_3 = tmp_4;
467
+ }
468
+
469
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
470
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
471
+ return suspendResult;
472
+ }
473
+
474
+ continue $sm;
475
+ case 1:
476
+ var tmp_5 = this;
477
+ tmp_5.u7g_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
478
+ this.ac_1 = 2;
479
+ continue $sm;
480
+ case 2:
481
+ if (!!this.u7g_1.h3b()) {
482
+ this.ac_1 = 6;
483
+ continue $sm;
484
+ }
485
+
486
+ this.ac_1 = 3;
487
+ suspendResult = readUTF8Line(this.u7g_1, VOID, this);
488
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
489
+ return suspendResult;
490
+ }
491
+
492
+ continue $sm;
493
+ case 3:
494
+ this.v7g_1 = suspendResult;
495
+ if (!(this.v7g_1 == null)) {
496
+ var tmp_6 = this;
497
+ var tmp0 = Default_getInstance();
498
+ var string = this.v7g_1;
499
+ var this_0 = tmp0.yx();
500
+ var this_1 = serializer(this_0, createKType(getKClass(AttoAccountEntry()), arrayOf([]), false));
501
+ tmp_6.w7g_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
502
+ this.ac_1 = 4;
503
+ suspendResult = this.q7g_1.w2k(this.w7g_1, this);
504
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
505
+ return suspendResult;
506
+ }
507
+ continue $sm;
508
+ } else {
509
+ this.ac_1 = 5;
510
+ continue $sm;
511
+ }
512
+
513
+ case 4:
514
+ this.ac_1 = 5;
515
+ continue $sm;
516
+ case 5:
517
+ this.ac_1 = 2;
518
+ continue $sm;
519
+ case 6:
520
+ return Unit_instance;
521
+ case 7:
522
+ throw this.dc_1;
523
+ }
524
+ } catch ($p) {
525
+ var e = $p;
526
+ if (this.bc_1 === 7) {
527
+ throw e;
528
+ } else {
529
+ this.ac_1 = this.bc_1;
530
+ this.dc_1 = e;
531
+ }
532
+ }
533
+ while (true);
534
+ }
535
+ i5b(response, completion) {
536
+ var i = new (AttoNodeClient$accountEntry$slambda$slambda())(this.q7g_1, completion);
537
+ i.r7g_1 = response;
538
+ return i;
539
+ }
540
+ }
541
+ initMetadataForLambda($, VOID, VOID, [1]);
542
+ AttoNodeClient$accountEntry$slambda$slambdaClass = $;
543
+ }
544
+ return AttoNodeClient$accountEntry$slambda$slambdaClass;
545
+ }
546
+ function AttoNodeClient$accountEntry$slambda$slambda_0($this_flow, resultContinuation) {
547
+ var i = new (AttoNodeClient$accountEntry$slambda$slambda())($this_flow, resultContinuation);
548
+ var l = function (response, $completion) {
549
+ return i.d5d(response, $completion);
396
550
  };
397
551
  l.$arity = 1;
398
552
  return l;
399
553
  }
400
554
  function AttoNodeClient$accountEntryStream$slambda$lambda($this$timeout) {
401
- $this$timeout.a5r(new (Long())(-1, 2147483647));
555
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
402
556
  return Unit_instance;
403
557
  }
404
558
  function AttoNodeClient$accountEntryStream$slambda$lambda_0($headers) {
@@ -412,9 +566,9 @@ function AttoNodeClient$accountEntryStream$slambda$lambda_0($headers) {
412
566
  var key = element.r1();
413
567
  // Inline function 'kotlin.collections.component2' call
414
568
  var value = element.s1();
415
- $this$headers.d3t(key, value);
569
+ $this$headers.r3t(key, value);
416
570
  }
417
- $this$headers.d3t('Accept', 'application/x-ndjson');
571
+ $this$headers.r3t('Accept', 'application/x-ndjson');
418
572
  return Unit_instance;
419
573
  };
420
574
  }
@@ -425,17 +579,17 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
425
579
  constructor($this_flow, resultContinuation, $box) {
426
580
  if ($box === VOID)
427
581
  $box = {};
428
- $box.z7f_1 = $this_flow;
582
+ $box.f7h_1 = $this_flow;
429
583
  super(resultContinuation, $box);
430
584
  }
431
- p5c(response, $completion) {
432
- var tmp = this.u5a(response, $completion);
585
+ d5d(response, $completion) {
586
+ var tmp = this.i5b(response, $completion);
433
587
  tmp.cc_1 = Unit_instance;
434
588
  tmp.dc_1 = null;
435
589
  return tmp.ic();
436
590
  }
437
591
  kd(p1, $completion) {
438
- return this.p5c(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
592
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
439
593
  }
440
594
  ic() {
441
595
  var suspendResult = this.cc_1;
@@ -446,10 +600,10 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
446
600
  case 0:
447
601
  this.bc_1 = 7;
448
602
  var tmp_0 = this;
449
- tmp_0.b7g_1 = this.a7g_1;
450
- this.c7g_1 = this.b7g_1;
603
+ tmp_0.h7h_1 = this.g7h_1;
604
+ this.i7h_1 = this.h7h_1;
451
605
  this.ac_1 = 1;
452
- var tmp_1 = this.c7g_1.x51();
606
+ var tmp_1 = this.i7h_1.l52();
453
607
  var tmp_2 = getKClass(ByteReadChannel());
454
608
  var tmp_3;
455
609
  try {
@@ -465,7 +619,7 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
465
619
  tmp_3 = tmp_4;
466
620
  }
467
621
 
468
- suspendResult = tmp_1.u51(new (TypeInfo())(tmp_2, tmp_3), this);
622
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
469
623
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
470
624
  return suspendResult;
471
625
  }
@@ -473,33 +627,33 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
473
627
  continue $sm;
474
628
  case 1:
475
629
  var tmp_5 = this;
476
- tmp_5.d7g_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
630
+ tmp_5.j7h_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
477
631
  this.ac_1 = 2;
478
632
  continue $sm;
479
633
  case 2:
480
- if (!!this.d7g_1.t3a()) {
634
+ if (!!this.j7h_1.h3b()) {
481
635
  this.ac_1 = 6;
482
636
  continue $sm;
483
637
  }
484
638
 
485
639
  this.ac_1 = 3;
486
- suspendResult = readUTF8Line(this.d7g_1, VOID, this);
640
+ suspendResult = readUTF8Line(this.j7h_1, VOID, this);
487
641
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
488
642
  return suspendResult;
489
643
  }
490
644
 
491
645
  continue $sm;
492
646
  case 3:
493
- this.e7g_1 = suspendResult;
494
- if (!(this.e7g_1 == null)) {
647
+ this.k7h_1 = suspendResult;
648
+ if (!(this.k7h_1 == null)) {
495
649
  var tmp_6 = this;
496
650
  var tmp0 = Default_getInstance();
497
- var string = this.e7g_1;
651
+ var string = this.k7h_1;
498
652
  var this_0 = tmp0.yx();
499
653
  var this_1 = serializer(this_0, createKType(getKClass(AttoAccountEntry()), arrayOf([]), false));
500
- tmp_6.f7g_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
654
+ tmp_6.l7h_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
501
655
  this.ac_1 = 4;
502
- suspendResult = this.z7f_1.w2k(this.f7g_1, this);
656
+ suspendResult = this.f7h_1.w2k(this.l7h_1, this);
503
657
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
504
658
  return suspendResult;
505
659
  }
@@ -531,9 +685,9 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
531
685
  }
532
686
  while (true);
533
687
  }
534
- u5a(response, completion) {
535
- var i = new (AttoNodeClient$accountEntryStream$slambda$slambda())(this.z7f_1, completion);
536
- i.a7g_1 = response;
688
+ i5b(response, completion) {
689
+ var i = new (AttoNodeClient$accountEntryStream$slambda$slambda())(this.f7h_1, completion);
690
+ i.g7h_1 = response;
537
691
  return i;
538
692
  }
539
693
  }
@@ -545,13 +699,166 @@ function AttoNodeClient$accountEntryStream$slambda$slambda() {
545
699
  function AttoNodeClient$accountEntryStream$slambda$slambda_0($this_flow, resultContinuation) {
546
700
  var i = new (AttoNodeClient$accountEntryStream$slambda$slambda())($this_flow, resultContinuation);
547
701
  var l = function (response, $completion) {
548
- return i.p5c(response, $completion);
702
+ return i.d5d(response, $completion);
703
+ };
704
+ l.$arity = 1;
705
+ return l;
706
+ }
707
+ function AttoNodeClient$transaction$slambda$lambda($this$timeout) {
708
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
709
+ return Unit_instance;
710
+ }
711
+ function AttoNodeClient$transaction$slambda$lambda_0($headers) {
712
+ return function ($this$headers) {
713
+ // Inline function 'kotlin.collections.forEach' call
714
+ // Inline function 'kotlin.collections.iterator' call
715
+ var _iterator__ex2g4s = $headers.q1().d1();
716
+ while (_iterator__ex2g4s.e1()) {
717
+ var element = _iterator__ex2g4s.f1();
718
+ // Inline function 'kotlin.collections.component1' call
719
+ var key = element.r1();
720
+ // Inline function 'kotlin.collections.component2' call
721
+ var value = element.s1();
722
+ $this$headers.r3t(key, value);
723
+ }
724
+ $this$headers.r3t('Accept', 'application/x-ndjson');
725
+ return Unit_instance;
726
+ };
727
+ }
728
+ var AttoNodeClient$transaction$slambda$slambdaClass;
729
+ function AttoNodeClient$transaction$slambda$slambda() {
730
+ if (AttoNodeClient$transaction$slambda$slambdaClass === VOID) {
731
+ class $ extends CoroutineImpl() {
732
+ constructor($this_flow, resultContinuation, $box) {
733
+ if ($box === VOID)
734
+ $box = {};
735
+ $box.u7h_1 = $this_flow;
736
+ super(resultContinuation, $box);
737
+ }
738
+ d5d(response, $completion) {
739
+ var tmp = this.i5b(response, $completion);
740
+ tmp.cc_1 = Unit_instance;
741
+ tmp.dc_1 = null;
742
+ return tmp.ic();
743
+ }
744
+ kd(p1, $completion) {
745
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
746
+ }
747
+ ic() {
748
+ var suspendResult = this.cc_1;
749
+ $sm: do
750
+ try {
751
+ var tmp = this.ac_1;
752
+ switch (tmp) {
753
+ case 0:
754
+ this.bc_1 = 7;
755
+ var tmp_0 = this;
756
+ tmp_0.w7h_1 = this.v7h_1;
757
+ this.x7h_1 = this.w7h_1;
758
+ this.ac_1 = 1;
759
+ var tmp_1 = this.x7h_1.l52();
760
+ var tmp_2 = getKClass(ByteReadChannel());
761
+ var tmp_3;
762
+ try {
763
+ tmp_3 = createKType(getKClass(ByteReadChannel()), arrayOf([]), false);
764
+ } catch ($p) {
765
+ var tmp_4;
766
+ if ($p instanceof Error) {
767
+ var _unused_var__etf5q3 = $p;
768
+ tmp_4 = null;
769
+ } else {
770
+ throw $p;
771
+ }
772
+ tmp_3 = tmp_4;
773
+ }
774
+
775
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
776
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
777
+ return suspendResult;
778
+ }
779
+
780
+ continue $sm;
781
+ case 1:
782
+ var tmp_5 = this;
783
+ tmp_5.y7h_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
784
+ this.ac_1 = 2;
785
+ continue $sm;
786
+ case 2:
787
+ if (!!this.y7h_1.h3b()) {
788
+ this.ac_1 = 6;
789
+ continue $sm;
790
+ }
791
+
792
+ this.ac_1 = 3;
793
+ suspendResult = readUTF8Line(this.y7h_1, VOID, this);
794
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
795
+ return suspendResult;
796
+ }
797
+
798
+ continue $sm;
799
+ case 3:
800
+ this.z7h_1 = suspendResult;
801
+ if (!(this.z7h_1 == null)) {
802
+ var tmp_6 = this;
803
+ var tmp0 = Default_getInstance();
804
+ var string = this.z7h_1;
805
+ var this_0 = tmp0.yx();
806
+ var this_1 = serializer(this_0, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
807
+ tmp_6.a7i_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
808
+ this.ac_1 = 4;
809
+ suspendResult = this.u7h_1.w2k(this.a7i_1, this);
810
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
811
+ return suspendResult;
812
+ }
813
+ continue $sm;
814
+ } else {
815
+ this.ac_1 = 5;
816
+ continue $sm;
817
+ }
818
+
819
+ case 4:
820
+ this.ac_1 = 5;
821
+ continue $sm;
822
+ case 5:
823
+ this.ac_1 = 2;
824
+ continue $sm;
825
+ case 6:
826
+ return Unit_instance;
827
+ case 7:
828
+ throw this.dc_1;
829
+ }
830
+ } catch ($p) {
831
+ var e = $p;
832
+ if (this.bc_1 === 7) {
833
+ throw e;
834
+ } else {
835
+ this.ac_1 = this.bc_1;
836
+ this.dc_1 = e;
837
+ }
838
+ }
839
+ while (true);
840
+ }
841
+ i5b(response, completion) {
842
+ var i = new (AttoNodeClient$transaction$slambda$slambda())(this.u7h_1, completion);
843
+ i.v7h_1 = response;
844
+ return i;
845
+ }
846
+ }
847
+ initMetadataForLambda($, VOID, VOID, [1]);
848
+ AttoNodeClient$transaction$slambda$slambdaClass = $;
849
+ }
850
+ return AttoNodeClient$transaction$slambda$slambdaClass;
851
+ }
852
+ function AttoNodeClient$transaction$slambda$slambda_0($this_flow, resultContinuation) {
853
+ var i = new (AttoNodeClient$transaction$slambda$slambda())($this_flow, resultContinuation);
854
+ var l = function (response, $completion) {
855
+ return i.d5d(response, $completion);
549
856
  };
550
857
  l.$arity = 1;
551
858
  return l;
552
859
  }
553
860
  function AttoNodeClient$transactionStream$slambda$lambda($this$timeout) {
554
- $this$timeout.a5r(new (Long())(-1, 2147483647));
861
+ $this$timeout.o5r(new (Long())(-1, 2147483647));
555
862
  return Unit_instance;
556
863
  }
557
864
  function AttoNodeClient$transactionStream$slambda$lambda_0($headers) {
@@ -565,9 +872,9 @@ function AttoNodeClient$transactionStream$slambda$lambda_0($headers) {
565
872
  var key = element.r1();
566
873
  // Inline function 'kotlin.collections.component2' call
567
874
  var value = element.s1();
568
- $this$headers.d3t(key, value);
875
+ $this$headers.r3t(key, value);
569
876
  }
570
- $this$headers.d3t('Accept', 'application/x-ndjson');
877
+ $this$headers.r3t('Accept', 'application/x-ndjson');
571
878
  return Unit_instance;
572
879
  };
573
880
  }
@@ -578,17 +885,17 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
578
885
  constructor($this_flow, resultContinuation, $box) {
579
886
  if ($box === VOID)
580
887
  $box = {};
581
- $box.o7g_1 = $this_flow;
888
+ $box.j7i_1 = $this_flow;
582
889
  super(resultContinuation, $box);
583
890
  }
584
- p5c(response, $completion) {
585
- var tmp = this.u5a(response, $completion);
891
+ d5d(response, $completion) {
892
+ var tmp = this.i5b(response, $completion);
586
893
  tmp.cc_1 = Unit_instance;
587
894
  tmp.dc_1 = null;
588
895
  return tmp.ic();
589
896
  }
590
897
  kd(p1, $completion) {
591
- return this.p5c(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
898
+ return this.d5d(p1 instanceof HttpResponse() ? p1 : THROW_CCE(), $completion);
592
899
  }
593
900
  ic() {
594
901
  var suspendResult = this.cc_1;
@@ -599,10 +906,10 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
599
906
  case 0:
600
907
  this.bc_1 = 7;
601
908
  var tmp_0 = this;
602
- tmp_0.q7g_1 = this.p7g_1;
603
- this.r7g_1 = this.q7g_1;
909
+ tmp_0.l7i_1 = this.k7i_1;
910
+ this.m7i_1 = this.l7i_1;
604
911
  this.ac_1 = 1;
605
- var tmp_1 = this.r7g_1.x51();
912
+ var tmp_1 = this.m7i_1.l52();
606
913
  var tmp_2 = getKClass(ByteReadChannel());
607
914
  var tmp_3;
608
915
  try {
@@ -618,7 +925,7 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
618
925
  tmp_3 = tmp_4;
619
926
  }
620
927
 
621
- suspendResult = tmp_1.u51(new (TypeInfo())(tmp_2, tmp_3), this);
928
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
622
929
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
623
930
  return suspendResult;
624
931
  }
@@ -626,33 +933,33 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
626
933
  continue $sm;
627
934
  case 1:
628
935
  var tmp_5 = this;
629
- tmp_5.s7g_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
936
+ tmp_5.n7i_1 = (!(suspendResult == null) ? isInterface(suspendResult, ByteReadChannel()) : false) ? suspendResult : THROW_CCE();
630
937
  this.ac_1 = 2;
631
938
  continue $sm;
632
939
  case 2:
633
- if (!!this.s7g_1.t3a()) {
940
+ if (!!this.n7i_1.h3b()) {
634
941
  this.ac_1 = 6;
635
942
  continue $sm;
636
943
  }
637
944
 
638
945
  this.ac_1 = 3;
639
- suspendResult = readUTF8Line(this.s7g_1, VOID, this);
946
+ suspendResult = readUTF8Line(this.n7i_1, VOID, this);
640
947
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
641
948
  return suspendResult;
642
949
  }
643
950
 
644
951
  continue $sm;
645
952
  case 3:
646
- this.t7g_1 = suspendResult;
647
- if (!(this.t7g_1 == null)) {
953
+ this.o7i_1 = suspendResult;
954
+ if (!(this.o7i_1 == null)) {
648
955
  var tmp_6 = this;
649
956
  var tmp0 = Default_getInstance();
650
- var string = this.t7g_1;
957
+ var string = this.o7i_1;
651
958
  var this_0 = tmp0.yx();
652
959
  var this_1 = serializer(this_0, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
653
- tmp_6.u7g_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
960
+ tmp_6.p7i_1 = tmp0.fu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), string);
654
961
  this.ac_1 = 4;
655
- suspendResult = this.o7g_1.w2k(this.u7g_1, this);
962
+ suspendResult = this.j7i_1.w2k(this.p7i_1, this);
656
963
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
657
964
  return suspendResult;
658
965
  }
@@ -684,9 +991,9 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
684
991
  }
685
992
  while (true);
686
993
  }
687
- u5a(response, completion) {
688
- var i = new (AttoNodeClient$transactionStream$slambda$slambda())(this.o7g_1, completion);
689
- i.p7g_1 = response;
994
+ i5b(response, completion) {
995
+ var i = new (AttoNodeClient$transactionStream$slambda$slambda())(this.j7i_1, completion);
996
+ i.k7i_1 = response;
690
997
  return i;
691
998
  }
692
999
  }
@@ -698,7 +1005,7 @@ function AttoNodeClient$transactionStream$slambda$slambda() {
698
1005
  function AttoNodeClient$transactionStream$slambda$slambda_0($this_flow, resultContinuation) {
699
1006
  var i = new (AttoNodeClient$transactionStream$slambda$slambda())($this_flow, resultContinuation);
700
1007
  var l = function (response, $completion) {
701
- return i.p5c(response, $completion);
1008
+ return i.d5d(response, $completion);
702
1009
  };
703
1010
  l.$arity = 1;
704
1011
  return l;
@@ -707,14 +1014,14 @@ var AttoNodeClient$_init_$slambda_j3bskxClass;
707
1014
  function AttoNodeClient$_init_$slambda_j3bskx() {
708
1015
  if (AttoNodeClient$_init_$slambda_j3bskxClass === VOID) {
709
1016
  class $ extends CoroutineImpl() {
710
- d7h($completion) {
711
- var tmp = this.d3m($completion);
1017
+ y7i($completion) {
1018
+ var tmp = this.r3m($completion);
712
1019
  tmp.cc_1 = Unit_instance;
713
1020
  tmp.dc_1 = null;
714
1021
  return tmp.ic();
715
1022
  }
716
1023
  pe($completion) {
717
- return this.d7h($completion);
1024
+ return this.y7i($completion);
718
1025
  }
719
1026
  ic() {
720
1027
  var suspendResult = this.cc_1;
@@ -733,7 +1040,7 @@ function AttoNodeClient$_init_$slambda_j3bskx() {
733
1040
  }
734
1041
  while (true);
735
1042
  }
736
- d3m(completion) {
1043
+ r3m(completion) {
737
1044
  return new (AttoNodeClient$_init_$slambda_j3bskx())(completion);
738
1045
  }
739
1046
  }
@@ -745,7 +1052,7 @@ function AttoNodeClient$_init_$slambda_j3bskx() {
745
1052
  function AttoNodeClient$_init_$slambda_j3bskx_0(resultContinuation) {
746
1053
  var i = new (AttoNodeClient$_init_$slambda_j3bskx())(resultContinuation);
747
1054
  var l = function ($completion) {
748
- return i.d7h($completion);
1055
+ return i.y7i($completion);
749
1056
  };
750
1057
  l.$arity = 0;
751
1058
  return l;
@@ -764,9 +1071,9 @@ function AttoNodeClient$account$lambda($headers) {
764
1071
  var key = element.r1();
765
1072
  // Inline function 'kotlin.collections.component2' call
766
1073
  var value = element.s1();
767
- $this$headers.d3t(key, value);
1074
+ $this$headers.r3t(key, value);
768
1075
  }
769
- $this$headers.d3t('Accept', 'application/json');
1076
+ $this$headers.r3t('Accept', 'application/json');
770
1077
  return Unit_instance;
771
1078
  };
772
1079
  }
@@ -774,7 +1081,7 @@ function AttoNodeClient$account$lambda_0($this$timeout) {
774
1081
  // Inline function 'kotlin.time.Companion.seconds' call
775
1082
  Companion_getInstance();
776
1083
  var tmp$ret$0 = toDuration(10, DurationUnit_SECONDS_getInstance());
777
- $this$timeout.a5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
1084
+ $this$timeout.o5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
778
1085
  return Unit_instance;
779
1086
  }
780
1087
  var AttoNodeClient$accountStream$slambdaClass;
@@ -784,19 +1091,19 @@ function AttoNodeClient$accountStream$slambda() {
784
1091
  constructor($this, $urlPath, $search, resultContinuation, $box) {
785
1092
  if ($box === VOID)
786
1093
  $box = {};
787
- $box.m7h_1 = $this;
788
- $box.n7h_1 = $urlPath;
789
- $box.o7h_1 = $search;
1094
+ $box.h7j_1 = $this;
1095
+ $box.i7j_1 = $urlPath;
1096
+ $box.j7j_1 = $search;
790
1097
  super(resultContinuation, $box);
791
1098
  }
792
- r7h($this$flow, $completion) {
793
- var tmp = this.s7h($this$flow, $completion);
1099
+ m7j($this$flow, $completion) {
1100
+ var tmp = this.n7j($this$flow, $completion);
794
1101
  tmp.cc_1 = Unit_instance;
795
1102
  tmp.dc_1 = null;
796
1103
  return tmp.ic();
797
1104
  }
798
1105
  kd(p1, $completion) {
799
- return this.r7h((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1106
+ return this.m7j((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
800
1107
  }
801
1108
  ic() {
802
1109
  var suspendResult = this.cc_1;
@@ -807,26 +1114,26 @@ function AttoNodeClient$accountStream$slambda() {
807
1114
  case 0:
808
1115
  this.bc_1 = 3;
809
1116
  this.ac_1 = 1;
810
- suspendResult = this.m7h_1.v7h_1(this);
1117
+ suspendResult = this.h7j_1.q7j_1(this);
811
1118
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
812
1119
  return suspendResult;
813
1120
  }
814
1121
 
815
1122
  continue $sm;
816
1123
  case 1:
817
- this.q7h_1 = suspendResult;
1124
+ this.l7j_1 = suspendResult;
818
1125
  this.ac_1 = 2;
819
1126
  var tmp0 = get_httpClient();
820
- var urlString = this.m7h_1.u7h_1 + '/' + this.n7h_1;
1127
+ var urlString = this.h7j_1.p7j_1 + '/' + this.i7j_1;
821
1128
  var builder = new (HttpRequestBuilder())();
822
- builder.a50_1 = Companion_getInstance_0().n45_1;
1129
+ builder.o50_1 = Companion_getInstance_0().b46_1;
823
1130
  url(builder, urlString);
824
1131
  timeout(builder, AttoNodeClient$accountStream$slambda$lambda);
825
- headers(builder, AttoNodeClient$accountStream$slambda$lambda_0(this.q7h_1));
826
- contentType(builder, Application_getInstance().u3y_1);
827
- var body = this.o7h_1;
1132
+ headers(builder, AttoNodeClient$accountStream$slambda$lambda_0(this.l7j_1));
1133
+ contentType(builder, Application_getInstance().i3z_1);
1134
+ var body = this.j7j_1;
828
1135
  if (body == null) {
829
- builder.c50_1 = NullBody_instance;
1136
+ builder.q50_1 = NullBody_instance;
830
1137
  var tmp_0 = PrimitiveClasses_getInstance().wg();
831
1138
  var tmp_1;
832
1139
  try {
@@ -841,13 +1148,13 @@ function AttoNodeClient$accountStream$slambda() {
841
1148
  }
842
1149
  tmp_1 = tmp_2;
843
1150
  }
844
- builder.c57(new (TypeInfo())(tmp_0, tmp_1));
1151
+ builder.q57(new (TypeInfo())(tmp_0, tmp_1));
845
1152
  } else {
846
1153
  if (body instanceof OutgoingContent()) {
847
- builder.c50_1 = body;
848
- builder.c57(null);
1154
+ builder.q50_1 = body;
1155
+ builder.q57(null);
849
1156
  } else {
850
- builder.c50_1 = body;
1157
+ builder.q50_1 = body;
851
1158
  var tmp_3 = PrimitiveClasses_getInstance().wg();
852
1159
  var tmp_4;
853
1160
  try {
@@ -862,12 +1169,12 @@ function AttoNodeClient$accountStream$slambda() {
862
1169
  }
863
1170
  tmp_4 = tmp_5;
864
1171
  }
865
- builder.c57(new (TypeInfo())(tmp_3, tmp_4));
1172
+ builder.q57(new (TypeInfo())(tmp_3, tmp_4));
866
1173
  }
867
1174
  }
868
1175
 
869
1176
  var tmp_6 = new (HttpStatement())(builder, tmp0);
870
- suspendResult = tmp_6.b61(AttoNodeClient$accountStream$slambda$slambda_0(this.p7h_1, null), this);
1177
+ suspendResult = tmp_6.p61(AttoNodeClient$accountStream$slambda$slambda_0(this.k7j_1, null), this);
871
1178
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
872
1179
  return suspendResult;
873
1180
  }
@@ -889,9 +1196,9 @@ function AttoNodeClient$accountStream$slambda() {
889
1196
  }
890
1197
  while (true);
891
1198
  }
892
- s7h($this$flow, completion) {
893
- var i = new (AttoNodeClient$accountStream$slambda())(this.m7h_1, this.n7h_1, this.o7h_1, completion);
894
- i.p7h_1 = $this$flow;
1199
+ n7j($this$flow, completion) {
1200
+ var i = new (AttoNodeClient$accountStream$slambda())(this.h7j_1, this.i7j_1, this.j7j_1, completion);
1201
+ i.k7j_1 = $this$flow;
895
1202
  return i;
896
1203
  }
897
1204
  }
@@ -903,7 +1210,7 @@ function AttoNodeClient$accountStream$slambda() {
903
1210
  function AttoNodeClient$accountStream$slambda_0($this, $urlPath, $search, resultContinuation) {
904
1211
  var i = new (AttoNodeClient$accountStream$slambda())($this, $urlPath, $search, resultContinuation);
905
1212
  var l = function ($this$flow, $completion) {
906
- return i.r7h($this$flow, $completion);
1213
+ return i.m7j($this$flow, $completion);
907
1214
  };
908
1215
  l.$arity = 1;
909
1216
  return l;
@@ -915,19 +1222,19 @@ function AttoNodeClient$receivableStream$slambda() {
915
1222
  constructor($this, $urlPath, $search, resultContinuation, $box) {
916
1223
  if ($box === VOID)
917
1224
  $box = {};
918
- $box.g7i_1 = $this;
919
- $box.h7i_1 = $urlPath;
920
- $box.i7i_1 = $search;
1225
+ $box.b7k_1 = $this;
1226
+ $box.c7k_1 = $urlPath;
1227
+ $box.d7k_1 = $search;
921
1228
  super(resultContinuation, $box);
922
1229
  }
923
- l7i($this$flow, $completion) {
924
- var tmp = this.m7i($this$flow, $completion);
1230
+ g7k($this$flow, $completion) {
1231
+ var tmp = this.h7k($this$flow, $completion);
925
1232
  tmp.cc_1 = Unit_instance;
926
1233
  tmp.dc_1 = null;
927
1234
  return tmp.ic();
928
1235
  }
929
1236
  kd(p1, $completion) {
930
- return this.l7i((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1237
+ return this.g7k((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
931
1238
  }
932
1239
  ic() {
933
1240
  var suspendResult = this.cc_1;
@@ -938,26 +1245,26 @@ function AttoNodeClient$receivableStream$slambda() {
938
1245
  case 0:
939
1246
  this.bc_1 = 3;
940
1247
  this.ac_1 = 1;
941
- suspendResult = this.g7i_1.v7h_1(this);
1248
+ suspendResult = this.b7k_1.q7j_1(this);
942
1249
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
943
1250
  return suspendResult;
944
1251
  }
945
1252
 
946
1253
  continue $sm;
947
1254
  case 1:
948
- this.k7i_1 = suspendResult;
1255
+ this.f7k_1 = suspendResult;
949
1256
  this.ac_1 = 2;
950
1257
  var tmp0 = get_httpClient();
951
- var urlString = this.g7i_1.u7h_1 + '/' + this.h7i_1;
1258
+ var urlString = this.b7k_1.p7j_1 + '/' + this.c7k_1;
952
1259
  var builder = new (HttpRequestBuilder())();
953
- builder.a50_1 = Companion_getInstance_0().n45_1;
1260
+ builder.o50_1 = Companion_getInstance_0().b46_1;
954
1261
  url(builder, urlString);
955
1262
  timeout(builder, AttoNodeClient$receivableStream$slambda$lambda);
956
- headers(builder, AttoNodeClient$receivableStream$slambda$lambda_0(this.k7i_1));
957
- contentType(builder, Application_getInstance().u3y_1);
958
- var body = this.i7i_1;
1263
+ headers(builder, AttoNodeClient$receivableStream$slambda$lambda_0(this.f7k_1));
1264
+ contentType(builder, Application_getInstance().i3z_1);
1265
+ var body = this.d7k_1;
959
1266
  if (body == null) {
960
- builder.c50_1 = NullBody_instance;
1267
+ builder.q50_1 = NullBody_instance;
961
1268
  var tmp_0 = PrimitiveClasses_getInstance().wg();
962
1269
  var tmp_1;
963
1270
  try {
@@ -972,13 +1279,13 @@ function AttoNodeClient$receivableStream$slambda() {
972
1279
  }
973
1280
  tmp_1 = tmp_2;
974
1281
  }
975
- builder.c57(new (TypeInfo())(tmp_0, tmp_1));
1282
+ builder.q57(new (TypeInfo())(tmp_0, tmp_1));
976
1283
  } else {
977
1284
  if (body instanceof OutgoingContent()) {
978
- builder.c50_1 = body;
979
- builder.c57(null);
1285
+ builder.q50_1 = body;
1286
+ builder.q57(null);
980
1287
  } else {
981
- builder.c50_1 = body;
1288
+ builder.q50_1 = body;
982
1289
  var tmp_3 = PrimitiveClasses_getInstance().wg();
983
1290
  var tmp_4;
984
1291
  try {
@@ -993,12 +1300,12 @@ function AttoNodeClient$receivableStream$slambda() {
993
1300
  }
994
1301
  tmp_4 = tmp_5;
995
1302
  }
996
- builder.c57(new (TypeInfo())(tmp_3, tmp_4));
1303
+ builder.q57(new (TypeInfo())(tmp_3, tmp_4));
997
1304
  }
998
1305
  }
999
1306
 
1000
1307
  var tmp_6 = new (HttpStatement())(builder, tmp0);
1001
- suspendResult = tmp_6.b61(AttoNodeClient$receivableStream$slambda$slambda_0(this.j7i_1, null), this);
1308
+ suspendResult = tmp_6.p61(AttoNodeClient$receivableStream$slambda$slambda_0(this.e7k_1, null), this);
1002
1309
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1003
1310
  return suspendResult;
1004
1311
  }
@@ -1020,9 +1327,9 @@ function AttoNodeClient$receivableStream$slambda() {
1020
1327
  }
1021
1328
  while (true);
1022
1329
  }
1023
- m7i($this$flow, completion) {
1024
- var i = new (AttoNodeClient$receivableStream$slambda())(this.g7i_1, this.h7i_1, this.i7i_1, completion);
1025
- i.j7i_1 = $this$flow;
1330
+ h7k($this$flow, completion) {
1331
+ var i = new (AttoNodeClient$receivableStream$slambda())(this.b7k_1, this.c7k_1, this.d7k_1, completion);
1332
+ i.e7k_1 = $this$flow;
1026
1333
  return i;
1027
1334
  }
1028
1335
  }
@@ -1034,7 +1341,94 @@ function AttoNodeClient$receivableStream$slambda() {
1034
1341
  function AttoNodeClient$receivableStream$slambda_0($this, $urlPath, $search, resultContinuation) {
1035
1342
  var i = new (AttoNodeClient$receivableStream$slambda())($this, $urlPath, $search, resultContinuation);
1036
1343
  var l = function ($this$flow, $completion) {
1037
- return i.l7i($this$flow, $completion);
1344
+ return i.g7k($this$flow, $completion);
1345
+ };
1346
+ l.$arity = 1;
1347
+ return l;
1348
+ }
1349
+ var AttoNodeClient$accountEntry$slambdaClass;
1350
+ function AttoNodeClient$accountEntry$slambda() {
1351
+ if (AttoNodeClient$accountEntry$slambdaClass === VOID) {
1352
+ class $ extends CoroutineImpl() {
1353
+ constructor($this, $urlPath, resultContinuation, $box) {
1354
+ if ($box === VOID)
1355
+ $box = {};
1356
+ $box.q7k_1 = $this;
1357
+ $box.r7k_1 = $urlPath;
1358
+ super(resultContinuation, $box);
1359
+ }
1360
+ u7k($this$flow, $completion) {
1361
+ var tmp = this.v7k($this$flow, $completion);
1362
+ tmp.cc_1 = Unit_instance;
1363
+ tmp.dc_1 = null;
1364
+ return tmp.ic();
1365
+ }
1366
+ kd(p1, $completion) {
1367
+ return this.u7k((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1368
+ }
1369
+ ic() {
1370
+ var suspendResult = this.cc_1;
1371
+ $sm: do
1372
+ try {
1373
+ var tmp = this.ac_1;
1374
+ switch (tmp) {
1375
+ case 0:
1376
+ this.bc_1 = 3;
1377
+ this.ac_1 = 1;
1378
+ suspendResult = this.q7k_1.q7j_1(this);
1379
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
1380
+ return suspendResult;
1381
+ }
1382
+
1383
+ continue $sm;
1384
+ case 1:
1385
+ this.t7k_1 = suspendResult;
1386
+ this.ac_1 = 2;
1387
+ var tmp0 = get_httpClient();
1388
+ var urlString = this.q7k_1.p7j_1 + '/' + this.r7k_1;
1389
+ var this_0 = new (HttpRequestBuilder())();
1390
+ url(this_0, urlString);
1391
+ timeout(this_0, AttoNodeClient$accountEntry$slambda$lambda);
1392
+ headers(this_0, AttoNodeClient$accountEntry$slambda$lambda_0(this.t7k_1));
1393
+ this_0.o50_1 = Companion_getInstance_0().a46_1;
1394
+ var tmp_0 = new (HttpStatement())(this_0, tmp0);
1395
+ suspendResult = tmp_0.p61(AttoNodeClient$accountEntry$slambda$slambda_0(this.s7k_1, null), this);
1396
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
1397
+ return suspendResult;
1398
+ }
1399
+
1400
+ continue $sm;
1401
+ case 2:
1402
+ return Unit_instance;
1403
+ case 3:
1404
+ throw this.dc_1;
1405
+ }
1406
+ } catch ($p) {
1407
+ var e = $p;
1408
+ if (this.bc_1 === 3) {
1409
+ throw e;
1410
+ } else {
1411
+ this.ac_1 = this.bc_1;
1412
+ this.dc_1 = e;
1413
+ }
1414
+ }
1415
+ while (true);
1416
+ }
1417
+ v7k($this$flow, completion) {
1418
+ var i = new (AttoNodeClient$accountEntry$slambda())(this.q7k_1, this.r7k_1, completion);
1419
+ i.s7k_1 = $this$flow;
1420
+ return i;
1421
+ }
1422
+ }
1423
+ initMetadataForLambda($, VOID, VOID, [1]);
1424
+ AttoNodeClient$accountEntry$slambdaClass = $;
1425
+ }
1426
+ return AttoNodeClient$accountEntry$slambdaClass;
1427
+ }
1428
+ function AttoNodeClient$accountEntry$slambda_0($this, $urlPath, resultContinuation) {
1429
+ var i = new (AttoNodeClient$accountEntry$slambda())($this, $urlPath, resultContinuation);
1430
+ var l = function ($this$flow, $completion) {
1431
+ return i.u7k($this$flow, $completion);
1038
1432
  };
1039
1433
  l.$arity = 1;
1040
1434
  return l;
@@ -1046,19 +1440,19 @@ function AttoNodeClient$accountEntryStream$slambda() {
1046
1440
  constructor($this, $urlPath, $search, resultContinuation, $box) {
1047
1441
  if ($box === VOID)
1048
1442
  $box = {};
1049
- $box.v7i_1 = $this;
1050
- $box.w7i_1 = $urlPath;
1051
- $box.x7i_1 = $search;
1443
+ $box.e7l_1 = $this;
1444
+ $box.f7l_1 = $urlPath;
1445
+ $box.g7l_1 = $search;
1052
1446
  super(resultContinuation, $box);
1053
1447
  }
1054
- a7j($this$flow, $completion) {
1055
- var tmp = this.b7j($this$flow, $completion);
1448
+ u7k($this$flow, $completion) {
1449
+ var tmp = this.v7k($this$flow, $completion);
1056
1450
  tmp.cc_1 = Unit_instance;
1057
1451
  tmp.dc_1 = null;
1058
1452
  return tmp.ic();
1059
1453
  }
1060
1454
  kd(p1, $completion) {
1061
- return this.a7j((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1455
+ return this.u7k((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1062
1456
  }
1063
1457
  ic() {
1064
1458
  var suspendResult = this.cc_1;
@@ -1069,26 +1463,26 @@ function AttoNodeClient$accountEntryStream$slambda() {
1069
1463
  case 0:
1070
1464
  this.bc_1 = 3;
1071
1465
  this.ac_1 = 1;
1072
- suspendResult = this.v7i_1.v7h_1(this);
1466
+ suspendResult = this.e7l_1.q7j_1(this);
1073
1467
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1074
1468
  return suspendResult;
1075
1469
  }
1076
1470
 
1077
1471
  continue $sm;
1078
1472
  case 1:
1079
- this.z7i_1 = suspendResult;
1473
+ this.i7l_1 = suspendResult;
1080
1474
  this.ac_1 = 2;
1081
1475
  var tmp0 = get_httpClient();
1082
- var urlString = this.v7i_1.u7h_1 + '/' + this.w7i_1;
1476
+ var urlString = this.e7l_1.p7j_1 + '/' + this.f7l_1;
1083
1477
  var builder = new (HttpRequestBuilder())();
1084
- builder.a50_1 = Companion_getInstance_0().n45_1;
1478
+ builder.o50_1 = Companion_getInstance_0().b46_1;
1085
1479
  url(builder, urlString);
1086
1480
  timeout(builder, AttoNodeClient$accountEntryStream$slambda$lambda);
1087
- headers(builder, AttoNodeClient$accountEntryStream$slambda$lambda_0(this.z7i_1));
1088
- contentType(builder, Application_getInstance().u3y_1);
1089
- var body = this.x7i_1;
1481
+ headers(builder, AttoNodeClient$accountEntryStream$slambda$lambda_0(this.i7l_1));
1482
+ contentType(builder, Application_getInstance().i3z_1);
1483
+ var body = this.g7l_1;
1090
1484
  if (body == null) {
1091
- builder.c50_1 = NullBody_instance;
1485
+ builder.q50_1 = NullBody_instance;
1092
1486
  var tmp_0 = PrimitiveClasses_getInstance().wg();
1093
1487
  var tmp_1;
1094
1488
  try {
@@ -1103,13 +1497,13 @@ function AttoNodeClient$accountEntryStream$slambda() {
1103
1497
  }
1104
1498
  tmp_1 = tmp_2;
1105
1499
  }
1106
- builder.c57(new (TypeInfo())(tmp_0, tmp_1));
1500
+ builder.q57(new (TypeInfo())(tmp_0, tmp_1));
1107
1501
  } else {
1108
1502
  if (body instanceof OutgoingContent()) {
1109
- builder.c50_1 = body;
1110
- builder.c57(null);
1503
+ builder.q50_1 = body;
1504
+ builder.q57(null);
1111
1505
  } else {
1112
- builder.c50_1 = body;
1506
+ builder.q50_1 = body;
1113
1507
  var tmp_3 = PrimitiveClasses_getInstance().wg();
1114
1508
  var tmp_4;
1115
1509
  try {
@@ -1124,12 +1518,12 @@ function AttoNodeClient$accountEntryStream$slambda() {
1124
1518
  }
1125
1519
  tmp_4 = tmp_5;
1126
1520
  }
1127
- builder.c57(new (TypeInfo())(tmp_3, tmp_4));
1521
+ builder.q57(new (TypeInfo())(tmp_3, tmp_4));
1128
1522
  }
1129
1523
  }
1130
1524
 
1131
1525
  var tmp_6 = new (HttpStatement())(builder, tmp0);
1132
- suspendResult = tmp_6.b61(AttoNodeClient$accountEntryStream$slambda$slambda_0(this.y7i_1, null), this);
1526
+ suspendResult = tmp_6.p61(AttoNodeClient$accountEntryStream$slambda$slambda_0(this.h7l_1, null), this);
1133
1527
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1134
1528
  return suspendResult;
1135
1529
  }
@@ -1151,9 +1545,9 @@ function AttoNodeClient$accountEntryStream$slambda() {
1151
1545
  }
1152
1546
  while (true);
1153
1547
  }
1154
- b7j($this$flow, completion) {
1155
- var i = new (AttoNodeClient$accountEntryStream$slambda())(this.v7i_1, this.w7i_1, this.x7i_1, completion);
1156
- i.y7i_1 = $this$flow;
1548
+ v7k($this$flow, completion) {
1549
+ var i = new (AttoNodeClient$accountEntryStream$slambda())(this.e7l_1, this.f7l_1, this.g7l_1, completion);
1550
+ i.h7l_1 = $this$flow;
1157
1551
  return i;
1158
1552
  }
1159
1553
  }
@@ -1165,7 +1559,94 @@ function AttoNodeClient$accountEntryStream$slambda() {
1165
1559
  function AttoNodeClient$accountEntryStream$slambda_0($this, $urlPath, $search, resultContinuation) {
1166
1560
  var i = new (AttoNodeClient$accountEntryStream$slambda())($this, $urlPath, $search, resultContinuation);
1167
1561
  var l = function ($this$flow, $completion) {
1168
- return i.a7j($this$flow, $completion);
1562
+ return i.u7k($this$flow, $completion);
1563
+ };
1564
+ l.$arity = 1;
1565
+ return l;
1566
+ }
1567
+ var AttoNodeClient$transaction$slambdaClass;
1568
+ function AttoNodeClient$transaction$slambda() {
1569
+ if (AttoNodeClient$transaction$slambdaClass === VOID) {
1570
+ class $ extends CoroutineImpl() {
1571
+ constructor($this, $urlPath, resultContinuation, $box) {
1572
+ if ($box === VOID)
1573
+ $box = {};
1574
+ $box.r7l_1 = $this;
1575
+ $box.s7l_1 = $urlPath;
1576
+ super(resultContinuation, $box);
1577
+ }
1578
+ v7l($this$flow, $completion) {
1579
+ var tmp = this.w7l($this$flow, $completion);
1580
+ tmp.cc_1 = Unit_instance;
1581
+ tmp.dc_1 = null;
1582
+ return tmp.ic();
1583
+ }
1584
+ kd(p1, $completion) {
1585
+ return this.v7l((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1586
+ }
1587
+ ic() {
1588
+ var suspendResult = this.cc_1;
1589
+ $sm: do
1590
+ try {
1591
+ var tmp = this.ac_1;
1592
+ switch (tmp) {
1593
+ case 0:
1594
+ this.bc_1 = 3;
1595
+ this.ac_1 = 1;
1596
+ suspendResult = this.r7l_1.q7j_1(this);
1597
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
1598
+ return suspendResult;
1599
+ }
1600
+
1601
+ continue $sm;
1602
+ case 1:
1603
+ this.u7l_1 = suspendResult;
1604
+ this.ac_1 = 2;
1605
+ var tmp0 = get_httpClient();
1606
+ var urlString = this.r7l_1.p7j_1 + '/' + this.s7l_1;
1607
+ var this_0 = new (HttpRequestBuilder())();
1608
+ url(this_0, urlString);
1609
+ timeout(this_0, AttoNodeClient$transaction$slambda$lambda);
1610
+ headers(this_0, AttoNodeClient$transaction$slambda$lambda_0(this.u7l_1));
1611
+ this_0.o50_1 = Companion_getInstance_0().a46_1;
1612
+ var tmp_0 = new (HttpStatement())(this_0, tmp0);
1613
+ suspendResult = tmp_0.p61(AttoNodeClient$transaction$slambda$slambda_0(this.t7l_1, null), this);
1614
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
1615
+ return suspendResult;
1616
+ }
1617
+
1618
+ continue $sm;
1619
+ case 2:
1620
+ return Unit_instance;
1621
+ case 3:
1622
+ throw this.dc_1;
1623
+ }
1624
+ } catch ($p) {
1625
+ var e = $p;
1626
+ if (this.bc_1 === 3) {
1627
+ throw e;
1628
+ } else {
1629
+ this.ac_1 = this.bc_1;
1630
+ this.dc_1 = e;
1631
+ }
1632
+ }
1633
+ while (true);
1634
+ }
1635
+ w7l($this$flow, completion) {
1636
+ var i = new (AttoNodeClient$transaction$slambda())(this.r7l_1, this.s7l_1, completion);
1637
+ i.t7l_1 = $this$flow;
1638
+ return i;
1639
+ }
1640
+ }
1641
+ initMetadataForLambda($, VOID, VOID, [1]);
1642
+ AttoNodeClient$transaction$slambdaClass = $;
1643
+ }
1644
+ return AttoNodeClient$transaction$slambdaClass;
1645
+ }
1646
+ function AttoNodeClient$transaction$slambda_0($this, $urlPath, resultContinuation) {
1647
+ var i = new (AttoNodeClient$transaction$slambda())($this, $urlPath, resultContinuation);
1648
+ var l = function ($this$flow, $completion) {
1649
+ return i.v7l($this$flow, $completion);
1169
1650
  };
1170
1651
  l.$arity = 1;
1171
1652
  return l;
@@ -1177,19 +1658,19 @@ function AttoNodeClient$transactionStream$slambda() {
1177
1658
  constructor($this, $urlPath, $search, resultContinuation, $box) {
1178
1659
  if ($box === VOID)
1179
1660
  $box = {};
1180
- $box.k7j_1 = $this;
1181
- $box.l7j_1 = $urlPath;
1182
- $box.m7j_1 = $search;
1661
+ $box.f7m_1 = $this;
1662
+ $box.g7m_1 = $urlPath;
1663
+ $box.h7m_1 = $search;
1183
1664
  super(resultContinuation, $box);
1184
1665
  }
1185
- p7j($this$flow, $completion) {
1186
- var tmp = this.q7j($this$flow, $completion);
1666
+ v7l($this$flow, $completion) {
1667
+ var tmp = this.w7l($this$flow, $completion);
1187
1668
  tmp.cc_1 = Unit_instance;
1188
1669
  tmp.dc_1 = null;
1189
1670
  return tmp.ic();
1190
1671
  }
1191
1672
  kd(p1, $completion) {
1192
- return this.p7j((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1673
+ return this.v7l((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
1193
1674
  }
1194
1675
  ic() {
1195
1676
  var suspendResult = this.cc_1;
@@ -1200,26 +1681,26 @@ function AttoNodeClient$transactionStream$slambda() {
1200
1681
  case 0:
1201
1682
  this.bc_1 = 3;
1202
1683
  this.ac_1 = 1;
1203
- suspendResult = this.k7j_1.v7h_1(this);
1684
+ suspendResult = this.f7m_1.q7j_1(this);
1204
1685
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1205
1686
  return suspendResult;
1206
1687
  }
1207
1688
 
1208
1689
  continue $sm;
1209
1690
  case 1:
1210
- this.o7j_1 = suspendResult;
1691
+ this.j7m_1 = suspendResult;
1211
1692
  this.ac_1 = 2;
1212
1693
  var tmp0 = get_httpClient();
1213
- var urlString = this.k7j_1.u7h_1 + '/' + this.l7j_1;
1694
+ var urlString = this.f7m_1.p7j_1 + '/' + this.g7m_1;
1214
1695
  var builder = new (HttpRequestBuilder())();
1215
- builder.a50_1 = Companion_getInstance_0().n45_1;
1696
+ builder.o50_1 = Companion_getInstance_0().b46_1;
1216
1697
  url(builder, urlString);
1217
1698
  timeout(builder, AttoNodeClient$transactionStream$slambda$lambda);
1218
- headers(builder, AttoNodeClient$transactionStream$slambda$lambda_0(this.o7j_1));
1219
- contentType(builder, Application_getInstance().u3y_1);
1220
- var body = this.m7j_1;
1699
+ headers(builder, AttoNodeClient$transactionStream$slambda$lambda_0(this.j7m_1));
1700
+ contentType(builder, Application_getInstance().i3z_1);
1701
+ var body = this.h7m_1;
1221
1702
  if (body == null) {
1222
- builder.c50_1 = NullBody_instance;
1703
+ builder.q50_1 = NullBody_instance;
1223
1704
  var tmp_0 = PrimitiveClasses_getInstance().wg();
1224
1705
  var tmp_1;
1225
1706
  try {
@@ -1234,13 +1715,13 @@ function AttoNodeClient$transactionStream$slambda() {
1234
1715
  }
1235
1716
  tmp_1 = tmp_2;
1236
1717
  }
1237
- builder.c57(new (TypeInfo())(tmp_0, tmp_1));
1718
+ builder.q57(new (TypeInfo())(tmp_0, tmp_1));
1238
1719
  } else {
1239
1720
  if (body instanceof OutgoingContent()) {
1240
- builder.c50_1 = body;
1241
- builder.c57(null);
1721
+ builder.q50_1 = body;
1722
+ builder.q57(null);
1242
1723
  } else {
1243
- builder.c50_1 = body;
1724
+ builder.q50_1 = body;
1244
1725
  var tmp_3 = PrimitiveClasses_getInstance().wg();
1245
1726
  var tmp_4;
1246
1727
  try {
@@ -1255,12 +1736,12 @@ function AttoNodeClient$transactionStream$slambda() {
1255
1736
  }
1256
1737
  tmp_4 = tmp_5;
1257
1738
  }
1258
- builder.c57(new (TypeInfo())(tmp_3, tmp_4));
1739
+ builder.q57(new (TypeInfo())(tmp_3, tmp_4));
1259
1740
  }
1260
1741
  }
1261
1742
 
1262
1743
  var tmp_6 = new (HttpStatement())(builder, tmp0);
1263
- suspendResult = tmp_6.b61(AttoNodeClient$transactionStream$slambda$slambda_0(this.n7j_1, null), this);
1744
+ suspendResult = tmp_6.p61(AttoNodeClient$transactionStream$slambda$slambda_0(this.i7m_1, null), this);
1264
1745
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1265
1746
  return suspendResult;
1266
1747
  }
@@ -1282,9 +1763,9 @@ function AttoNodeClient$transactionStream$slambda() {
1282
1763
  }
1283
1764
  while (true);
1284
1765
  }
1285
- q7j($this$flow, completion) {
1286
- var i = new (AttoNodeClient$transactionStream$slambda())(this.k7j_1, this.l7j_1, this.m7j_1, completion);
1287
- i.n7j_1 = $this$flow;
1766
+ w7l($this$flow, completion) {
1767
+ var i = new (AttoNodeClient$transactionStream$slambda())(this.f7m_1, this.g7m_1, this.h7m_1, completion);
1768
+ i.i7m_1 = $this$flow;
1288
1769
  return i;
1289
1770
  }
1290
1771
  }
@@ -1296,7 +1777,7 @@ function AttoNodeClient$transactionStream$slambda() {
1296
1777
  function AttoNodeClient$transactionStream$slambda_0($this, $urlPath, $search, resultContinuation) {
1297
1778
  var i = new (AttoNodeClient$transactionStream$slambda())($this, $urlPath, $search, resultContinuation);
1298
1779
  var l = function ($this$flow, $completion) {
1299
- return i.p7j($this$flow, $completion);
1780
+ return i.v7l($this$flow, $completion);
1300
1781
  };
1301
1782
  l.$arity = 1;
1302
1783
  return l;
@@ -1312,9 +1793,9 @@ function AttoNodeClient$now$lambda($headers) {
1312
1793
  var key = element.r1();
1313
1794
  // Inline function 'kotlin.collections.component2' call
1314
1795
  var value = element.s1();
1315
- $this$headers.d3t(key, value);
1796
+ $this$headers.r3t(key, value);
1316
1797
  }
1317
- $this$headers.d3t('Accept', 'application/json');
1798
+ $this$headers.r3t('Accept', 'application/json');
1318
1799
  return Unit_instance;
1319
1800
  };
1320
1801
  }
@@ -1322,7 +1803,7 @@ function AttoNodeClient$now$lambda_0($this$timeout) {
1322
1803
  // Inline function 'kotlin.time.Companion.seconds' call
1323
1804
  Companion_getInstance();
1324
1805
  var tmp$ret$0 = toDuration(10, DurationUnit_SECONDS_getInstance());
1325
- $this$timeout.a5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
1806
+ $this$timeout.o5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
1326
1807
  return Unit_instance;
1327
1808
  }
1328
1809
  function AttoNodeClient$publish$lambda($headers) {
@@ -1336,9 +1817,9 @@ function AttoNodeClient$publish$lambda($headers) {
1336
1817
  var key = element.r1();
1337
1818
  // Inline function 'kotlin.collections.component2' call
1338
1819
  var value = element.s1();
1339
- $this$headers.d3t(key, value);
1820
+ $this$headers.r3t(key, value);
1340
1821
  }
1341
- $this$headers.d3t('Accept', 'application/x-ndjson');
1822
+ $this$headers.r3t('Accept', 'application/x-ndjson');
1342
1823
  return Unit_instance;
1343
1824
  };
1344
1825
  }
@@ -1346,7 +1827,7 @@ function AttoNodeClient$publish$lambda_0($this$timeout) {
1346
1827
  // Inline function 'kotlin.time.Companion.minutes' call
1347
1828
  Companion_getInstance();
1348
1829
  var tmp$ret$0 = toDuration(5, DurationUnit_MINUTES_getInstance());
1349
- $this$timeout.a5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
1830
+ $this$timeout.o5r(_Duration___get_inWholeMilliseconds__impl__msfiry(tmp$ret$0));
1350
1831
  return Unit_instance;
1351
1832
  }
1352
1833
  var $accountCOROUTINE$Class;
@@ -1355,8 +1836,8 @@ function $accountCOROUTINE$() {
1355
1836
  class $ extends CoroutineImpl() {
1356
1837
  constructor(_this__u8e3s4, addresses, resultContinuation) {
1357
1838
  super(resultContinuation);
1358
- this.z7j_1 = _this__u8e3s4;
1359
- this.a7k_1 = addresses;
1839
+ this.s7m_1 = _this__u8e3s4;
1840
+ this.t7m_1 = addresses;
1360
1841
  }
1361
1842
  ic() {
1362
1843
  var suspendResult = this.cc_1;
@@ -1366,37 +1847,37 @@ function $accountCOROUTINE$() {
1366
1847
  switch (tmp) {
1367
1848
  case 0:
1368
1849
  this.bc_1 = 4;
1369
- this.b7k_1 = this.z7j_1.u7h_1 + '/accounts';
1850
+ this.u7m_1 = this.s7m_1.p7j_1 + '/accounts';
1370
1851
  this.ac_1 = 1;
1371
- suspendResult = this.z7j_1.v7h_1(this);
1852
+ suspendResult = this.s7m_1.q7j_1(this);
1372
1853
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1373
1854
  return suspendResult;
1374
1855
  }
1375
1856
 
1376
1857
  continue $sm;
1377
1858
  case 1:
1378
- this.c7k_1 = suspendResult;
1379
- this.d7k_1 = new (AccountSearch())(this.a7k_1);
1859
+ this.v7m_1 = suspendResult;
1860
+ this.w7m_1 = new (AccountSearch())(this.t7m_1);
1380
1861
  var tmp_0 = this;
1381
- tmp_0.e7k_1 = get_httpClient();
1862
+ tmp_0.x7m_1 = get_httpClient();
1382
1863
  var tmp_1 = this;
1383
- tmp_1.f7k_1 = this.b7k_1;
1384
- this.g7k_1 = this.e7k_1;
1385
- this.h7k_1 = this.f7k_1;
1864
+ tmp_1.y7m_1 = this.u7m_1;
1865
+ this.z7m_1 = this.x7m_1;
1866
+ this.a7n_1 = this.y7m_1;
1386
1867
  var tmp_2 = this;
1387
- tmp_2.i7k_1 = this.g7k_1;
1388
- this.j7k_1 = this.i7k_1;
1389
- this.k7k_1 = new (HttpRequestBuilder())();
1390
- this.k7k_1.a50_1 = Companion_getInstance_0().n45_1;
1868
+ tmp_2.b7n_1 = this.z7m_1;
1869
+ this.c7n_1 = this.b7n_1;
1870
+ this.d7n_1 = new (HttpRequestBuilder())();
1871
+ this.d7n_1.o50_1 = Companion_getInstance_0().b46_1;
1391
1872
  var tmp_3 = this;
1392
- tmp_3.l7k_1 = this.j7k_1;
1873
+ tmp_3.e7n_1 = this.c7n_1;
1393
1874
  var tmp_4 = this;
1394
- var this_0 = this.k7k_1;
1395
- url(this_0, this.h7k_1);
1396
- contentType(this_0, Application_getInstance().u3y_1);
1397
- var body = this.d7k_1;
1875
+ var this_0 = this.d7n_1;
1876
+ url(this_0, this.a7n_1);
1877
+ contentType(this_0, Application_getInstance().i3z_1);
1878
+ var body = this.w7m_1;
1398
1879
  if (body == null) {
1399
- this_0.c50_1 = NullBody_instance;
1880
+ this_0.q50_1 = NullBody_instance;
1400
1881
  var tmp_5 = getKClass(AccountSearch());
1401
1882
  var tmp_6;
1402
1883
  try {
@@ -1411,13 +1892,13 @@ function $accountCOROUTINE$() {
1411
1892
  }
1412
1893
  tmp_6 = tmp_7;
1413
1894
  }
1414
- this_0.c57(new (TypeInfo())(tmp_5, tmp_6));
1895
+ this_0.q57(new (TypeInfo())(tmp_5, tmp_6));
1415
1896
  } else {
1416
1897
  if (body instanceof OutgoingContent()) {
1417
- this_0.c50_1 = body;
1418
- this_0.c57(null);
1898
+ this_0.q50_1 = body;
1899
+ this_0.q57(null);
1419
1900
  } else {
1420
- this_0.c50_1 = body;
1901
+ this_0.q50_1 = body;
1421
1902
  var tmp_8 = getKClass(AccountSearch());
1422
1903
  var tmp_9;
1423
1904
  try {
@@ -1432,27 +1913,27 @@ function $accountCOROUTINE$() {
1432
1913
  }
1433
1914
  tmp_9 = tmp_10;
1434
1915
  }
1435
- this_0.c57(new (TypeInfo())(tmp_8, tmp_9));
1916
+ this_0.q57(new (TypeInfo())(tmp_8, tmp_9));
1436
1917
  }
1437
1918
  }
1438
1919
 
1439
- headers(this_0, AttoNodeClient$account$lambda(this.c7k_1));
1920
+ headers(this_0, AttoNodeClient$account$lambda(this.v7m_1));
1440
1921
  timeout(this_0, AttoNodeClient$account$lambda_0);
1441
- tmp_4.m7k_1 = this_0;
1442
- this.n7k_1 = this.l7k_1;
1443
- this.o7k_1 = this.m7k_1;
1922
+ tmp_4.f7n_1 = this_0;
1923
+ this.g7n_1 = this.e7n_1;
1924
+ this.h7n_1 = this.f7n_1;
1444
1925
  this.ac_1 = 2;
1445
- suspendResult = (new (HttpStatement())(this.o7k_1, this.n7k_1)).c61(this);
1926
+ suspendResult = (new (HttpStatement())(this.h7n_1, this.g7n_1)).q61(this);
1446
1927
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1447
1928
  return suspendResult;
1448
1929
  }
1449
1930
 
1450
1931
  continue $sm;
1451
1932
  case 2:
1452
- this.p7k_1 = suspendResult;
1453
- this.q7k_1 = this.p7k_1;
1933
+ this.i7n_1 = suspendResult;
1934
+ this.j7n_1 = this.i7n_1;
1454
1935
  this.ac_1 = 3;
1455
- var tmp_11 = this.q7k_1.x51();
1936
+ var tmp_11 = this.j7n_1.l52();
1456
1937
  var tmp_12 = getKClass(Collection());
1457
1938
  var tmp_13;
1458
1939
  try {
@@ -1468,7 +1949,7 @@ function $accountCOROUTINE$() {
1468
1949
  tmp_13 = tmp_14;
1469
1950
  }
1470
1951
 
1471
- suspendResult = tmp_11.u51(new (TypeInfo())(tmp_12, tmp_13), this);
1952
+ suspendResult = tmp_11.i52(new (TypeInfo())(tmp_12, tmp_13), this);
1472
1953
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1473
1954
  return suspendResult;
1474
1955
  }
@@ -1502,8 +1983,8 @@ function $nowCOROUTINE$() {
1502
1983
  class $ extends CoroutineImpl() {
1503
1984
  constructor(_this__u8e3s4, currentTime, resultContinuation) {
1504
1985
  super(resultContinuation);
1505
- this.z7k_1 = _this__u8e3s4;
1506
- this.a7l_1 = currentTime;
1986
+ this.s7n_1 = _this__u8e3s4;
1987
+ this.t7n_1 = currentTime;
1507
1988
  }
1508
1989
  ic() {
1509
1990
  var suspendResult = this.cc_1;
@@ -1513,55 +1994,55 @@ function $nowCOROUTINE$() {
1513
1994
  switch (tmp) {
1514
1995
  case 0:
1515
1996
  this.bc_1 = 4;
1516
- this.b7l_1 = this.z7k_1.u7h_1 + '/instants/' + this.a7l_1.toString();
1997
+ this.u7n_1 = this.s7n_1.p7j_1 + '/instants/' + this.t7n_1.toString();
1517
1998
  this.ac_1 = 1;
1518
- suspendResult = this.z7k_1.v7h_1(this);
1999
+ suspendResult = this.s7n_1.q7j_1(this);
1519
2000
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1520
2001
  return suspendResult;
1521
2002
  }
1522
2003
 
1523
2004
  continue $sm;
1524
2005
  case 1:
1525
- this.c7l_1 = suspendResult;
2006
+ this.v7n_1 = suspendResult;
1526
2007
  var tmp_0 = this;
1527
- tmp_0.d7l_1 = get_httpClient();
2008
+ tmp_0.w7n_1 = get_httpClient();
1528
2009
  var tmp_1 = this;
1529
- tmp_1.e7l_1 = this.b7l_1;
1530
- this.f7l_1 = this.d7l_1;
1531
- this.g7l_1 = this.e7l_1;
2010
+ tmp_1.x7n_1 = this.u7n_1;
2011
+ this.y7n_1 = this.w7n_1;
2012
+ this.z7n_1 = this.x7n_1;
1532
2013
  var tmp_2 = this;
1533
- tmp_2.h7l_1 = this.f7l_1;
1534
- this.i7l_1 = this.h7l_1;
2014
+ tmp_2.a7o_1 = this.y7n_1;
2015
+ this.b7o_1 = this.a7o_1;
1535
2016
  var tmp_3 = this;
1536
- tmp_3.j7l_1 = this.i7l_1;
2017
+ tmp_3.c7o_1 = this.b7o_1;
1537
2018
  var tmp_4 = this;
1538
2019
  var this_0 = new (HttpRequestBuilder())();
1539
- url(this_0, this.g7l_1);
1540
- contentType(this_0, Application_getInstance().u3y_1);
1541
- headers(this_0, AttoNodeClient$now$lambda(this.c7l_1));
2020
+ url(this_0, this.z7n_1);
2021
+ contentType(this_0, Application_getInstance().i3z_1);
2022
+ headers(this_0, AttoNodeClient$now$lambda(this.v7n_1));
1542
2023
  timeout(this_0, AttoNodeClient$now$lambda_0);
1543
- tmp_4.k7l_1 = this_0;
1544
- this.l7l_1 = this.j7l_1;
1545
- this.m7l_1 = this.k7l_1;
1546
- this.m7l_1.a50_1 = Companion_getInstance_0().m45_1;
2024
+ tmp_4.d7o_1 = this_0;
2025
+ this.e7o_1 = this.c7o_1;
2026
+ this.f7o_1 = this.d7o_1;
2027
+ this.f7o_1.o50_1 = Companion_getInstance_0().a46_1;
1547
2028
  var tmp_5 = this;
1548
- tmp_5.n7l_1 = this.l7l_1;
2029
+ tmp_5.g7o_1 = this.e7o_1;
1549
2030
  var tmp_6 = this;
1550
- tmp_6.o7l_1 = this.m7l_1;
1551
- this.p7l_1 = this.n7l_1;
1552
- this.q7l_1 = this.o7l_1;
2031
+ tmp_6.h7o_1 = this.f7o_1;
2032
+ this.i7o_1 = this.g7o_1;
2033
+ this.j7o_1 = this.h7o_1;
1553
2034
  this.ac_1 = 2;
1554
- suspendResult = (new (HttpStatement())(this.q7l_1, this.p7l_1)).c61(this);
2035
+ suspendResult = (new (HttpStatement())(this.j7o_1, this.i7o_1)).q61(this);
1555
2036
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1556
2037
  return suspendResult;
1557
2038
  }
1558
2039
 
1559
2040
  continue $sm;
1560
2041
  case 2:
1561
- this.r7l_1 = suspendResult;
1562
- this.s7l_1 = this.r7l_1;
2042
+ this.k7o_1 = suspendResult;
2043
+ this.l7o_1 = this.k7o_1;
1563
2044
  this.ac_1 = 3;
1564
- var tmp_7 = this.s7l_1.x51();
2045
+ var tmp_7 = this.l7o_1.l52();
1565
2046
  var tmp_8 = getKClass(TimeDifferenceResponse());
1566
2047
  var tmp_9;
1567
2048
  try {
@@ -1577,7 +2058,7 @@ function $nowCOROUTINE$() {
1577
2058
  tmp_9 = tmp_10;
1578
2059
  }
1579
2060
 
1580
- suspendResult = tmp_7.u51(new (TypeInfo())(tmp_8, tmp_9), this);
2061
+ suspendResult = tmp_7.i52(new (TypeInfo())(tmp_8, tmp_9), this);
1581
2062
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1582
2063
  return suspendResult;
1583
2064
  }
@@ -1611,8 +2092,8 @@ function $publishCOROUTINE$() {
1611
2092
  class $ extends CoroutineImpl() {
1612
2093
  constructor(_this__u8e3s4, transaction, resultContinuation) {
1613
2094
  super(resultContinuation);
1614
- this.b7m_1 = _this__u8e3s4;
1615
- this.c7m_1 = transaction;
2095
+ this.u7o_1 = _this__u8e3s4;
2096
+ this.v7o_1 = transaction;
1616
2097
  }
1617
2098
  ic() {
1618
2099
  var suspendResult = this.cc_1;
@@ -1622,42 +2103,42 @@ function $publishCOROUTINE$() {
1622
2103
  switch (tmp) {
1623
2104
  case 0:
1624
2105
  this.bc_1 = 5;
1625
- this.d7m_1 = this.b7m_1.u7h_1 + '/transactions/stream';
2106
+ this.w7o_1 = this.u7o_1.p7j_1 + '/transactions/stream';
1626
2107
  var tmp_0 = this;
1627
2108
  var tmp0 = Default_getInstance();
1628
- var value = this.c7m_1;
2109
+ var value = this.v7o_1;
1629
2110
  var this_0 = tmp0.yx();
1630
2111
  var this_1 = serializer(this_0, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
1631
- tmp_0.e7m_1 = tmp0.eu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), value);
2112
+ tmp_0.x7o_1 = tmp0.eu(isInterface(this_1, KSerializer()) ? this_1 : THROW_CCE(), value);
1632
2113
  this.ac_1 = 1;
1633
- suspendResult = this.b7m_1.v7h_1(this);
2114
+ suspendResult = this.u7o_1.q7j_1(this);
1634
2115
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1635
2116
  return suspendResult;
1636
2117
  }
1637
2118
 
1638
2119
  continue $sm;
1639
2120
  case 1:
1640
- this.f7m_1 = suspendResult;
2121
+ this.y7o_1 = suspendResult;
1641
2122
  var tmp_1 = this;
1642
- tmp_1.g7m_1 = get_httpClient();
2123
+ tmp_1.z7o_1 = get_httpClient();
1643
2124
  var tmp_2 = this;
1644
- tmp_2.h7m_1 = this.d7m_1;
1645
- this.i7m_1 = this.g7m_1;
1646
- this.j7m_1 = this.h7m_1;
2125
+ tmp_2.a7p_1 = this.w7o_1;
2126
+ this.b7p_1 = this.z7o_1;
2127
+ this.c7p_1 = this.a7p_1;
1647
2128
  var tmp_3 = this;
1648
- tmp_3.k7m_1 = this.i7m_1;
1649
- this.l7m_1 = this.k7m_1;
1650
- this.m7m_1 = new (HttpRequestBuilder())();
1651
- this.m7m_1.a50_1 = Companion_getInstance_0().n45_1;
2129
+ tmp_3.d7p_1 = this.b7p_1;
2130
+ this.e7p_1 = this.d7p_1;
2131
+ this.f7p_1 = new (HttpRequestBuilder())();
2132
+ this.f7p_1.o50_1 = Companion_getInstance_0().b46_1;
1652
2133
  var tmp_4 = this;
1653
- tmp_4.n7m_1 = this.l7m_1;
2134
+ tmp_4.g7p_1 = this.e7p_1;
1654
2135
  var tmp_5 = this;
1655
- var this_2 = this.m7m_1;
1656
- url(this_2, this.j7m_1);
1657
- contentType(this_2, Application_getInstance().u3y_1);
1658
- var body = this.e7m_1;
2136
+ var this_2 = this.f7p_1;
2137
+ url(this_2, this.c7p_1);
2138
+ contentType(this_2, Application_getInstance().i3z_1);
2139
+ var body = this.x7o_1;
1659
2140
  if (body == null) {
1660
- this_2.c50_1 = NullBody_instance;
2141
+ this_2.q50_1 = NullBody_instance;
1661
2142
  var tmp_6 = PrimitiveClasses_getInstance().gh();
1662
2143
  var tmp_7;
1663
2144
  try {
@@ -1672,13 +2153,13 @@ function $publishCOROUTINE$() {
1672
2153
  }
1673
2154
  tmp_7 = tmp_8;
1674
2155
  }
1675
- this_2.c57(new (TypeInfo())(tmp_6, tmp_7));
2156
+ this_2.q57(new (TypeInfo())(tmp_6, tmp_7));
1676
2157
  } else {
1677
2158
  if (body instanceof OutgoingContent()) {
1678
- this_2.c50_1 = body;
1679
- this_2.c57(null);
2159
+ this_2.q50_1 = body;
2160
+ this_2.q57(null);
1680
2161
  } else {
1681
- this_2.c50_1 = body;
2162
+ this_2.q50_1 = body;
1682
2163
  var tmp_9 = PrimitiveClasses_getInstance().gh();
1683
2164
  var tmp_10;
1684
2165
  try {
@@ -1693,42 +2174,42 @@ function $publishCOROUTINE$() {
1693
2174
  }
1694
2175
  tmp_10 = tmp_11;
1695
2176
  }
1696
- this_2.c57(new (TypeInfo())(tmp_9, tmp_10));
2177
+ this_2.q57(new (TypeInfo())(tmp_9, tmp_10));
1697
2178
  }
1698
2179
  }
1699
2180
 
1700
- headers(this_2, AttoNodeClient$publish$lambda(this.f7m_1));
2181
+ headers(this_2, AttoNodeClient$publish$lambda(this.y7o_1));
1701
2182
  timeout(this_2, AttoNodeClient$publish$lambda_0);
1702
- tmp_5.o7m_1 = this_2;
1703
- this.p7m_1 = this.n7m_1;
1704
- this.q7m_1 = this.o7m_1;
2183
+ tmp_5.h7p_1 = this_2;
2184
+ this.i7p_1 = this.g7p_1;
2185
+ this.j7p_1 = this.h7p_1;
1705
2186
  this.ac_1 = 2;
1706
- suspendResult = (new (HttpStatement())(this.q7m_1, this.p7m_1)).c61(this);
2187
+ suspendResult = (new (HttpStatement())(this.j7p_1, this.i7p_1)).q61(this);
1707
2188
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1708
2189
  return suspendResult;
1709
2190
  }
1710
2191
 
1711
2192
  continue $sm;
1712
2193
  case 2:
1713
- this.r7m_1 = suspendResult;
2194
+ this.k7p_1 = suspendResult;
1714
2195
  this.ac_1 = 3;
1715
- suspendResult = bodyAsChannel(this.r7m_1, this);
2196
+ suspendResult = bodyAsChannel(this.k7p_1, this);
1716
2197
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1717
2198
  return suspendResult;
1718
2199
  }
1719
2200
 
1720
2201
  continue $sm;
1721
2202
  case 3:
1722
- this.s7m_1 = suspendResult;
2203
+ this.l7p_1 = suspendResult;
1723
2204
  this.ac_1 = 4;
1724
- suspendResult = readUTF8Line(this.s7m_1, VOID, this);
2205
+ suspendResult = readUTF8Line(this.l7p_1, VOID, this);
1725
2206
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1726
2207
  return suspendResult;
1727
2208
  }
1728
2209
 
1729
2210
  continue $sm;
1730
2211
  case 4:
1731
- cancel(this.s7m_1);
2212
+ cancel(this.l7p_1);
1732
2213
  return Unit_instance;
1733
2214
  case 5:
1734
2215
  throw this.dc_1;
@@ -1762,62 +2243,74 @@ function AttoNodeClient() {
1762
2243
  tmp = headerProvider;
1763
2244
  }
1764
2245
  headerProvider = tmp;
1765
- this.t7h_1 = network;
1766
- this.u7h_1 = baseUrl;
1767
- this.v7h_1 = headerProvider;
2246
+ this.o7j_1 = network;
2247
+ this.p7j_1 = baseUrl;
2248
+ this.q7j_1 = headerProvider;
1768
2249
  var tmp_0 = this;
1769
2250
  var tmp_1 = KotlinLogging_instance;
1770
- tmp_0.w7h_1 = tmp_1.y6r(AttoNodeClient$logger$lambda);
2251
+ tmp_0.r7j_1 = tmp_1.m6s(AttoNodeClient$logger$lambda);
1771
2252
  var tmp_2 = this;
1772
2253
  // Inline function 'kotlin.time.Companion.seconds' call
1773
2254
  Companion_getInstance();
1774
- tmp_2.x7h_1 = toDuration(10, DurationUnit_SECONDS_getInstance());
2255
+ tmp_2.s7j_1 = toDuration(10, DurationUnit_SECONDS_getInstance());
1775
2256
  }
1776
- r2v() {
1777
- return this.t7h_1;
2257
+ f2w() {
2258
+ return this.o7j_1;
1778
2259
  }
1779
- m6t(addresses, $completion) {
2260
+ a6u(addresses, $completion) {
1780
2261
  var tmp = new ($accountCOROUTINE$())(this, addresses, $completion);
1781
2262
  tmp.cc_1 = Unit_instance;
1782
2263
  tmp.dc_1 = null;
1783
2264
  return tmp.ic();
1784
2265
  }
1785
- n6t(addresses) {
2266
+ b6u(addresses) {
1786
2267
  var tmp2 = 'accounts/stream';
1787
2268
  // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
1788
2269
  var search = new (AccountSearch())(addresses);
1789
2270
  return flow(AttoNodeClient$accountStream$slambda_0(this, tmp2, search, null));
1790
2271
  }
1791
- o6t(addresses) {
2272
+ c6u(addresses) {
1792
2273
  var tmp2 = 'accounts/receivables/stream';
1793
2274
  // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
1794
2275
  var search = new (AccountSearch())(addresses);
1795
2276
  return flow(AttoNodeClient$receivableStream$slambda_0(this, tmp2, search, null));
1796
2277
  }
1797
- p6t(search) {
2278
+ d6u(hash, $completion) {
2279
+ // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
2280
+ var urlPath = 'accounts/entries/' + hash.toString() + '/stream';
2281
+ var tmp$ret$0 = flow(AttoNodeClient$accountEntry$slambda_0(this, urlPath, null));
2282
+ return first(tmp$ret$0, $completion);
2283
+ }
2284
+ e6u(search) {
1798
2285
  // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
1799
2286
  var urlPath = 'accounts/entries/stream';
1800
2287
  return flow(AttoNodeClient$accountEntryStream$slambda_0(this, urlPath, search, null));
1801
2288
  }
1802
- q6t(search) {
2289
+ f6u(hash, $completion) {
2290
+ // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
2291
+ var urlPath = 'transactions/' + hash.toString() + '/stream';
2292
+ var tmp$ret$0 = flow(AttoNodeClient$transaction$slambda_0(this, urlPath, null));
2293
+ return first(tmp$ret$0, $completion);
2294
+ }
2295
+ g6u(search) {
1803
2296
  // Inline function 'cash.atto.commons.node.AttoNodeClient.fetchStream' call
1804
2297
  var urlPath = 'accounts/transactions/stream';
1805
2298
  return flow(AttoNodeClient$transactionStream$slambda_0(this, urlPath, search, null));
1806
2299
  }
1807
- l6t(currentTime, $completion) {
2300
+ z6t(currentTime, $completion) {
1808
2301
  var tmp = new ($nowCOROUTINE$())(this, currentTime, $completion);
1809
2302
  tmp.cc_1 = Unit_instance;
1810
2303
  tmp.dc_1 = null;
1811
2304
  return tmp.ic();
1812
2305
  }
1813
- s6t(transaction, $completion) {
2306
+ i6u(transaction, $completion) {
1814
2307
  var tmp = new ($publishCOROUTINE$())(this, transaction, $completion);
1815
2308
  tmp.cc_1 = Unit_instance;
1816
2309
  tmp.dc_1 = null;
1817
2310
  return tmp.ic();
1818
2311
  }
1819
2312
  }
1820
- protoOf($).r6t = now;
2313
+ protoOf($).h6u = now;
1821
2314
  initMetadataForClass($, 'AttoNodeClient', VOID, VOID, [AttoNodeOperations()], [1, 0]);
1822
2315
  AttoNodeClientClass = $;
1823
2316
  }
@@ -1826,9 +2319,9 @@ function AttoNodeClient() {
1826
2319
  function httpClient$lambda($this$HttpClient) {
1827
2320
  _init_properties_AttoNodeClient_kt__8ntoo5();
1828
2321
  var tmp = get_ContentNegotiation();
1829
- $this$HttpClient.i51(tmp, httpClient$lambda$lambda);
1830
- $this$HttpClient.v50(get_HttpTimeout());
1831
- $this$HttpClient.t50_1 = true;
2322
+ $this$HttpClient.w51(tmp, httpClient$lambda$lambda);
2323
+ $this$HttpClient.j51(get_HttpTimeout());
2324
+ $this$HttpClient.h51_1 = true;
1832
2325
  return Unit_instance;
1833
2326
  }
1834
2327
  function httpClient$lambda$lambda($this$install) {
@@ -1838,7 +2331,7 @@ function httpClient$lambda$lambda($this$install) {
1838
2331
  }
1839
2332
  function httpClient$lambda$lambda$lambda($this$Json) {
1840
2333
  _init_properties_AttoNodeClient_kt__8ntoo5();
1841
- $this$Json.s6g_1 = true;
2334
+ $this$Json.g6h_1 = true;
1842
2335
  return Unit_instance;
1843
2336
  }
1844
2337
  var properties_initialized_AttoNodeClient_kt_gttly5;