@attocash/commons-test 6.0.0 → 6.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 (517) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +4 -4
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +4 -4
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +6 -6
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +3 -3
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +3 -3
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +3 -3
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +1 -1
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +73 -73
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +5 -5
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +5 -5
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +16 -16
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +5 -5
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  21. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +57 -57
  22. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  23. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +65 -65
  24. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  25. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +7 -7
  26. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  27. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +3 -3
  28. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +7 -7
  29. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  30. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +274 -274
  31. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  32. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +6 -6
  33. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +6 -6
  34. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  35. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +3 -3
  36. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +6 -6
  37. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  38. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +7 -7
  39. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  40. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +13 -13
  41. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  42. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +2 -2
  43. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +1 -1
  44. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +6 -6
  45. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  46. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +53 -53
  47. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  48. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +3 -3
  49. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +6 -6
  50. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  51. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +27 -27
  52. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  53. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +7 -7
  54. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  55. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +41 -41
  56. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  57. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +6 -6
  58. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  59. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +5 -5
  60. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  61. package/commons-commons-core/cash/atto/commons/Extensions.mjs +2 -2
  62. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +66 -66
  63. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +85 -85
  64. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  65. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +52 -25
  66. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  67. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +9 -9
  68. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  69. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +1 -1
  70. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +5 -5
  71. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +9 -9
  72. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  73. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +1 -1
  74. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +13 -13
  75. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +9 -9
  76. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  77. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +1 -1
  78. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +389 -642
  79. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  80. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +1 -1
  81. package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
  82. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +1 -1
  83. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
  84. package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +1 -1
  85. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +1 -1
  86. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
  87. package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +1 -1
  88. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +2 -2
  89. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +18 -18
  90. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  91. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +9 -9
  92. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
  93. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +40 -40
  94. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  95. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +1 -1
  96. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +31 -25
  97. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  98. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  99. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  100. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  101. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  102. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +8 -8
  103. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  104. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
  105. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  106. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
  107. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  108. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
  109. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  110. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +168 -168
  111. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  112. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
  113. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  114. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
  115. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  116. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +3 -3
  117. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  118. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
  119. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  120. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
  121. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  122. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  123. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  124. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +5 -5
  125. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  126. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
  127. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  128. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
  129. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  130. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
  131. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  132. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
  133. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  134. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
  135. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  136. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
  137. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  138. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
  139. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  140. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
  141. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +92 -92
  142. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  143. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
  144. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  145. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +315 -315
  146. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  147. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
  148. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  149. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +5 -5
  150. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  151. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  152. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  153. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +4 -4
  154. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  155. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +435 -435
  156. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  157. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
  158. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +19 -19
  159. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  160. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  161. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  162. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +16 -16
  163. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
  164. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  165. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +12 -12
  166. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
  167. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
  168. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
  169. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
  170. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
  171. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
  172. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
  173. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
  174. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  175. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +24 -24
  176. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
  177. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  178. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
  179. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
  180. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  181. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
  182. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  183. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
  184. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  185. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  186. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
  187. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
  188. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  189. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
  190. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  191. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  192. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
  193. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  194. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
  195. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
  196. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
  197. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  198. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
  199. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
  200. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
  201. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  202. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  203. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  204. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  205. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  206. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
  207. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  208. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
  209. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  210. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
  211. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  212. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +50 -50
  213. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  214. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
  215. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  216. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  217. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  218. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  219. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +187 -187
  220. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  221. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  222. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  223. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
  224. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  225. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  226. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  227. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  228. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  229. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
  230. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  231. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
  232. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  233. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +39 -39
  234. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  235. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +18 -18
  236. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  237. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
  238. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  239. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
  240. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  241. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  242. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
  243. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  244. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  245. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  246. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
  247. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  248. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +65 -65
  249. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  250. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
  251. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  252. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +65 -65
  253. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  254. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
  255. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  256. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  257. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  258. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +26 -26
  259. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  260. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
  261. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  262. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
  263. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  264. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +231 -231
  265. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  266. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
  267. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  268. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
  269. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  270. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
  271. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  272. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
  273. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  274. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
  275. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  276. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
  277. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  278. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
  279. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  280. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +5 -5
  281. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  282. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
  283. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  284. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
  285. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  286. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
  287. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  288. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
  289. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  290. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
  291. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  292. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +106 -106
  293. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  294. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +90 -90
  295. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  296. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
  297. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  298. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
  299. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  300. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  301. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
  302. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  303. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  304. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +69 -69
  305. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  306. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +151 -151
  307. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  308. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  309. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  310. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  311. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  312. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  313. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  314. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  315. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  316. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +20 -20
  317. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  318. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +39 -39
  319. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  320. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +16 -16
  321. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  322. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
  323. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  324. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  325. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
  326. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
  327. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  328. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  329. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
  330. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  331. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +139 -139
  332. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  333. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  334. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
  335. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  336. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
  337. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  338. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +70 -70
  339. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  340. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
  341. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  342. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  343. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  344. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  345. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  346. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +48 -48
  347. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  348. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +49 -49
  349. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  350. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  351. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +22 -22
  352. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
  353. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  354. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +22 -22
  355. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  356. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  357. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  358. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  359. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  360. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
  361. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  362. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +16 -16
  363. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
  364. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
  365. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  366. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
  367. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  368. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
  369. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +66 -66
  370. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  371. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +75 -75
  372. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  373. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
  374. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
  375. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
  376. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  377. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +108 -108
  378. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  379. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +52 -52
  380. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
  381. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  382. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
  383. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  384. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
  385. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  386. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
  387. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  388. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  389. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
  390. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  391. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  392. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +48 -48
  393. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  394. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  395. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  396. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  397. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +56 -56
  398. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  399. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  400. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  401. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
  402. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  403. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +9 -9
  404. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  405. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
  406. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  407. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
  408. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  409. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  410. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  411. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
  412. package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
  413. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  414. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  415. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  416. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  417. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  418. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
  419. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  420. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  421. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
  422. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  423. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
  424. package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
  425. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
  426. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  427. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  428. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  429. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +15 -15
  430. package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
  431. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  432. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  433. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  434. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  435. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  436. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  437. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  438. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +88 -88
  439. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
  440. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
  441. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  442. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
  443. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  444. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  445. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
  446. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  447. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  448. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +126 -126
  449. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  450. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  451. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
  452. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  453. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +60 -60
  454. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
  455. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
  456. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  457. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  458. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  459. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
  460. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  461. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
  462. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  463. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  464. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  465. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  466. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  467. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  468. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  469. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  470. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  471. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
  472. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  473. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  474. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  475. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
  476. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  477. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +3 -3
  478. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  479. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  480. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
  481. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +36 -36
  482. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  483. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
  484. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  485. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
  486. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  487. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  488. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +36 -36
  489. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
  490. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  491. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
  492. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  493. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +79 -79
  494. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  495. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  496. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
  497. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  498. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  499. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
  500. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  501. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  502. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
  503. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  504. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  505. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  506. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  507. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  508. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  509. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
  510. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  511. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  512. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +16 -16
  513. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
  514. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  515. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
  516. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
  517. package/package.json +1 -1
@@ -254,7 +254,7 @@ function Companion_0() {
254
254
  fromBuffer(serializedBlock) {
255
255
  // Inline function 'kotlin.let' call
256
256
  var it = new (Buffer())();
257
- serializedBlock.i1l(it, 0n, 1n);
257
+ serializedBlock.y2h(it, 0n, 1n);
258
258
  var type = readAttoBlockType(it);
259
259
  var tmp;
260
260
  switch (type.v3_1) {
@@ -278,7 +278,7 @@ function Companion_0() {
278
278
  }
279
279
  return tmp;
280
280
  }
281
- p3q() {
281
+ q1g() {
282
282
  var tmp = getKClass(AttoBlock());
283
283
  // Inline function 'kotlin.arrayOf' call
284
284
  // Inline function 'kotlin.js.unsafeCast' call
@@ -292,10 +292,10 @@ function Companion_0() {
292
292
  // Inline function 'kotlin.js.unsafeCast' call
293
293
  // Inline function 'kotlin.js.asDynamic' call
294
294
  var tmp$ret$8 = [];
295
- return SealedClassSerializer().f1u('cash.atto.commons.AttoBlock', tmp, tmp_0, tmp_1, tmp$ret$8);
295
+ return SealedClassSerializer().ut('cash.atto.commons.AttoBlock', tmp, tmp_0, tmp_1, tmp$ret$8);
296
296
  }
297
- b26(typeParamsSerializers) {
298
- return this.p3q();
297
+ q15(typeParamsSerializers) {
298
+ return this.q1g();
299
299
  }
300
300
  }
301
301
  initMetadataForCompanion($, VOID, [SerializerFactory()]);
@@ -412,10 +412,10 @@ function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99() {
412
412
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
413
413
  }
414
414
  function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_0() {
415
- return Companion_getInstance_2().p3q();
415
+ return Companion_getInstance_2().q1g();
416
416
  }
417
417
  function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_1() {
418
- return Companion_getInstance_2().p3q();
418
+ return Companion_getInstance_2().q1g();
419
419
  }
420
420
  var CompanionClass_1;
421
421
  function Companion_1() {
@@ -444,7 +444,7 @@ function Companion_1() {
444
444
  }
445
445
  return new (AttoSendBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoHeight(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoAmount(serializedBlock));
446
446
  }
447
- p3q() {
447
+ q1g() {
448
448
  return $serializer_getInstance();
449
449
  }
450
450
  }
@@ -466,44 +466,44 @@ function $serializer() {
466
466
  constructor() {
467
467
  $serializer_instance = this;
468
468
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('SEND', this, 13);
469
- tmp0_serialDesc.a25('network', false);
470
- tmp0_serialDesc.a25('version', false);
471
- tmp0_serialDesc.a25('algorithm', false);
472
- tmp0_serialDesc.a25('publicKey', false);
473
- tmp0_serialDesc.a25('height', false);
474
- tmp0_serialDesc.a25('balance', false);
475
- tmp0_serialDesc.a25('timestamp', false);
476
- tmp0_serialDesc.a25('previous', false);
477
- tmp0_serialDesc.a25('receiverAlgorithm', false);
478
- tmp0_serialDesc.a25('receiverPublicKey', false);
479
- tmp0_serialDesc.a25('amount', false);
480
- tmp0_serialDesc.a25('address', true);
481
- tmp0_serialDesc.a25('receiverAddress', true);
469
+ tmp0_serialDesc.p14('network', false);
470
+ tmp0_serialDesc.p14('version', false);
471
+ tmp0_serialDesc.p14('algorithm', false);
472
+ tmp0_serialDesc.p14('publicKey', false);
473
+ tmp0_serialDesc.p14('height', false);
474
+ tmp0_serialDesc.p14('balance', false);
475
+ tmp0_serialDesc.p14('timestamp', false);
476
+ tmp0_serialDesc.p14('previous', false);
477
+ tmp0_serialDesc.p14('receiverAlgorithm', false);
478
+ tmp0_serialDesc.p14('receiverPublicKey', false);
479
+ tmp0_serialDesc.p14('amount', false);
480
+ tmp0_serialDesc.p14('address', true);
481
+ tmp0_serialDesc.p14('receiverAddress', true);
482
482
  this.f4n_1 = tmp0_serialDesc;
483
483
  }
484
484
  g4n(encoder, value) {
485
485
  var tmp0_desc = this.f4n_1;
486
- var tmp1_output = encoder.m1x(tmp0_desc);
486
+ var tmp1_output = encoder.bx(tmp0_desc);
487
487
  var tmp2_cached = Companion_getInstance_5().t4m_1;
488
- tmp1_output.d1z(tmp0_desc, 0, tmp2_cached[0].z1(), value.h4n_1);
489
- tmp1_output.d1z(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.i4n_1);
490
- tmp1_output.d1z(tmp0_desc, 2, tmp2_cached[2].z1(), value.j4n_1);
491
- tmp1_output.d1z(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.k4n_1);
492
- tmp1_output.d1z(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.l4n_1);
493
- tmp1_output.d1z(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.m4n_1);
494
- tmp1_output.d1z(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.n4n_1);
495
- tmp1_output.d1z(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.o4n_1);
496
- tmp1_output.d1z(tmp0_desc, 8, tmp2_cached[8].z1(), value.receiverAlgorithm);
497
- tmp1_output.d1z(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.receiverPublicKey);
498
- tmp1_output.d1z(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), value.amount);
499
- tmp1_output.d1z(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.r4n_1);
500
- tmp1_output.d1z(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.receiverAddress);
501
- tmp1_output.n1x(tmp0_desc);
502
- }
503
- a1t(encoder, value) {
488
+ tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.h4n_1);
489
+ tmp1_output.sy(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.i4n_1);
490
+ tmp1_output.sy(tmp0_desc, 2, tmp2_cached[2].z1(), value.j4n_1);
491
+ tmp1_output.sy(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.k4n_1);
492
+ tmp1_output.sy(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.l4n_1);
493
+ tmp1_output.sy(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.m4n_1);
494
+ tmp1_output.sy(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.n4n_1);
495
+ tmp1_output.sy(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.o4n_1);
496
+ tmp1_output.sy(tmp0_desc, 8, tmp2_cached[8].z1(), value.receiverAlgorithm);
497
+ tmp1_output.sy(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.receiverPublicKey);
498
+ tmp1_output.sy(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), value.amount);
499
+ tmp1_output.sy(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.r4n_1);
500
+ tmp1_output.sy(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.receiverAddress);
501
+ tmp1_output.cx(tmp0_desc);
502
+ }
503
+ ps(encoder, value) {
504
504
  return this.g4n(encoder, value instanceof AttoSendBlock() ? value : THROW_CCE());
505
505
  }
506
- b1t(decoder) {
506
+ qs(decoder) {
507
507
  var tmp0_desc = this.f4n_1;
508
508
  var tmp1_flag = true;
509
509
  var tmp2_index = 0;
@@ -521,105 +521,105 @@ function $serializer() {
521
521
  var tmp14_local10 = null;
522
522
  var tmp15_local11 = null;
523
523
  var tmp16_local12 = null;
524
- var tmp19_input = decoder.m1x(tmp0_desc);
524
+ var tmp19_input = decoder.bx(tmp0_desc);
525
525
  var tmp20_cached = Companion_getInstance_5().t4m_1;
526
- if (tmp19_input.b1y()) {
527
- tmp4_local0 = tmp19_input.y1x(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
526
+ if (tmp19_input.qx()) {
527
+ tmp4_local0 = tmp19_input.nx(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
528
528
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
529
- tmp5_local1 = tmp19_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
529
+ tmp5_local1 = tmp19_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
530
530
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
531
- tmp6_local2 = tmp19_input.y1x(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
531
+ tmp6_local2 = tmp19_input.nx(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
532
532
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
533
- tmp7_local3 = tmp19_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
533
+ tmp7_local3 = tmp19_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
534
534
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
535
- tmp8_local4 = tmp19_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
535
+ tmp8_local4 = tmp19_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
536
536
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
537
- tmp9_local5 = tmp19_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
537
+ tmp9_local5 = tmp19_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
538
538
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
539
- tmp10_local6 = tmp19_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
539
+ tmp10_local6 = tmp19_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
540
540
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
541
- tmp11_local7 = tmp19_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
541
+ tmp11_local7 = tmp19_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
542
542
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
543
- tmp12_local8 = tmp19_input.y1x(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
543
+ tmp12_local8 = tmp19_input.nx(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
544
544
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
545
- tmp13_local9 = tmp19_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
545
+ tmp13_local9 = tmp19_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
546
546
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
547
- tmp14_local10 = tmp19_input.y1x(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
547
+ tmp14_local10 = tmp19_input.nx(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
548
548
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
549
- tmp15_local11 = tmp19_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
549
+ tmp15_local11 = tmp19_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
550
550
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
551
- tmp16_local12 = tmp19_input.y1x(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
551
+ tmp16_local12 = tmp19_input.nx(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
552
552
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
553
553
  } else
554
554
  while (tmp1_flag) {
555
- tmp2_index = tmp19_input.c1y(tmp0_desc);
555
+ tmp2_index = tmp19_input.rx(tmp0_desc);
556
556
  switch (tmp2_index) {
557
557
  case -1:
558
558
  tmp1_flag = false;
559
559
  break;
560
560
  case 0:
561
- tmp4_local0 = tmp19_input.y1x(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
561
+ tmp4_local0 = tmp19_input.nx(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
562
562
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
563
563
  break;
564
564
  case 1:
565
- tmp5_local1 = tmp19_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
565
+ tmp5_local1 = tmp19_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
566
566
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
567
567
  break;
568
568
  case 2:
569
- tmp6_local2 = tmp19_input.y1x(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
569
+ tmp6_local2 = tmp19_input.nx(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
570
570
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
571
571
  break;
572
572
  case 3:
573
- tmp7_local3 = tmp19_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
573
+ tmp7_local3 = tmp19_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
574
574
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
575
575
  break;
576
576
  case 4:
577
- tmp8_local4 = tmp19_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
577
+ tmp8_local4 = tmp19_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
578
578
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
579
579
  break;
580
580
  case 5:
581
- tmp9_local5 = tmp19_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
581
+ tmp9_local5 = tmp19_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
582
582
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
583
583
  break;
584
584
  case 6:
585
- tmp10_local6 = tmp19_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
585
+ tmp10_local6 = tmp19_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
586
586
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
587
587
  break;
588
588
  case 7:
589
- tmp11_local7 = tmp19_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
589
+ tmp11_local7 = tmp19_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
590
590
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
591
591
  break;
592
592
  case 8:
593
- tmp12_local8 = tmp19_input.y1x(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
593
+ tmp12_local8 = tmp19_input.nx(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
594
594
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
595
595
  break;
596
596
  case 9:
597
- tmp13_local9 = tmp19_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
597
+ tmp13_local9 = tmp19_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
598
598
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
599
599
  break;
600
600
  case 10:
601
- tmp14_local10 = tmp19_input.y1x(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
601
+ tmp14_local10 = tmp19_input.nx(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
602
602
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
603
603
  break;
604
604
  case 11:
605
- tmp15_local11 = tmp19_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
605
+ tmp15_local11 = tmp19_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
606
606
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
607
607
  break;
608
608
  case 12:
609
- tmp16_local12 = tmp19_input.y1x(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
609
+ tmp16_local12 = tmp19_input.nx(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
610
610
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
611
611
  break;
612
612
  default:
613
- throw UnknownFieldException().v1u(tmp2_index);
613
+ throw UnknownFieldException().ku(tmp2_index);
614
614
  }
615
615
  }
616
- tmp19_input.n1x(tmp0_desc);
616
+ tmp19_input.cx(tmp0_desc);
617
617
  return AttoSendBlock().s4n(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, null);
618
618
  }
619
- z1s() {
619
+ os() {
620
620
  return this.f4n_1;
621
621
  }
622
- p25() {
622
+ e15() {
623
623
  var tmp0_cached = Companion_getInstance_5().t4m_1;
624
624
  // Inline function 'kotlin.arrayOf' call
625
625
  // Inline function 'kotlin.js.unsafeCast' call
@@ -627,7 +627,7 @@ function $serializer() {
627
627
  return [tmp0_cached[0].z1(), AttoVersionSerializer_getInstance(), tmp0_cached[2].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
628
628
  }
629
629
  }
630
- protoOf($).q25 = typeParametersSerializers;
630
+ protoOf($).f15 = typeParametersSerializers;
631
631
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
632
632
  $serializerClass = $;
633
633
  }
@@ -674,7 +674,7 @@ function AttoSendBlock() {
674
674
  v4j() {
675
675
  return this.h4n_1;
676
676
  }
677
- l37() {
677
+ l3i() {
678
678
  return this.i4n_1;
679
679
  }
680
680
  w4j() {
@@ -887,7 +887,7 @@ function AttoSendBlock() {
887
887
  return this.v4j();
888
888
  }
889
889
  get version() {
890
- return this.l37();
890
+ return this.l3i();
891
891
  }
892
892
  get algorithm() {
893
893
  return this.w4j();
@@ -927,10 +927,10 @@ function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u() {
927
927
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
928
928
  }
929
929
  function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_0() {
930
- return Companion_getInstance_2().p3q();
930
+ return Companion_getInstance_2().q1g();
931
931
  }
932
932
  function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_1() {
933
- return Companion_getInstance_2().p3q();
933
+ return Companion_getInstance_2().q1g();
934
934
  }
935
935
  var CompanionClass_2;
936
936
  function Companion_2() {
@@ -959,7 +959,7 @@ function Companion_2() {
959
959
  }
960
960
  return new (AttoReceiveBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoHeight(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoHash(serializedBlock));
961
961
  }
962
- p3q() {
962
+ q1g() {
963
963
  return $serializer_getInstance_0();
964
964
  }
965
965
  }
@@ -981,40 +981,40 @@ function $serializer_0() {
981
981
  constructor() {
982
982
  $serializer_instance_0 = this;
983
983
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('RECEIVE', this, 11);
984
- tmp0_serialDesc.a25('network', false);
985
- tmp0_serialDesc.a25('version', false);
986
- tmp0_serialDesc.a25('algorithm', false);
987
- tmp0_serialDesc.a25('publicKey', false);
988
- tmp0_serialDesc.a25('height', false);
989
- tmp0_serialDesc.a25('balance', false);
990
- tmp0_serialDesc.a25('timestamp', false);
991
- tmp0_serialDesc.a25('previous', false);
992
- tmp0_serialDesc.a25('sendHashAlgorithm', false);
993
- tmp0_serialDesc.a25('sendHash', false);
994
- tmp0_serialDesc.a25('address', true);
984
+ tmp0_serialDesc.p14('network', false);
985
+ tmp0_serialDesc.p14('version', false);
986
+ tmp0_serialDesc.p14('algorithm', false);
987
+ tmp0_serialDesc.p14('publicKey', false);
988
+ tmp0_serialDesc.p14('height', false);
989
+ tmp0_serialDesc.p14('balance', false);
990
+ tmp0_serialDesc.p14('timestamp', false);
991
+ tmp0_serialDesc.p14('previous', false);
992
+ tmp0_serialDesc.p14('sendHashAlgorithm', false);
993
+ tmp0_serialDesc.p14('sendHash', false);
994
+ tmp0_serialDesc.p14('address', true);
995
995
  this.z4n_1 = tmp0_serialDesc;
996
996
  }
997
997
  a4o(encoder, value) {
998
998
  var tmp0_desc = this.z4n_1;
999
- var tmp1_output = encoder.m1x(tmp0_desc);
999
+ var tmp1_output = encoder.bx(tmp0_desc);
1000
1000
  var tmp2_cached = Companion_getInstance_6().v4m_1;
1001
- tmp1_output.d1z(tmp0_desc, 0, tmp2_cached[0].z1(), value.b4o_1);
1002
- tmp1_output.d1z(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.c4o_1);
1003
- tmp1_output.d1z(tmp0_desc, 2, tmp2_cached[2].z1(), value.d4o_1);
1004
- tmp1_output.d1z(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.e4o_1);
1005
- tmp1_output.d1z(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.f4o_1);
1006
- tmp1_output.d1z(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.g4o_1);
1007
- tmp1_output.d1z(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.h4o_1);
1008
- tmp1_output.d1z(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.i4o_1);
1009
- tmp1_output.d1z(tmp0_desc, 8, tmp2_cached[8].z1(), value.j4o_1);
1010
- tmp1_output.d1z(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), value.k4o_1);
1011
- tmp1_output.d1z(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.n4o_1);
1012
- tmp1_output.n1x(tmp0_desc);
1013
- }
1014
- a1t(encoder, value) {
1001
+ tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.b4o_1);
1002
+ tmp1_output.sy(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.c4o_1);
1003
+ tmp1_output.sy(tmp0_desc, 2, tmp2_cached[2].z1(), value.d4o_1);
1004
+ tmp1_output.sy(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.e4o_1);
1005
+ tmp1_output.sy(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.f4o_1);
1006
+ tmp1_output.sy(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.g4o_1);
1007
+ tmp1_output.sy(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.h4o_1);
1008
+ tmp1_output.sy(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.i4o_1);
1009
+ tmp1_output.sy(tmp0_desc, 8, tmp2_cached[8].z1(), value.j4o_1);
1010
+ tmp1_output.sy(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), value.k4o_1);
1011
+ tmp1_output.sy(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.n4o_1);
1012
+ tmp1_output.cx(tmp0_desc);
1013
+ }
1014
+ ps(encoder, value) {
1015
1015
  return this.a4o(encoder, value instanceof AttoReceiveBlock() ? value : THROW_CCE());
1016
1016
  }
1017
- b1t(decoder) {
1017
+ qs(decoder) {
1018
1018
  var tmp0_desc = this.z4n_1;
1019
1019
  var tmp1_flag = true;
1020
1020
  var tmp2_index = 0;
@@ -1030,93 +1030,93 @@ function $serializer_0() {
1030
1030
  var tmp12_local8 = null;
1031
1031
  var tmp13_local9 = null;
1032
1032
  var tmp14_local10 = null;
1033
- var tmp17_input = decoder.m1x(tmp0_desc);
1033
+ var tmp17_input = decoder.bx(tmp0_desc);
1034
1034
  var tmp18_cached = Companion_getInstance_6().v4m_1;
1035
- if (tmp17_input.b1y()) {
1036
- tmp4_local0 = tmp17_input.y1x(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1035
+ if (tmp17_input.qx()) {
1036
+ tmp4_local0 = tmp17_input.nx(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1037
1037
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1038
- tmp5_local1 = tmp17_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1038
+ tmp5_local1 = tmp17_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1039
1039
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1040
- tmp6_local2 = tmp17_input.y1x(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1040
+ tmp6_local2 = tmp17_input.nx(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1041
1041
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1042
- tmp7_local3 = tmp17_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1042
+ tmp7_local3 = tmp17_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1043
1043
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1044
- tmp8_local4 = tmp17_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1044
+ tmp8_local4 = tmp17_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1045
1045
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1046
- tmp9_local5 = tmp17_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1046
+ tmp9_local5 = tmp17_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1047
1047
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1048
- tmp10_local6 = tmp17_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1048
+ tmp10_local6 = tmp17_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1049
1049
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1050
- tmp11_local7 = tmp17_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1050
+ tmp11_local7 = tmp17_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1051
1051
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1052
- tmp12_local8 = tmp17_input.y1x(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1052
+ tmp12_local8 = tmp17_input.nx(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1053
1053
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1054
- tmp13_local9 = tmp17_input.y1x(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1054
+ tmp13_local9 = tmp17_input.nx(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1055
1055
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1056
- tmp14_local10 = tmp17_input.y1x(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1056
+ tmp14_local10 = tmp17_input.nx(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1057
1057
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1058
1058
  } else
1059
1059
  while (tmp1_flag) {
1060
- tmp2_index = tmp17_input.c1y(tmp0_desc);
1060
+ tmp2_index = tmp17_input.rx(tmp0_desc);
1061
1061
  switch (tmp2_index) {
1062
1062
  case -1:
1063
1063
  tmp1_flag = false;
1064
1064
  break;
1065
1065
  case 0:
1066
- tmp4_local0 = tmp17_input.y1x(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1066
+ tmp4_local0 = tmp17_input.nx(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1067
1067
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1068
1068
  break;
1069
1069
  case 1:
1070
- tmp5_local1 = tmp17_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1070
+ tmp5_local1 = tmp17_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1071
1071
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1072
1072
  break;
1073
1073
  case 2:
1074
- tmp6_local2 = tmp17_input.y1x(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1074
+ tmp6_local2 = tmp17_input.nx(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1075
1075
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1076
1076
  break;
1077
1077
  case 3:
1078
- tmp7_local3 = tmp17_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1078
+ tmp7_local3 = tmp17_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1079
1079
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1080
1080
  break;
1081
1081
  case 4:
1082
- tmp8_local4 = tmp17_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1082
+ tmp8_local4 = tmp17_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1083
1083
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1084
1084
  break;
1085
1085
  case 5:
1086
- tmp9_local5 = tmp17_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1086
+ tmp9_local5 = tmp17_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1087
1087
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1088
1088
  break;
1089
1089
  case 6:
1090
- tmp10_local6 = tmp17_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1090
+ tmp10_local6 = tmp17_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1091
1091
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1092
1092
  break;
1093
1093
  case 7:
1094
- tmp11_local7 = tmp17_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1094
+ tmp11_local7 = tmp17_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1095
1095
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1096
1096
  break;
1097
1097
  case 8:
1098
- tmp12_local8 = tmp17_input.y1x(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1098
+ tmp12_local8 = tmp17_input.nx(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1099
1099
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1100
1100
  break;
1101
1101
  case 9:
1102
- tmp13_local9 = tmp17_input.y1x(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1102
+ tmp13_local9 = tmp17_input.nx(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1103
1103
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1104
1104
  break;
1105
1105
  case 10:
1106
- tmp14_local10 = tmp17_input.y1x(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1106
+ tmp14_local10 = tmp17_input.nx(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1107
1107
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1108
1108
  break;
1109
1109
  default:
1110
- throw UnknownFieldException().v1u(tmp2_index);
1110
+ throw UnknownFieldException().ku(tmp2_index);
1111
1111
  }
1112
1112
  }
1113
- tmp17_input.n1x(tmp0_desc);
1113
+ tmp17_input.cx(tmp0_desc);
1114
1114
  return AttoReceiveBlock().o4o(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, null);
1115
1115
  }
1116
- z1s() {
1116
+ os() {
1117
1117
  return this.z4n_1;
1118
1118
  }
1119
- p25() {
1119
+ e15() {
1120
1120
  var tmp0_cached = Companion_getInstance_6().v4m_1;
1121
1121
  // Inline function 'kotlin.arrayOf' call
1122
1122
  // Inline function 'kotlin.js.unsafeCast' call
@@ -1124,7 +1124,7 @@ function $serializer_0() {
1124
1124
  return [tmp0_cached[0].z1(), AttoVersionSerializer_getInstance(), tmp0_cached[2].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].z1(), AttoHashAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
1125
1125
  }
1126
1126
  }
1127
- protoOf($).q25 = typeParametersSerializers;
1127
+ protoOf($).f15 = typeParametersSerializers;
1128
1128
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
1129
1129
  $serializerClass_0 = $;
1130
1130
  }
@@ -1169,7 +1169,7 @@ function AttoReceiveBlock() {
1169
1169
  v4j() {
1170
1170
  return this.b4o_1;
1171
1171
  }
1172
- l37() {
1172
+ l3i() {
1173
1173
  return this.c4o_1;
1174
1174
  }
1175
1175
  w4j() {
@@ -1343,7 +1343,7 @@ function AttoReceiveBlock() {
1343
1343
  return this.v4j();
1344
1344
  }
1345
1345
  get version() {
1346
- return this.l37();
1346
+ return this.l3i();
1347
1347
  }
1348
1348
  get algorithm() {
1349
1349
  return this.w4j();
@@ -1390,13 +1390,13 @@ function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3() {
1390
1390
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
1391
1391
  }
1392
1392
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_0() {
1393
- return Companion_getInstance_2().p3q();
1393
+ return Companion_getInstance_2().q1g();
1394
1394
  }
1395
1395
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_1() {
1396
- return Companion_getInstance_2().p3q();
1396
+ return Companion_getInstance_2().q1g();
1397
1397
  }
1398
1398
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_2() {
1399
- return Companion_getInstance_2().p3q();
1399
+ return Companion_getInstance_2().q1g();
1400
1400
  }
1401
1401
  var CompanionClass_3;
1402
1402
  function Companion_3() {
@@ -1427,7 +1427,7 @@ function Companion_3() {
1427
1427
  }
1428
1428
  return new (AttoOpenBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock));
1429
1429
  }
1430
- p3q() {
1430
+ q1g() {
1431
1431
  return $serializer_getInstance_1();
1432
1432
  }
1433
1433
  }
@@ -1449,44 +1449,44 @@ function $serializer_1() {
1449
1449
  constructor() {
1450
1450
  $serializer_instance_1 = this;
1451
1451
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('OPEN', this, 13);
1452
- tmp0_serialDesc.a25('network', false);
1453
- tmp0_serialDesc.a25('version', false);
1454
- tmp0_serialDesc.a25('algorithm', false);
1455
- tmp0_serialDesc.a25('publicKey', false);
1456
- tmp0_serialDesc.a25('balance', false);
1457
- tmp0_serialDesc.a25('timestamp', false);
1458
- tmp0_serialDesc.a25('sendHashAlgorithm', false);
1459
- tmp0_serialDesc.a25('sendHash', false);
1460
- tmp0_serialDesc.a25('representativeAlgorithm', false);
1461
- tmp0_serialDesc.a25('representativePublicKey', false);
1462
- tmp0_serialDesc.a25('height', true);
1463
- tmp0_serialDesc.a25('address', true);
1464
- tmp0_serialDesc.a25('representativeAddress', true);
1452
+ tmp0_serialDesc.p14('network', false);
1453
+ tmp0_serialDesc.p14('version', false);
1454
+ tmp0_serialDesc.p14('algorithm', false);
1455
+ tmp0_serialDesc.p14('publicKey', false);
1456
+ tmp0_serialDesc.p14('balance', false);
1457
+ tmp0_serialDesc.p14('timestamp', false);
1458
+ tmp0_serialDesc.p14('sendHashAlgorithm', false);
1459
+ tmp0_serialDesc.p14('sendHash', false);
1460
+ tmp0_serialDesc.p14('representativeAlgorithm', false);
1461
+ tmp0_serialDesc.p14('representativePublicKey', false);
1462
+ tmp0_serialDesc.p14('height', true);
1463
+ tmp0_serialDesc.p14('address', true);
1464
+ tmp0_serialDesc.p14('representativeAddress', true);
1465
1465
  this.q4o_1 = tmp0_serialDesc;
1466
1466
  }
1467
1467
  r4o(encoder, value) {
1468
1468
  var tmp0_desc = this.q4o_1;
1469
- var tmp1_output = encoder.m1x(tmp0_desc);
1469
+ var tmp1_output = encoder.bx(tmp0_desc);
1470
1470
  var tmp2_cached = Companion_getInstance_7().w4m_1;
1471
- tmp1_output.d1z(tmp0_desc, 0, tmp2_cached[0].z1(), value.a4j_1);
1472
- tmp1_output.d1z(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.b4j_1);
1473
- tmp1_output.d1z(tmp0_desc, 2, tmp2_cached[2].z1(), value.c4j_1);
1474
- tmp1_output.d1z(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.d4j_1);
1475
- tmp1_output.d1z(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), value.e4j_1);
1476
- tmp1_output.d1z(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), value.f4j_1);
1477
- tmp1_output.d1z(tmp0_desc, 6, tmp2_cached[6].z1(), value.g4j_1);
1478
- tmp1_output.d1z(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.h4j_1);
1479
- tmp1_output.d1z(tmp0_desc, 8, tmp2_cached[8].z1(), value.i4j_1);
1480
- tmp1_output.d1z(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.j4j_1);
1481
- tmp1_output.d1z(tmp0_desc, 10, AttoHeightSerializer_getInstance(), value.m4j_1);
1482
- tmp1_output.d1z(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.n4j_1);
1483
- tmp1_output.d1z(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1484
- tmp1_output.n1x(tmp0_desc);
1485
- }
1486
- a1t(encoder, value) {
1471
+ tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.a4j_1);
1472
+ tmp1_output.sy(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.b4j_1);
1473
+ tmp1_output.sy(tmp0_desc, 2, tmp2_cached[2].z1(), value.c4j_1);
1474
+ tmp1_output.sy(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.d4j_1);
1475
+ tmp1_output.sy(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), value.e4j_1);
1476
+ tmp1_output.sy(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), value.f4j_1);
1477
+ tmp1_output.sy(tmp0_desc, 6, tmp2_cached[6].z1(), value.g4j_1);
1478
+ tmp1_output.sy(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.h4j_1);
1479
+ tmp1_output.sy(tmp0_desc, 8, tmp2_cached[8].z1(), value.i4j_1);
1480
+ tmp1_output.sy(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.j4j_1);
1481
+ tmp1_output.sy(tmp0_desc, 10, AttoHeightSerializer_getInstance(), value.m4j_1);
1482
+ tmp1_output.sy(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.n4j_1);
1483
+ tmp1_output.sy(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1484
+ tmp1_output.cx(tmp0_desc);
1485
+ }
1486
+ ps(encoder, value) {
1487
1487
  return this.r4o(encoder, value instanceof AttoOpenBlock() ? value : THROW_CCE());
1488
1488
  }
1489
- b1t(decoder) {
1489
+ qs(decoder) {
1490
1490
  var tmp0_desc = this.q4o_1;
1491
1491
  var tmp1_flag = true;
1492
1492
  var tmp2_index = 0;
@@ -1504,105 +1504,105 @@ function $serializer_1() {
1504
1504
  var tmp14_local10 = null;
1505
1505
  var tmp15_local11 = null;
1506
1506
  var tmp16_local12 = null;
1507
- var tmp19_input = decoder.m1x(tmp0_desc);
1507
+ var tmp19_input = decoder.bx(tmp0_desc);
1508
1508
  var tmp20_cached = Companion_getInstance_7().w4m_1;
1509
- if (tmp19_input.b1y()) {
1510
- tmp4_local0 = tmp19_input.y1x(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1509
+ if (tmp19_input.qx()) {
1510
+ tmp4_local0 = tmp19_input.nx(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1511
1511
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1512
- tmp5_local1 = tmp19_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1512
+ tmp5_local1 = tmp19_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1513
1513
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1514
- tmp6_local2 = tmp19_input.y1x(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1514
+ tmp6_local2 = tmp19_input.nx(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1515
1515
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1516
- tmp7_local3 = tmp19_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1516
+ tmp7_local3 = tmp19_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1517
1517
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1518
- tmp8_local4 = tmp19_input.y1x(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1518
+ tmp8_local4 = tmp19_input.nx(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1519
1519
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1520
- tmp9_local5 = tmp19_input.y1x(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1520
+ tmp9_local5 = tmp19_input.nx(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1521
1521
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1522
- tmp10_local6 = tmp19_input.y1x(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1522
+ tmp10_local6 = tmp19_input.nx(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1523
1523
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1524
- tmp11_local7 = tmp19_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1524
+ tmp11_local7 = tmp19_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1525
1525
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1526
- tmp12_local8 = tmp19_input.y1x(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1526
+ tmp12_local8 = tmp19_input.nx(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1527
1527
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1528
- tmp13_local9 = tmp19_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1528
+ tmp13_local9 = tmp19_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1529
1529
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1530
- tmp14_local10 = tmp19_input.y1x(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1530
+ tmp14_local10 = tmp19_input.nx(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1531
1531
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1532
- tmp15_local11 = tmp19_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1532
+ tmp15_local11 = tmp19_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1533
1533
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
1534
- tmp16_local12 = tmp19_input.y1x(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1534
+ tmp16_local12 = tmp19_input.nx(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1535
1535
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
1536
1536
  } else
1537
1537
  while (tmp1_flag) {
1538
- tmp2_index = tmp19_input.c1y(tmp0_desc);
1538
+ tmp2_index = tmp19_input.rx(tmp0_desc);
1539
1539
  switch (tmp2_index) {
1540
1540
  case -1:
1541
1541
  tmp1_flag = false;
1542
1542
  break;
1543
1543
  case 0:
1544
- tmp4_local0 = tmp19_input.y1x(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1544
+ tmp4_local0 = tmp19_input.nx(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1545
1545
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1546
1546
  break;
1547
1547
  case 1:
1548
- tmp5_local1 = tmp19_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1548
+ tmp5_local1 = tmp19_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1549
1549
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1550
1550
  break;
1551
1551
  case 2:
1552
- tmp6_local2 = tmp19_input.y1x(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1552
+ tmp6_local2 = tmp19_input.nx(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1553
1553
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1554
1554
  break;
1555
1555
  case 3:
1556
- tmp7_local3 = tmp19_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1556
+ tmp7_local3 = tmp19_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1557
1557
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1558
1558
  break;
1559
1559
  case 4:
1560
- tmp8_local4 = tmp19_input.y1x(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1560
+ tmp8_local4 = tmp19_input.nx(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1561
1561
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1562
1562
  break;
1563
1563
  case 5:
1564
- tmp9_local5 = tmp19_input.y1x(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1564
+ tmp9_local5 = tmp19_input.nx(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1565
1565
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1566
1566
  break;
1567
1567
  case 6:
1568
- tmp10_local6 = tmp19_input.y1x(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1568
+ tmp10_local6 = tmp19_input.nx(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1569
1569
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1570
1570
  break;
1571
1571
  case 7:
1572
- tmp11_local7 = tmp19_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1572
+ tmp11_local7 = tmp19_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1573
1573
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1574
1574
  break;
1575
1575
  case 8:
1576
- tmp12_local8 = tmp19_input.y1x(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1576
+ tmp12_local8 = tmp19_input.nx(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1577
1577
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1578
1578
  break;
1579
1579
  case 9:
1580
- tmp13_local9 = tmp19_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1580
+ tmp13_local9 = tmp19_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1581
1581
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1582
1582
  break;
1583
1583
  case 10:
1584
- tmp14_local10 = tmp19_input.y1x(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1584
+ tmp14_local10 = tmp19_input.nx(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1585
1585
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1586
1586
  break;
1587
1587
  case 11:
1588
- tmp15_local11 = tmp19_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1588
+ tmp15_local11 = tmp19_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1589
1589
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
1590
1590
  break;
1591
1591
  case 12:
1592
- tmp16_local12 = tmp19_input.y1x(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1592
+ tmp16_local12 = tmp19_input.nx(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1593
1593
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
1594
1594
  break;
1595
1595
  default:
1596
- throw UnknownFieldException().v1u(tmp2_index);
1596
+ throw UnknownFieldException().ku(tmp2_index);
1597
1597
  }
1598
1598
  }
1599
- tmp19_input.n1x(tmp0_desc);
1599
+ tmp19_input.cx(tmp0_desc);
1600
1600
  return AttoOpenBlock().s4o(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, null);
1601
1601
  }
1602
- z1s() {
1602
+ os() {
1603
1603
  return this.q4o_1;
1604
1604
  }
1605
- p25() {
1605
+ e15() {
1606
1606
  var tmp0_cached = Companion_getInstance_7().w4m_1;
1607
1607
  // Inline function 'kotlin.arrayOf' call
1608
1608
  // Inline function 'kotlin.js.unsafeCast' call
@@ -1610,7 +1610,7 @@ function $serializer_1() {
1610
1610
  return [tmp0_cached[0].z1(), AttoVersionSerializer_getInstance(), tmp0_cached[2].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), tmp0_cached[6].z1(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
1611
1611
  }
1612
1612
  }
1613
- protoOf($).q25 = typeParametersSerializers;
1613
+ protoOf($).f15 = typeParametersSerializers;
1614
1614
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
1615
1615
  $serializerClass_1 = $;
1616
1616
  }
@@ -1657,7 +1657,7 @@ function AttoOpenBlock() {
1657
1657
  v4j() {
1658
1658
  return this.a4j_1;
1659
1659
  }
1660
- l37() {
1660
+ l3i() {
1661
1661
  return this.b4j_1;
1662
1662
  }
1663
1663
  w4j() {
@@ -1845,7 +1845,7 @@ function AttoOpenBlock() {
1845
1845
  return this.v4j();
1846
1846
  }
1847
1847
  get version() {
1848
- return this.l37();
1848
+ return this.l3i();
1849
1849
  }
1850
1850
  get algorithm() {
1851
1851
  return this.w4j();
@@ -1895,10 +1895,10 @@ function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff() {
1895
1895
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
1896
1896
  }
1897
1897
  function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_0() {
1898
- return Companion_getInstance_2().p3q();
1898
+ return Companion_getInstance_2().q1g();
1899
1899
  }
1900
1900
  function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_1() {
1901
- return Companion_getInstance_2().p3q();
1901
+ return Companion_getInstance_2().q1g();
1902
1902
  }
1903
1903
  var CompanionClass_4;
1904
1904
  function Companion_4() {
@@ -1927,7 +1927,7 @@ function Companion_4() {
1927
1927
  }
1928
1928
  return new (AttoChangeBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoHeight(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock));
1929
1929
  }
1930
- p3q() {
1930
+ q1g() {
1931
1931
  return $serializer_getInstance_2();
1932
1932
  }
1933
1933
  }
@@ -1949,42 +1949,42 @@ function $serializer_2() {
1949
1949
  constructor() {
1950
1950
  $serializer_instance_2 = this;
1951
1951
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('CHANGE', this, 12);
1952
- tmp0_serialDesc.a25('network', false);
1953
- tmp0_serialDesc.a25('version', false);
1954
- tmp0_serialDesc.a25('algorithm', false);
1955
- tmp0_serialDesc.a25('publicKey', false);
1956
- tmp0_serialDesc.a25('height', false);
1957
- tmp0_serialDesc.a25('balance', false);
1958
- tmp0_serialDesc.a25('timestamp', false);
1959
- tmp0_serialDesc.a25('previous', false);
1960
- tmp0_serialDesc.a25('representativeAlgorithm', false);
1961
- tmp0_serialDesc.a25('representativePublicKey', false);
1962
- tmp0_serialDesc.a25('address', true);
1963
- tmp0_serialDesc.a25('representativeAddress', true);
1952
+ tmp0_serialDesc.p14('network', false);
1953
+ tmp0_serialDesc.p14('version', false);
1954
+ tmp0_serialDesc.p14('algorithm', false);
1955
+ tmp0_serialDesc.p14('publicKey', false);
1956
+ tmp0_serialDesc.p14('height', false);
1957
+ tmp0_serialDesc.p14('balance', false);
1958
+ tmp0_serialDesc.p14('timestamp', false);
1959
+ tmp0_serialDesc.p14('previous', false);
1960
+ tmp0_serialDesc.p14('representativeAlgorithm', false);
1961
+ tmp0_serialDesc.p14('representativePublicKey', false);
1962
+ tmp0_serialDesc.p14('address', true);
1963
+ tmp0_serialDesc.p14('representativeAddress', true);
1964
1964
  this.u4o_1 = tmp0_serialDesc;
1965
1965
  }
1966
1966
  v4o(encoder, value) {
1967
1967
  var tmp0_desc = this.u4o_1;
1968
- var tmp1_output = encoder.m1x(tmp0_desc);
1968
+ var tmp1_output = encoder.bx(tmp0_desc);
1969
1969
  var tmp2_cached = Companion_getInstance_8().x4m_1;
1970
- tmp1_output.d1z(tmp0_desc, 0, tmp2_cached[0].z1(), value.w4o_1);
1971
- tmp1_output.d1z(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.x4o_1);
1972
- tmp1_output.d1z(tmp0_desc, 2, tmp2_cached[2].z1(), value.y4o_1);
1973
- tmp1_output.d1z(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.z4o_1);
1974
- tmp1_output.d1z(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.a4p_1);
1975
- tmp1_output.d1z(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.b4p_1);
1976
- tmp1_output.d1z(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.c4p_1);
1977
- tmp1_output.d1z(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.d4p_1);
1978
- tmp1_output.d1z(tmp0_desc, 8, tmp2_cached[8].z1(), value.e4p_1);
1979
- tmp1_output.d1z(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.f4p_1);
1980
- tmp1_output.d1z(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.i4p_1);
1981
- tmp1_output.d1z(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1982
- tmp1_output.n1x(tmp0_desc);
1983
- }
1984
- a1t(encoder, value) {
1970
+ tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.w4o_1);
1971
+ tmp1_output.sy(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.x4o_1);
1972
+ tmp1_output.sy(tmp0_desc, 2, tmp2_cached[2].z1(), value.y4o_1);
1973
+ tmp1_output.sy(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.z4o_1);
1974
+ tmp1_output.sy(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.a4p_1);
1975
+ tmp1_output.sy(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.b4p_1);
1976
+ tmp1_output.sy(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.c4p_1);
1977
+ tmp1_output.sy(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.d4p_1);
1978
+ tmp1_output.sy(tmp0_desc, 8, tmp2_cached[8].z1(), value.e4p_1);
1979
+ tmp1_output.sy(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.f4p_1);
1980
+ tmp1_output.sy(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.i4p_1);
1981
+ tmp1_output.sy(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1982
+ tmp1_output.cx(tmp0_desc);
1983
+ }
1984
+ ps(encoder, value) {
1985
1985
  return this.v4o(encoder, value instanceof AttoChangeBlock() ? value : THROW_CCE());
1986
1986
  }
1987
- b1t(decoder) {
1987
+ qs(decoder) {
1988
1988
  var tmp0_desc = this.u4o_1;
1989
1989
  var tmp1_flag = true;
1990
1990
  var tmp2_index = 0;
@@ -2001,99 +2001,99 @@ function $serializer_2() {
2001
2001
  var tmp13_local9 = null;
2002
2002
  var tmp14_local10 = null;
2003
2003
  var tmp15_local11 = null;
2004
- var tmp18_input = decoder.m1x(tmp0_desc);
2004
+ var tmp18_input = decoder.bx(tmp0_desc);
2005
2005
  var tmp19_cached = Companion_getInstance_8().x4m_1;
2006
- if (tmp18_input.b1y()) {
2007
- tmp4_local0 = tmp18_input.y1x(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2006
+ if (tmp18_input.qx()) {
2007
+ tmp4_local0 = tmp18_input.nx(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2008
2008
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
2009
- tmp5_local1 = tmp18_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2009
+ tmp5_local1 = tmp18_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2010
2010
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
2011
- tmp6_local2 = tmp18_input.y1x(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2011
+ tmp6_local2 = tmp18_input.nx(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2012
2012
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
2013
- tmp7_local3 = tmp18_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2013
+ tmp7_local3 = tmp18_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2014
2014
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
2015
- tmp8_local4 = tmp18_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2015
+ tmp8_local4 = tmp18_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2016
2016
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
2017
- tmp9_local5 = tmp18_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2017
+ tmp9_local5 = tmp18_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2018
2018
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
2019
- tmp10_local6 = tmp18_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2019
+ tmp10_local6 = tmp18_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2020
2020
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
2021
- tmp11_local7 = tmp18_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2021
+ tmp11_local7 = tmp18_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2022
2022
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
2023
- tmp12_local8 = tmp18_input.y1x(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2023
+ tmp12_local8 = tmp18_input.nx(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2024
2024
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
2025
- tmp13_local9 = tmp18_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2025
+ tmp13_local9 = tmp18_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2026
2026
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
2027
- tmp14_local10 = tmp18_input.y1x(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2027
+ tmp14_local10 = tmp18_input.nx(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2028
2028
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
2029
- tmp15_local11 = tmp18_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2029
+ tmp15_local11 = tmp18_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2030
2030
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
2031
2031
  } else
2032
2032
  while (tmp1_flag) {
2033
- tmp2_index = tmp18_input.c1y(tmp0_desc);
2033
+ tmp2_index = tmp18_input.rx(tmp0_desc);
2034
2034
  switch (tmp2_index) {
2035
2035
  case -1:
2036
2036
  tmp1_flag = false;
2037
2037
  break;
2038
2038
  case 0:
2039
- tmp4_local0 = tmp18_input.y1x(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2039
+ tmp4_local0 = tmp18_input.nx(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2040
2040
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
2041
2041
  break;
2042
2042
  case 1:
2043
- tmp5_local1 = tmp18_input.y1x(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2043
+ tmp5_local1 = tmp18_input.nx(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2044
2044
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
2045
2045
  break;
2046
2046
  case 2:
2047
- tmp6_local2 = tmp18_input.y1x(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2047
+ tmp6_local2 = tmp18_input.nx(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2048
2048
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
2049
2049
  break;
2050
2050
  case 3:
2051
- tmp7_local3 = tmp18_input.y1x(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2051
+ tmp7_local3 = tmp18_input.nx(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2052
2052
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
2053
2053
  break;
2054
2054
  case 4:
2055
- tmp8_local4 = tmp18_input.y1x(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2055
+ tmp8_local4 = tmp18_input.nx(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2056
2056
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
2057
2057
  break;
2058
2058
  case 5:
2059
- tmp9_local5 = tmp18_input.y1x(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2059
+ tmp9_local5 = tmp18_input.nx(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2060
2060
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
2061
2061
  break;
2062
2062
  case 6:
2063
- tmp10_local6 = tmp18_input.y1x(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2063
+ tmp10_local6 = tmp18_input.nx(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2064
2064
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
2065
2065
  break;
2066
2066
  case 7:
2067
- tmp11_local7 = tmp18_input.y1x(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2067
+ tmp11_local7 = tmp18_input.nx(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2068
2068
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
2069
2069
  break;
2070
2070
  case 8:
2071
- tmp12_local8 = tmp18_input.y1x(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2071
+ tmp12_local8 = tmp18_input.nx(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2072
2072
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
2073
2073
  break;
2074
2074
  case 9:
2075
- tmp13_local9 = tmp18_input.y1x(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2075
+ tmp13_local9 = tmp18_input.nx(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2076
2076
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
2077
2077
  break;
2078
2078
  case 10:
2079
- tmp14_local10 = tmp18_input.y1x(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2079
+ tmp14_local10 = tmp18_input.nx(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2080
2080
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
2081
2081
  break;
2082
2082
  case 11:
2083
- tmp15_local11 = tmp18_input.y1x(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2083
+ tmp15_local11 = tmp18_input.nx(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2084
2084
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
2085
2085
  break;
2086
2086
  default:
2087
- throw UnknownFieldException().v1u(tmp2_index);
2087
+ throw UnknownFieldException().ku(tmp2_index);
2088
2088
  }
2089
2089
  }
2090
- tmp18_input.n1x(tmp0_desc);
2090
+ tmp18_input.cx(tmp0_desc);
2091
2091
  return AttoChangeBlock().j4p(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, null);
2092
2092
  }
2093
- z1s() {
2093
+ os() {
2094
2094
  return this.u4o_1;
2095
2095
  }
2096
- p25() {
2096
+ e15() {
2097
2097
  var tmp0_cached = Companion_getInstance_8().x4m_1;
2098
2098
  // Inline function 'kotlin.arrayOf' call
2099
2099
  // Inline function 'kotlin.js.unsafeCast' call
@@ -2101,7 +2101,7 @@ function $serializer_2() {
2101
2101
  return [tmp0_cached[0].z1(), AttoVersionSerializer_getInstance(), tmp0_cached[2].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].z1(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
2102
2102
  }
2103
2103
  }
2104
- protoOf($).q25 = typeParametersSerializers;
2104
+ protoOf($).f15 = typeParametersSerializers;
2105
2105
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
2106
2106
  $serializerClass_2 = $;
2107
2107
  }
@@ -2147,7 +2147,7 @@ function AttoChangeBlock() {
2147
2147
  v4j() {
2148
2148
  return this.w4o_1;
2149
2149
  }
2150
- l37() {
2150
+ l3i() {
2151
2151
  return this.x4o_1;
2152
2152
  }
2153
2153
  w4j() {
@@ -2328,7 +2328,7 @@ function AttoChangeBlock() {
2328
2328
  return this.v4j();
2329
2329
  }
2330
2330
  get version() {
2331
- return this.l37();
2331
+ return this.l3i();
2332
2332
  }
2333
2333
  get algorithm() {
2334
2334
  return this.w4j();