@attocash/commons-js 6.1.0 → 6.2.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 (1267) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs +68 -68
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DateTimeUnit.mjs.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs +4 -4
  4. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/DayOfWeek.mjs.map +1 -1
  5. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs +24 -24
  6. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Exceptions.mjs.map +1 -1
  7. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs +64 -64
  8. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDate.mjs.map +1 -1
  9. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs +39 -39
  10. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalDateTime.mjs.map +1 -1
  11. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs +52 -52
  12. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/LocalTime.mjs.map +1 -1
  13. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs +5 -5
  14. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/Month.mjs.map +1 -1
  15. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs +2 -2
  16. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/OverloadMarker.mjs.map +1 -1
  17. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs +82 -82
  18. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/TimeZone.mjs.map +1 -1
  19. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs +33 -33
  20. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/UtcOffset.mjs.map +1 -1
  21. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs +28 -28
  22. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/YearMonth.mjs.map +1 -1
  23. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs +13 -13
  24. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/ZonedDateTime.mjs.map +1 -1
  25. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs +14 -14
  26. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormat.mjs.map +1 -1
  27. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +48 -48
  28. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs.map +1 -1
  29. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +132 -132
  30. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs.map +1 -1
  31. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +116 -116
  32. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs.map +1 -1
  33. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +162 -162
  34. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs.map +1 -1
  35. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +168 -168
  36. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs.map +1 -1
  37. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +81 -81
  38. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs.map +1 -1
  39. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs +32 -32
  40. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/OffsetInfo.mjs.map +1 -1
  41. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs +91 -91
  42. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/Platform.mjs.map +1 -1
  43. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/PlatformSpecifics.mjs.map +1 -1
  44. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs +21 -21
  45. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/RegionTimeZone.mjs.map +1 -1
  46. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs +62 -62
  47. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/TimeZoneRules.mjs.map +1 -1
  48. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/dateCalculations.mjs.map +1 -1
  49. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +10 -10
  50. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs.map +1 -1
  51. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs +55 -55
  52. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldFormatDirective.mjs.map +1 -1
  53. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs +48 -48
  54. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FieldSpec.mjs.map +1 -1
  55. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs +173 -173
  56. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/FormatStructure.mjs.map +1 -1
  57. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs +17 -17
  58. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Predicate.mjs.map +1 -1
  59. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs +40 -40
  60. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/Formatter.mjs.map +1 -1
  61. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs +60 -60
  62. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/formatter/FormatterOperation.mjs.map +1 -1
  63. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs +47 -47
  64. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/NumberConsumer.mjs.map +1 -1
  65. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs +6 -6
  66. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParseResult.mjs.map +1 -1
  67. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +93 -93
  68. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs.map +1 -1
  69. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs +105 -105
  70. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/ParserOperation.mjs.map +1 -1
  71. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs +21 -21
  72. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/math.mjs.map +1 -1
  73. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs +3 -3
  74. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/mathNative.mjs.map +1 -1
  75. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs +2 -2
  76. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/util.mjs.map +1 -1
  77. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +113 -113
  78. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs.map +1 -1
  79. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs +12 -12
  80. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateSerializers.mjs.map +1 -1
  81. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs +12 -12
  82. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalDateTimeSerializers.mjs.map +1 -1
  83. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs +12 -12
  84. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/LocalTimeSerializers.mjs.map +1 -1
  85. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs +34 -34
  86. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/TimeZoneSerializers.mjs.map +1 -1
  87. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs +12 -12
  88. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
  89. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.export.d.mts +5 -3
  90. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +13 -13
  91. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs.map +1 -1
  92. package/commons-commons-core/cash/atto/commons/AttoAccount.export.d.mts +11 -17
  93. package/commons-commons-core/cash/atto/commons/AttoAccount.export.mjs +1 -1
  94. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +146 -146
  95. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
  96. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.d.mts +2 -15
  97. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs +1 -8
  98. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.export.mjs.map +1 -1
  99. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +126 -131
  100. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
  101. package/commons-commons-core/cash/atto/commons/AttoAddress.export.d.mts +18 -20
  102. package/commons-commons-core/cash/atto/commons/AttoAddress.export.mjs +1 -1
  103. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +44 -44
  104. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
  105. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.d.mts +11 -13
  106. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.export.mjs +2 -2
  107. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +25 -25
  108. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs.map +1 -1
  109. package/commons-commons-core/cash/atto/commons/AttoAmount.export.d.mts +18 -18
  110. package/commons-commons-core/cash/atto/commons/AttoAmount.export.mjs +4 -4
  111. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +55 -55
  112. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
  113. package/commons-commons-core/cash/atto/commons/AttoBlock.export.d.mts +66 -76
  114. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs +13 -12
  115. package/commons-commons-core/cash/atto/commons/AttoBlock.export.mjs.map +1 -1
  116. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +928 -928
  117. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
  118. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +12 -12
  119. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs.map +1 -1
  120. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.d.mts +11 -13
  121. package/commons-commons-core/cash/atto/commons/AttoChallenge.export.mjs +1 -1
  122. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +18 -18
  123. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
  124. package/commons-commons-core/cash/atto/commons/AttoFuture.js.export.d.mts +5 -3
  125. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +10 -10
  126. package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs.map +1 -1
  127. package/commons-commons-core/cash/atto/commons/AttoHash.export.d.mts +14 -16
  128. package/commons-commons-core/cash/atto/commons/AttoHash.export.mjs +1 -1
  129. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +25 -25
  130. package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
  131. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +3 -3
  132. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs.map +1 -1
  133. package/commons-commons-core/cash/atto/commons/AttoHeight.export.d.mts +13 -15
  134. package/commons-commons-core/cash/atto/commons/AttoHeight.export.mjs +1 -1
  135. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +31 -31
  136. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
  137. package/commons-commons-core/cash/atto/commons/AttoInstant.export.d.mts +14 -16
  138. package/commons-commons-core/cash/atto/commons/AttoInstant.export.mjs +1 -1
  139. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +47 -47
  140. package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
  141. package/commons-commons-core/cash/atto/commons/AttoJob.mjs +1 -1
  142. package/commons-commons-core/cash/atto/commons/AttoJob.mjs.map +1 -1
  143. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.export.d.mts +5 -3
  144. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs +7 -7
  145. package/commons-commons-core/cash/atto/commons/AttoKeyIndex.mjs.map +1 -1
  146. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.d.mts +11 -13
  147. package/commons-commons-core/cash/atto/commons/AttoMnemonic.export.mjs +2 -2
  148. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs +1 -1
  149. package/commons-commons-core/cash/atto/commons/AttoMnemonic.js.mjs.map +1 -1
  150. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +30 -30
  151. package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs.map +1 -1
  152. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs +11 -11
  153. package/commons-commons-core/cash/atto/commons/AttoMnemonicDictionary.mjs.map +1 -1
  154. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.d.mts +16 -18
  155. package/commons-commons-core/cash/atto/commons/AttoNetwork.export.mjs +6 -6
  156. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +27 -27
  157. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs.map +1 -1
  158. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.d.mts +13 -15
  159. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.export.mjs +1 -1
  160. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +9 -9
  161. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs.map +1 -1
  162. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +38 -38
  163. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs.map +1 -1
  164. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.d.mts +12 -14
  165. package/commons-commons-core/cash/atto/commons/AttoPublicKey.export.mjs +1 -1
  166. package/commons-commons-core/cash/atto/commons/AttoPublicKey.js.mjs.map +1 -1
  167. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +18 -18
  168. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
  169. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.d.mts +2 -15
  170. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs +1 -8
  171. package/commons-commons-core/cash/atto/commons/AttoReceivable.export.mjs.map +1 -1
  172. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +107 -112
  173. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
  174. package/commons-commons-core/cash/atto/commons/AttoSeed.export.d.mts +5 -3
  175. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +11 -11
  176. package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs.map +1 -1
  177. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +7 -8
  178. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs.map +1 -1
  179. package/commons-commons-core/cash/atto/commons/AttoSignature.export.d.mts +13 -15
  180. package/commons-commons-core/cash/atto/commons/AttoSignature.export.mjs +1 -1
  181. package/commons-commons-core/cash/atto/commons/AttoSignature.js.mjs.map +1 -1
  182. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +19 -19
  183. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
  184. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +16 -16
  185. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs.map +1 -1
  186. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +8 -6
  187. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs.map +1 -1
  188. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.export.d.mts +5 -3
  189. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +8 -8
  190. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs.map +1 -1
  191. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.d.mts +13 -15
  192. package/commons-commons-core/cash/atto/commons/AttoTransaction.export.mjs +1 -1
  193. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +73 -73
  194. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
  195. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs +4 -4
  196. package/commons-commons-core/cash/atto/commons/AttoValidation.mjs.map +1 -1
  197. package/commons-commons-core/cash/atto/commons/AttoVersion.export.d.mts +2 -15
  198. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs +1 -8
  199. package/commons-commons-core/cash/atto/commons/AttoVersion.export.mjs.map +1 -1
  200. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +21 -27
  201. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
  202. package/commons-commons-core/cash/atto/commons/AttoVote.export.d.mts +12 -14
  203. package/commons-commons-core/cash/atto/commons/AttoVote.export.mjs +1 -1
  204. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +92 -92
  205. package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
  206. package/commons-commons-core/cash/atto/commons/AttoWork.export.d.mts +13 -15
  207. package/commons-commons-core/cash/atto/commons/AttoWork.export.mjs +1 -1
  208. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +40 -40
  209. package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
  210. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +25 -24
  211. package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
  212. package/commons-commons-core/cash/atto/commons/Extensions.mjs +17 -17
  213. package/commons-commons-core/cash/atto/commons/Extensions.mjs.map +1 -1
  214. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +19 -19
  215. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs.map +1 -1
  216. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +4 -4
  217. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs.map +1 -1
  218. package/commons-commons-core/cash/atto/commons/utils/SubtleCrypto.mjs.map +1 -1
  219. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs +1 -1
  220. package/commons-commons-js/cash/atto/commons/js/Placeholder.mjs.map +1 -1
  221. package/commons-commons-js.mjs +1 -1
  222. package/commons-commons-node/cash/atto/commons/node/AttoNodeClient.mjs +1 -1
  223. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.export.d.mts +5 -6
  224. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +289 -281
  225. package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs.map +1 -1
  226. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.d.mts +18 -59
  227. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs +3 -12
  228. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.export.mjs.map +1 -1
  229. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +170 -187
  230. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  231. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +22 -22
  232. package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
  233. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs +8 -8
  234. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitor.mjs.map +1 -1
  235. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.export.d.mts +5 -3
  236. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +36 -36
  237. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs.map +1 -1
  238. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.export.d.mts +5 -3
  239. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs +20 -20
  240. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsyncBuilder.web.mjs.map +1 -1
  241. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +60 -60
  242. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs.map +1 -1
  243. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.export.d.mts +5 -3
  244. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +58 -57
  245. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs.map +1 -1
  246. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.export.d.mts +5 -3
  247. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs +4 -4
  248. package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsyncBuilder.web.mjs.map +1 -1
  249. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +76 -76
  250. package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs.map +1 -1
  251. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs +8 -8
  252. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitor.mjs.map +1 -1
  253. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.export.d.mts +5 -3
  254. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +36 -36
  255. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs.map +1 -1
  256. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.export.d.mts +5 -3
  257. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs +20 -20
  258. package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsyncBuilder.web.mjs.map +1 -1
  259. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.export.d.mts +5 -3
  260. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs +11 -11
  261. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientAsyncBuilder.web.mjs.map +1 -1
  262. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +432 -432
  263. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
  264. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs +255 -253
  265. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWallet.mjs.map +1 -1
  266. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.export.d.mts +5 -3
  267. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs +110 -110
  268. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsync.mjs.map +1 -1
  269. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.export.d.mts +5 -3
  270. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs +41 -41
  271. package/commons-commons-wallet/cash/atto/commons/wallet/AttoWalletAsyncBuilder.js.mjs.map +1 -1
  272. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +5 -5
  273. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs.map +1 -1
  274. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.export.d.mts +5 -3
  275. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +26 -26
  276. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs.map +1 -1
  277. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +83 -83
  278. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
  279. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +88 -88
  280. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
  281. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.export.d.mts +5 -3
  282. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +21 -21
  283. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs.map +1 -1
  284. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +47 -47
  285. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
  286. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs +3 -3
  287. package/kotlin-kotlin-stdlib/kotlin/AutoCloseableJs.mjs.map +1 -1
  288. package/kotlin-kotlin-stdlib/kotlin/Char.mjs +29 -29
  289. package/kotlin-kotlin-stdlib/kotlin/Char.mjs.map +1 -1
  290. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs +29 -29
  291. package/kotlin-kotlin-stdlib/kotlin/DeepRecursive.mjs.map +1 -1
  292. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs +10 -10
  293. package/kotlin-kotlin-stdlib/kotlin/Enum.mjs.map +1 -1
  294. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
  295. package/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs.map +1 -1
  296. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +13 -13
  297. package/kotlin-kotlin-stdlib/kotlin/Lazy.mjs.map +1 -1
  298. package/kotlin-kotlin-stdlib/kotlin/Library.mjs +3 -4
  299. package/kotlin-kotlin-stdlib/kotlin/Library.mjs.map +1 -1
  300. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs +14 -0
  301. package/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
  302. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs +5 -5
  303. package/kotlin-kotlin-stdlib/kotlin/Primitives.mjs.map +1 -1
  304. package/kotlin-kotlin-stdlib/kotlin/Result.mjs +19 -19
  305. package/kotlin-kotlin-stdlib/kotlin/Result.mjs.map +1 -1
  306. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs +4 -4
  307. package/kotlin-kotlin-stdlib/kotlin/Standard.mjs.map +1 -1
  308. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs +21 -21
  309. package/kotlin-kotlin-stdlib/kotlin/Tuples.mjs.map +1 -1
  310. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs +16 -16
  311. package/kotlin-kotlin-stdlib/kotlin/UByte.mjs.map +1 -1
  312. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +44 -44
  313. package/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs.map +1 -1
  314. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs +17 -17
  315. package/kotlin-kotlin-stdlib/kotlin/UInt.mjs.map +1 -1
  316. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +44 -44
  317. package/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs.map +1 -1
  318. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs +17 -17
  319. package/kotlin-kotlin-stdlib/kotlin/ULong.mjs.map +1 -1
  320. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +45 -46
  321. package/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs.map +1 -1
  322. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs +17 -17
  323. package/kotlin-kotlin-stdlib/kotlin/UShort.mjs.map +1 -1
  324. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +44 -44
  325. package/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs.map +1 -1
  326. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs +1 -1
  327. package/kotlin-kotlin-stdlib/kotlin/Unit.mjs.map +1 -1
  328. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs +7 -7
  329. package/kotlin-kotlin-stdlib/kotlin/UnsignedJs.mjs.map +1 -1
  330. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +14 -14
  331. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs.map +1 -1
  332. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +80 -80
  333. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs.map +1 -1
  334. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +77 -77
  335. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs.map +1 -1
  336. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +29 -29
  337. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs.map +1 -1
  338. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +93 -93
  339. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs.map +1 -1
  340. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +36 -36
  341. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs.map +1 -1
  342. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs +5 -5
  343. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableSet.mjs.map +1 -1
  344. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +12 -12
  345. package/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs.map +1 -1
  346. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +282 -264
  347. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs.map +1 -1
  348. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs +2 -2
  349. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayFunctions.mjs.map +1 -1
  350. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +82 -82
  351. package/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs.map +1 -1
  352. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs +1 -1
  353. package/kotlin-kotlin-stdlib/kotlin/collections/ArraySorting.mjs.map +1 -1
  354. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.d.mts +4 -26
  355. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.export.mjs +6 -6
  356. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +12 -8
  357. package/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs.map +1 -1
  358. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +74 -74
  359. package/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
  360. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +38 -38
  361. package/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs.map +1 -1
  362. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +81 -81
  363. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs.map +1 -1
  364. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +57 -57
  365. package/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs.map +1 -1
  366. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +31 -31
  367. package/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs.map +1 -1
  368. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs +7 -7
  369. package/kotlin-kotlin-stdlib/kotlin/collections/IndexedValue.mjs.map +1 -1
  370. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +251 -251
  371. package/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs.map +1 -1
  372. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs +5 -5
  373. package/kotlin-kotlin-stdlib/kotlin/collections/InternalMap.mjs.map +1 -1
  374. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs +10 -10
  375. package/kotlin-kotlin-stdlib/kotlin/collections/Iterables.mjs.map +1 -1
  376. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs +8 -8
  377. package/kotlin-kotlin-stdlib/kotlin/collections/Iterators.mjs.map +1 -1
  378. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs +19 -19
  379. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs.map +1 -1
  380. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs +11 -11
  381. package/kotlin-kotlin-stdlib/kotlin/collections/LinkedHashSet.mjs.map +1 -1
  382. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs +4 -4
  383. package/kotlin-kotlin-stdlib/kotlin/collections/MapWithDefault.mjs.map +1 -1
  384. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +48 -48
  385. package/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
  386. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs +15 -15
  387. package/kotlin-kotlin-stdlib/kotlin/collections/MutableCollections.mjs.map +1 -1
  388. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs +6 -6
  389. package/kotlin-kotlin-stdlib/kotlin/collections/PrimitiveIterators.mjs.map +1 -1
  390. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +17 -17
  391. package/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs.map +1 -1
  392. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs +2 -2
  393. package/kotlin-kotlin-stdlib/kotlin/collections/SlidingWindow.mjs.map +1 -1
  394. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs +15 -15
  395. package/kotlin-kotlin-stdlib/kotlin/collections/_Arrays.mjs.map +1 -1
  396. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +16 -20
  397. package/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
  398. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +115 -118
  399. package/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
  400. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs +5 -5
  401. package/kotlin-kotlin-stdlib/kotlin/collections/_CollectionsJs.mjs.map +1 -1
  402. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +14 -14
  403. package/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs.map +1 -1
  404. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +13 -13
  405. package/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
  406. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
  407. package/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
  408. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsHacks.mjs.map +1 -1
  409. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs +17 -17
  410. package/kotlin-kotlin-stdlib/kotlin/collections/collectionsInterop.mjs.map +1 -1
  411. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs +2 -2
  412. package/kotlin-kotlin-stdlib/kotlin/comparisons/Comparisons.mjs.map +1 -1
  413. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs +4 -4
  414. package/kotlin-kotlin-stdlib/kotlin/coroutines/Continuation.mjs.map +1 -1
  415. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +5 -5
  416. package/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs.map +1 -1
  417. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +8 -8
  418. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs.map +1 -1
  419. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +41 -41
  420. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs.map +1 -1
  421. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs +7 -7
  422. package/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineImpl.mjs.map +1 -1
  423. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs +54 -61
  424. package/kotlin-kotlin-stdlib/kotlin/coroutines/GeneratorCoroutineImpl.mjs.map +1 -1
  425. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs +13 -13
  426. package/kotlin-kotlin-stdlib/kotlin/coroutines/InterceptedCoroutine.mjs.map +1 -1
  427. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs +22 -22
  428. package/kotlin-kotlin-stdlib/kotlin/coroutines/SafeContinuationJs.mjs.map +1 -1
  429. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs +8 -8
  430. package/kotlin-kotlin-stdlib/kotlin/coroutines/cancellation/CancellationException.mjs.map +1 -1
  431. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs +3 -3
  432. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs.map +1 -1
  433. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs +26 -44
  434. package/kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs.map +1 -1
  435. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +25 -24
  436. package/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs.map +1 -1
  437. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +188 -188
  438. package/kotlin-kotlin-stdlib/kotlin/exceptions.mjs.map +1 -1
  439. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs +5 -10
  440. package/kotlin-kotlin-stdlib/kotlin/hacks.mjs.map +1 -1
  441. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs +4 -4
  442. package/kotlin-kotlin-stdlib/kotlin/internal/IrLinkageError.mjs.map +1 -1
  443. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs +15 -0
  444. package/kotlin-kotlin-stdlib/kotlin/internal/ThrowHelpers.mjs.map +1 -0
  445. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs +1 -1
  446. package/kotlin-kotlin-stdlib/kotlin/internal/progressionUtil.mjs.map +1 -1
  447. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs +1 -1
  448. package/kotlin-kotlin-stdlib/kotlin/js/BitMask.mjs.map +1 -1
  449. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs +1 -1
  450. package/kotlin-kotlin-stdlib/kotlin/js/JsClass.mjs.map +1 -1
  451. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +11 -20
  452. package/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
  453. package/kotlin-kotlin-stdlib/kotlin/js/bitUtils.mjs.map +1 -1
  454. package/kotlin-kotlin-stdlib/kotlin/js/charSequenceJs.mjs.map +1 -1
  455. package/kotlin-kotlin-stdlib/kotlin/js/compareTo.mjs.map +1 -1
  456. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs +3 -3
  457. package/kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs.map +1 -1
  458. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs +1 -1
  459. package/kotlin-kotlin-stdlib/kotlin/js/coroutineInternalJS.mjs.map +1 -1
  460. package/kotlin-kotlin-stdlib/kotlin/js/internal/BigInt.mjs.map +1 -1
  461. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs +110 -100
  462. package/kotlin-kotlin-stdlib/kotlin/js/internal/boxedLong/boxedLong.mjs.map +1 -1
  463. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs +48 -0
  464. package/kotlin-kotlin-stdlib/kotlin/js/internal/longAsBigInt/longAsBigInt.mjs.map +1 -1
  465. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs +33 -33
  466. package/kotlin-kotlin-stdlib/kotlin/js/internal/primitiveCompanionObjects.mjs.map +1 -1
  467. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs +3 -3
  468. package/kotlin-kotlin-stdlib/kotlin/js/json.mjs.map +1 -1
  469. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs +1 -1
  470. package/kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs.map +1 -1
  471. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs +2 -2
  472. package/kotlin-kotlin-stdlib/kotlin/js/numberConversion.mjs.map +1 -1
  473. package/kotlin-kotlin-stdlib/kotlin/js/rangeTo.mjs.map +1 -1
  474. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs +1 -2
  475. package/kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs.map +1 -1
  476. package/kotlin-kotlin-stdlib/kotlin/js/regexp.mjs.map +1 -1
  477. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs +0 -4
  478. package/kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs.map +1 -1
  479. package/kotlin-kotlin-stdlib/kotlin/js/void.mjs.map +1 -1
  480. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs +1 -1
  481. package/kotlin-kotlin-stdlib/kotlin/kotlin.mjs.map +1 -1
  482. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs +17 -5
  483. package/kotlin-kotlin-stdlib/kotlin/math/math.mjs.map +1 -1
  484. package/kotlin-kotlin-stdlib/kotlin/random/PlatformRandom.mjs.map +1 -1
  485. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs +32 -32
  486. package/kotlin-kotlin-stdlib/kotlin/random/Random.mjs.map +1 -1
  487. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs +27 -27
  488. package/kotlin-kotlin-stdlib/kotlin/random/XorWowRandom.mjs.map +1 -1
  489. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +39 -39
  490. package/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs.map +1 -1
  491. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs +30 -30
  492. package/kotlin-kotlin-stdlib/kotlin/ranges/ProgressionIterators.mjs.map +1 -1
  493. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +32 -32
  494. package/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs.map +1 -1
  495. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs +1 -1
  496. package/kotlin-kotlin-stdlib/kotlin/ranges/Range.mjs.map +1 -1
  497. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs +1 -1
  498. package/kotlin-kotlin-stdlib/kotlin/ranges/Ranges.mjs.map +1 -1
  499. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +18 -10
  500. package/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +1 -1
  501. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs +123 -0
  502. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeImpl.mjs.map +1 -0
  503. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs +63 -0
  504. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeParameterBase.mjs.map +1 -0
  505. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs +21 -21
  506. package/kotlin-kotlin-stdlib/kotlin/reflect/KTypeProjection.mjs.map +1 -1
  507. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs +4 -4
  508. package/kotlin-kotlin-stdlib/kotlin/reflect/KVariance.mjs.map +1 -1
  509. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs +57 -54
  510. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KClassImpl.mjs.map +1 -1
  511. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs +7 -7
  512. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs.map +1 -1
  513. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs +16 -41
  514. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeParameterImpl.mjs.map +1 -1
  515. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs +27 -38
  516. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/primitives.mjs.map +1 -1
  517. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs +6 -3
  518. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs.map +1 -1
  519. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs +45 -45
  520. package/kotlin-kotlin-stdlib/kotlin/sequences/SequenceBuilder.mjs.map +1 -1
  521. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs +34 -34
  522. package/kotlin-kotlin-stdlib/kotlin/sequences/Sequences.mjs.map +1 -1
  523. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +12 -12
  524. package/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs.map +1 -1
  525. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +5 -5
  526. package/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs.map +1 -1
  527. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs +2 -2
  528. package/kotlin-kotlin-stdlib/kotlin/text/Char.mjs.map +1 -1
  529. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs +6 -6
  530. package/kotlin-kotlin-stdlib/kotlin/text/CharacterCodingExceptionJs.mjs.map +1 -1
  531. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs +36 -179
  532. package/kotlin-kotlin-stdlib/kotlin/text/HexExtensions.mjs.map +1 -1
  533. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs +59 -59
  534. package/kotlin-kotlin-stdlib/kotlin/text/HexFormat.mjs.map +1 -1
  535. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs +26 -26
  536. package/kotlin-kotlin-stdlib/kotlin/text/Indent.mjs.map +1 -1
  537. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs +47 -47
  538. package/kotlin-kotlin-stdlib/kotlin/text/StringBuilderJs.mjs.map +1 -1
  539. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs +4 -4
  540. package/kotlin-kotlin-stdlib/kotlin/text/StringNumberConversions.mjs.map +1 -1
  541. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +114 -114
  542. package/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs.map +1 -1
  543. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs +11 -11
  544. package/kotlin-kotlin-stdlib/kotlin/text/UStrings.mjs.map +1 -1
  545. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs +1 -1
  546. package/kotlin-kotlin-stdlib/kotlin/text/_CharCategories.mjs.map +1 -1
  547. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs +4 -4
  548. package/kotlin-kotlin-stdlib/kotlin/text/_DigitChars.mjs.map +1 -1
  549. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs +9 -9
  550. package/kotlin-kotlin-stdlib/kotlin/text/_LetterChars.mjs.map +1 -1
  551. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs +10 -10
  552. package/kotlin-kotlin-stdlib/kotlin/text/_Strings.mjs.map +1 -1
  553. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs +1 -1
  554. package/kotlin-kotlin-stdlib/kotlin/text/_WhitespaceChars.mjs.map +1 -1
  555. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs +3 -3
  556. package/kotlin-kotlin-stdlib/kotlin/text/charJs.mjs.map +1 -1
  557. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs +5 -5
  558. package/kotlin-kotlin-stdlib/kotlin/text/numberConversions.mjs.map +1 -1
  559. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +22 -22
  560. package/kotlin-kotlin-stdlib/kotlin/text/regex.mjs.map +1 -1
  561. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +23 -23
  562. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  563. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs +7 -7
  564. package/kotlin-kotlin-stdlib/kotlin/text/stringsCode.mjs.map +1 -1
  565. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs +16 -16
  566. package/kotlin-kotlin-stdlib/kotlin/text/utf8Encoding.mjs.map +1 -1
  567. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs +33 -37
  568. package/kotlin-kotlin-stdlib/kotlin/throwableExtensions.mjs.map +1 -1
  569. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs +2 -2
  570. package/kotlin-kotlin-stdlib/kotlin/time/Clock.mjs.map +1 -1
  571. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs +918 -344
  572. package/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +1 -1
  573. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs +32 -55
  574. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnit.mjs.map +1 -1
  575. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs +15 -20
  576. package/kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs.map +1 -1
  577. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +119 -121
  578. package/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs.map +1 -1
  579. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs +2 -2
  580. package/kotlin-kotlin-stdlib/kotlin/time/InstantJs.mjs.map +1 -1
  581. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs +35 -43
  582. package/kotlin-kotlin-stdlib/kotlin/uuid/Uuid.mjs.map +1 -1
  583. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs +268 -20
  584. package/kotlin-kotlin-stdlib/kotlin/uuid/UuidJs.mjs.map +1 -1
  585. package/kotlin-kotlin-stdlib/noPackageHacks.mjs +1 -1
  586. package/kotlin-kotlin-stdlib/noPackageHacks.mjs.map +1 -1
  587. package/kotlin-kotlin-stdlib/reflectionJs.mjs +2 -2
  588. package/kotlin-kotlin-stdlib/reflectionJs.mjs.map +1 -1
  589. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +5 -5
  590. package/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs.map +1 -1
  591. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +3 -3
  592. package/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs.map +1 -1
  593. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +13 -13
  594. package/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs.map +1 -1
  595. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +8 -8
  596. package/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs.map +1 -1
  597. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
  598. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs.map +1 -1
  599. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
  600. package/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs.map +1 -1
  601. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +7 -7
  602. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs.map +1 -1
  603. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +5 -5
  604. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs.map +1 -1
  605. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +2 -2
  606. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs.map +1 -1
  607. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +6 -6
  608. package/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs.map +1 -1
  609. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
  610. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs.map +1 -1
  611. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +2 -2
  612. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs.map +1 -1
  613. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +6 -6
  614. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs.map +1 -1
  615. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  616. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs.map +1 -1
  617. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs +5 -5
  618. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.common.mjs.map +1 -1
  619. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +9 -9
  620. package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  621. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs +1 -1
  622. package/kotlinx-atomicfu/kotlinx/atomicfu/Trace.common.mjs.map +1 -1
  623. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +29 -29
  624. package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
  625. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +18 -18
  626. package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
  627. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +9 -9
  628. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
  629. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +184 -184
  630. package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
  631. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +11 -11
  632. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
  633. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +16 -16
  634. package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
  635. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +8 -8
  636. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
  637. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +7 -7
  638. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
  639. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +6 -6
  640. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs.map +1 -1
  641. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs +4 -4
  642. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineName.mjs.map +1 -1
  643. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs +10 -10
  644. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
  645. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +7 -7
  646. package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
  647. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs +1 -1
  648. package/kotlinx-coroutines-core/kotlinx/coroutines/Debug.mjs.map +1 -1
  649. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +13 -13
  650. package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
  651. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +56 -56
  652. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
  653. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +20 -20
  654. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
  655. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +32 -32
  656. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
  657. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +2 -2
  658. package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
  659. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +6 -6
  660. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
  661. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +8 -8
  662. package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs.map +1 -1
  663. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +116 -116
  664. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  665. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +23 -23
  666. package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  667. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +371 -373
  668. package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  669. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs +5 -5
  670. package/kotlinx-coroutines-core/kotlinx/coroutines/MainCoroutineDispatcher.mjs.map +1 -1
  671. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs +14 -14
  672. package/kotlinx-coroutines-core/kotlinx/coroutines/Promise.mjs.map +1 -1
  673. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs +1 -1
  674. package/kotlinx-coroutines-core/kotlinx/coroutines/Supervisor.mjs.map +1 -1
  675. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs +7 -7
  676. package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
  677. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs +1 -1
  678. package/kotlinx-coroutines-core/kotlinx/coroutines/Window.mjs.map +1 -1
  679. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs +4 -4
  680. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferOverflow.mjs.map +1 -1
  681. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +514 -514
  682. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
  683. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +44 -44
  684. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs.map +1 -1
  685. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +22 -22
  686. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
  687. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs +1 -1
  688. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channels.common.mjs.map +1 -1
  689. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +29 -28
  690. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs.map +1 -1
  691. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +23 -23
  692. package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
  693. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +42 -36
  694. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
  695. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +6 -6
  696. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs.map +1 -1
  697. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +11 -11
  698. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
  699. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +6 -6
  700. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
  701. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +17 -17
  702. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs.map +1 -1
  703. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +36 -36
  704. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs.map +1 -1
  705. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Merge.mjs.map +1 -1
  706. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +23 -22
  707. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  708. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +15 -15
  709. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs.map +1 -1
  710. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +48 -48
  711. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  712. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +61 -60
  713. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
  714. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +51 -51
  715. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs.map +1 -1
  716. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +28 -28
  717. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs.map +1 -1
  718. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +207 -206
  719. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs.map +1 -1
  720. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
  721. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs.map +1 -1
  722. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +8 -8
  723. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs.map +1 -1
  724. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +46 -46
  725. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
  726. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +6 -4
  727. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs.map +1 -1
  728. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -1
  729. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +10 -10
  730. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
  731. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +11 -11
  732. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs.map +1 -1
  733. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
  734. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs.map +1 -1
  735. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
  736. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs.map +1 -1
  737. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +12 -12
  738. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs.map +1 -1
  739. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +53 -53
  740. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
  741. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +6 -6
  742. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
  743. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +4 -4
  744. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs.map +1 -1
  745. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +85 -85
  746. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
  747. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs +7 -7
  748. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/InlineList.mjs.map +1 -1
  749. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +24 -24
  750. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
  751. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +5 -5
  752. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs.map +1 -1
  753. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +11 -11
  754. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs.map +1 -1
  755. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/StackTraceRecovery.mjs.map +1 -1
  756. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  757. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs.map +1 -1
  758. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs +2 -2
  759. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.common.mjs.map +1 -1
  760. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/SystemProps.mjs.map +1 -1
  761. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadContext.mjs.map +1 -1
  762. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
  763. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs.map +1 -1
  764. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +5 -5
  765. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
  766. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +15 -15
  767. package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
  768. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +25 -25
  769. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
  770. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +59 -59
  771. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
  772. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +73 -73
  773. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
  774. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +56 -56
  775. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs.map +1 -1
  776. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +4 -4
  777. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs.map +1 -1
  778. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +14 -14
  779. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs.map +1 -1
  780. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs +4 -4
  781. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-Util.mjs.map +1 -1
  782. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +231 -231
  783. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs.map +1 -1
  784. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +25 -25
  785. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs.map +1 -1
  786. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +2 -2
  787. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs.map +1 -1
  788. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Core.mjs.map +1 -1
  789. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +25 -25
  790. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs.map +1 -1
  791. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +61 -61
  792. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs.map +1 -1
  793. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +168 -168
  794. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs.map +1 -1
  795. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +9 -9
  796. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs.map +1 -1
  797. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +4 -4
  798. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs.map +1 -1
  799. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +8 -8
  800. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs.map +1 -1
  801. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +22 -22
  802. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs.map +1 -1
  803. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +69 -69
  804. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs.map +1 -1
  805. package/kotlinx-io-kotlinx-io-core/kotlinx/io/UtilsJs.mjs.map +1 -1
  806. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs +3 -3
  807. package/kotlinx-io-kotlinx-io-core/kotlinx/io/internal/-Utf8.mjs.map +1 -1
  808. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +13 -13
  809. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs.map +1 -1
  810. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +25 -25
  811. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
  812. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +64 -64
  813. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
  814. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +28 -21
  815. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
  816. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +38 -38
  817. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
  818. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +8 -8
  819. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs.map +1 -1
  820. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
  821. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs.map +1 -1
  822. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +31 -31
  823. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs.map +1 -1
  824. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
  825. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs.map +1 -1
  826. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +24 -24
  827. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs.map +1 -1
  828. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +79 -79
  829. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
  830. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs +18 -18
  831. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialKinds.mjs.map +1 -1
  832. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +57 -57
  833. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs.map +1 -1
  834. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +67 -67
  835. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs.map +1 -1
  836. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +3 -3
  837. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs.map +1 -1
  838. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +2 -2
  839. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs.map +1 -1
  840. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +31 -31
  841. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs.map +1 -1
  842. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +48 -48
  843. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs.map +1 -1
  844. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +68 -68
  845. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs.map +1 -1
  846. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +276 -276
  847. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs.map +1 -1
  848. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +24 -25
  849. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs.map +1 -1
  850. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +42 -42
  851. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs.map +1 -1
  852. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +19 -19
  853. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
  854. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs.map +1 -1
  855. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +20 -20
  856. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs.map +1 -1
  857. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +19 -19
  858. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs.map +1 -1
  859. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +44 -44
  860. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs.map +1 -1
  861. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +23 -23
  862. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs.map +1 -1
  863. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +15 -15
  864. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs.map +1 -1
  865. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +36 -35
  866. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs.map +1 -1
  867. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +5 -5
  868. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs.map +1 -1
  869. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +86 -86
  870. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
  871. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs.map +1 -1
  872. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +503 -504
  873. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs.map +1 -1
  874. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +140 -140
  875. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs.map +1 -1
  876. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +109 -109
  877. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs.map +1 -1
  878. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +99 -100
  879. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs.map +1 -1
  880. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +64 -64
  881. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs.map +1 -1
  882. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +55 -55
  883. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
  884. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleBuilders.mjs.map +1 -1
  885. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
  886. package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs.map +1 -1
  887. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +53 -53
  888. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs.map +1 -1
  889. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +21 -21
  890. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs.map +1 -1
  891. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +105 -105
  892. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs.map +1 -1
  893. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +168 -168
  894. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs.map +1 -1
  895. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  896. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs.map +1 -1
  897. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +186 -186
  898. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs.map +1 -1
  899. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +27 -27
  900. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs.map +1 -1
  901. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +81 -81
  902. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs.map +1 -1
  903. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +9 -9
  904. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs.map +1 -1
  905. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +14 -14
  906. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs.map +1 -1
  907. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +43 -43
  908. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs.map +1 -1
  909. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +51 -51
  910. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs.map +1 -1
  911. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +24 -24
  912. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs.map +1 -1
  913. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +4 -4
  914. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs.map +1 -1
  915. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +13 -13
  916. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs.map +1 -1
  917. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +71 -71
  918. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs.map +1 -1
  919. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +13 -13
  920. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs.map +1 -1
  921. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +13 -13
  922. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs.map +1 -1
  923. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +189 -189
  924. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs.map +1 -1
  925. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +151 -151
  926. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs.map +1 -1
  927. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +54 -54
  928. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs.map +1 -1
  929. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs +10 -10
  930. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringOps.mjs.map +1 -1
  931. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +275 -275
  932. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs.map +1 -1
  933. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +17 -17
  934. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
  935. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs +1 -1
  936. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/createMapForCache.mjs.map +1 -1
  937. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +126 -127
  938. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs.map +1 -1
  939. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs +1 -1
  940. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/DefaultIgnoredTypesJs.mjs.map +1 -1
  941. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +6 -6
  942. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs.map +1 -1
  943. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +84 -84
  944. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  945. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +49 -49
  946. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs.map +1 -1
  947. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs +6 -6
  948. package/ktor-ktor-client-core/io/ktor/client/HttpClientJs.mjs.map +1 -1
  949. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
  950. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs.map +1 -1
  951. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
  952. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs.map +1 -1
  953. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +61 -61
  954. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs.map +1 -1
  955. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +52 -52
  956. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs.map +1 -1
  957. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  958. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs.map +1 -1
  959. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +26 -26
  960. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs.map +1 -1
  961. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +72 -72
  962. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs.map +1 -1
  963. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +30 -30
  964. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  965. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs +3 -3
  966. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineCapability.mjs.map +1 -1
  967. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  968. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs.map +1 -1
  969. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +15 -15
  970. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs.map +1 -1
  971. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +34 -34
  972. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs.map +1 -1
  973. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +9 -9
  974. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs.map +1 -1
  975. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +63 -63
  976. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  977. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +22 -22
  978. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +1 -1
  979. package/ktor-ktor-client-core/io/ktor/client/engine/js/ReadableStream.mjs.map +1 -1
  980. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +20 -20
  981. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs.map +1 -1
  982. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +14 -14
  983. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs.map +1 -1
  984. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +43 -43
  985. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs.map +1 -1
  986. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +43 -43
  987. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs.map +1 -1
  988. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +89 -89
  989. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
  990. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransformJs.mjs.map +1 -1
  991. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +97 -96
  992. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs.map +1 -1
  993. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +3 -3
  994. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs.map +1 -1
  995. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +98 -98
  996. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs.map +1 -1
  997. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +39 -39
  998. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs.map +1 -1
  999. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +35 -35
  1000. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs.map +1 -1
  1001. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +143 -144
  1002. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs.map +1 -1
  1003. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  1004. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs.map +1 -1
  1005. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +89 -89
  1006. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs.map +1 -1
  1007. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +31 -31
  1008. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs.map +1 -1
  1009. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  1010. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs.map +1 -1
  1011. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +17 -17
  1012. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs.map +1 -1
  1013. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +15 -15
  1014. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs.map +1 -1
  1015. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +33 -33
  1016. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs.map +1 -1
  1017. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +17 -17
  1018. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs.map +1 -1
  1019. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +46 -46
  1020. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs.map +1 -1
  1021. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +4 -4
  1022. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs.map +1 -1
  1023. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs +1 -1
  1024. package/ktor-ktor-client-core/io/ktor/client/plugins/sse/SSE.mjs.map +1 -1
  1025. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +57 -57
  1026. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  1027. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +6 -6
  1028. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs.map +1 -1
  1029. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +18 -18
  1030. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs.map +1 -1
  1031. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  1032. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs.map +1 -1
  1033. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +20 -20
  1034. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs.map +1 -1
  1035. package/ktor-ktor-client-core/io/ktor/client/request/RequestBody.mjs.map +1 -1
  1036. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
  1037. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs.map +1 -1
  1038. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +26 -26
  1039. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs.map +1 -1
  1040. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +11 -12
  1041. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs.map +1 -1
  1042. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +29 -29
  1043. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs.map +1 -1
  1044. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +24 -24
  1045. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs.map +1 -1
  1046. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +21 -21
  1047. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs.map +1 -1
  1048. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  1049. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs.map +1 -1
  1050. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +4 -4
  1051. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs.map +1 -1
  1052. package/ktor-ktor-client-core/io/ktor/client/utils/ExceptionUtils.nonJvm.mjs.map +1 -1
  1053. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +11 -11
  1054. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs.map +1 -1
  1055. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +2 -2
  1056. package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs.map +1 -1
  1057. package/ktor-ktor-events/io/ktor/events/Events.mjs +7 -7
  1058. package/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  1059. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +64 -64
  1060. package/ktor-ktor-http/io/ktor/http/Codecs.mjs.map +1 -1
  1061. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +110 -110
  1062. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs.map +1 -1
  1063. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +38 -38
  1064. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs.map +1 -1
  1065. package/ktor-ktor-http/io/ktor/http/Headers.mjs +21 -21
  1066. package/ktor-ktor-http/io/ktor/http/Headers.mjs.map +1 -1
  1067. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +65 -65
  1068. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs.map +1 -1
  1069. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +124 -124
  1070. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs.map +1 -1
  1071. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +8 -8
  1072. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs.map +1 -1
  1073. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
  1074. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs.map +1 -1
  1075. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +17 -17
  1076. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs.map +1 -1
  1077. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +73 -73
  1078. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs.map +1 -1
  1079. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +14 -14
  1080. package/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
  1081. package/ktor-ktor-http/io/ktor/http/Query.mjs +7 -7
  1082. package/ktor-ktor-http/io/ktor/http/Query.mjs.map +1 -1
  1083. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +94 -94
  1084. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs.map +1 -1
  1085. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +2 -2
  1086. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs.map +1 -1
  1087. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +44 -44
  1088. package/ktor-ktor-http/io/ktor/http/URLParser.mjs.map +1 -1
  1089. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +28 -28
  1090. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs.map +1 -1
  1091. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +40 -40
  1092. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs.map +1 -1
  1093. package/ktor-ktor-http/io/ktor/http/Url.mjs +83 -83
  1094. package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
  1095. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +57 -57
  1096. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
  1097. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  1098. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs.map +1 -1
  1099. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +10 -10
  1100. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs.map +1 -1
  1101. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +13 -13
  1102. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs.map +1 -1
  1103. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +5 -5
  1104. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs.map +1 -1
  1105. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +104 -104
  1106. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs.map +1 -1
  1107. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +48 -49
  1108. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs.map +1 -1
  1109. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +65 -65
  1110. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs.map +1 -1
  1111. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +57 -57
  1112. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs.map +1 -1
  1113. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +94 -94
  1114. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs.map +1 -1
  1115. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  1116. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs.map +1 -1
  1117. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPoolJs.mjs.map +1 -1
  1118. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +22 -22
  1119. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs.map +1 -1
  1120. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  1121. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs.map +1 -1
  1122. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  1123. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs.map +1 -1
  1124. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +2 -2
  1125. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs.map +1 -1
  1126. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.jsAndWasmShared.mjs.map +1 -1
  1127. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +133 -133
  1128. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
  1129. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +2 -2
  1130. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs.map +1 -1
  1131. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +58 -58
  1132. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs.map +1 -1
  1133. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +15 -15
  1134. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs.map +1 -1
  1135. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +83 -89
  1136. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs.map +1 -1
  1137. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +4 -4
  1138. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs.map +1 -1
  1139. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +47 -49
  1140. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs.map +1 -1
  1141. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  1142. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs.map +1 -1
  1143. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +24 -24
  1144. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs.map +1 -1
  1145. package/ktor-ktor-io/io/ktor/utils/io/Deprecation.mjs.map +1 -1
  1146. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  1147. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs.map +1 -1
  1148. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +2 -2
  1149. package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs.map +1 -1
  1150. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +25 -25
  1151. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs.map +1 -1
  1152. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +20 -20
  1153. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs.map +1 -1
  1154. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +43 -43
  1155. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs.map +1 -1
  1156. package/ktor-ktor-io/io/ktor/utils/io/charsets/Decoder.js.mjs.map +1 -1
  1157. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +7 -7
  1158. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs.map +1 -1
  1159. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +4 -4
  1160. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs.map +1 -1
  1161. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +4 -4
  1162. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs.map +1 -1
  1163. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +9 -9
  1164. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs.map +1 -1
  1165. package/ktor-ktor-io/io/ktor/utils/io/charsets/Win1252Table.mjs.map +1 -1
  1166. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  1167. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs.map +1 -1
  1168. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs +1 -1
  1169. package/ktor-ktor-io/io/ktor/utils/io/core/Buffers.mjs.map +1 -1
  1170. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
  1171. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs.map +1 -1
  1172. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  1173. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs.map +1 -1
  1174. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  1175. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs.map +1 -1
  1176. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +11 -11
  1177. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs.map +1 -1
  1178. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  1179. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs.map +1 -1
  1180. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +30 -30
  1181. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs.map +1 -1
  1182. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +5 -5
  1183. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
  1184. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +6 -6
  1185. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs.map +1 -1
  1186. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +51 -51
  1187. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs.map +1 -1
  1188. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +7 -7
  1189. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs.map +1 -1
  1190. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/ExtensionsJs.mjs.map +1 -1
  1191. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +95 -95
  1192. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs.map +1 -1
  1193. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +37 -37
  1194. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs.map +1 -1
  1195. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +9 -9
  1196. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs.map +1 -1
  1197. package/ktor-ktor-server-core/io/ktor/server/engine/ShutdownHook.jsAndWasmShared.mjs.map +1 -1
  1198. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +19 -19
  1199. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs.map +1 -1
  1200. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +16 -16
  1201. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs.map +1 -1
  1202. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +57 -57
  1203. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs.map +1 -1
  1204. package/ktor-ktor-utils/io/ktor/util/Charset.mjs +1 -1
  1205. package/ktor-ktor-utils/io/ktor/util/Charset.mjs.map +1 -1
  1206. package/ktor-ktor-utils/io/ktor/util/Collections.mjs.map +1 -1
  1207. package/ktor-ktor-utils/io/ktor/util/CollectionsJs.mjs.map +1 -1
  1208. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +4 -4
  1209. package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
  1210. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +63 -63
  1211. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs.map +1 -1
  1212. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +3 -3
  1213. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs.map +1 -1
  1214. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +20 -20
  1215. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs.map +1 -1
  1216. package/ktor-ktor-utils/io/ktor/util/PlatformUtilsJs.mjs.map +1 -1
  1217. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +116 -116
  1218. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs.map +1 -1
  1219. package/ktor-ktor-utils/io/ktor/util/Text.mjs +15 -15
  1220. package/ktor-ktor-utils/io/ktor/util/Text.mjs.map +1 -1
  1221. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  1222. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs.map +1 -1
  1223. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +115 -115
  1224. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
  1225. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +8 -8
  1226. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs.map +1 -1
  1227. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +9 -9
  1228. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs.map +1 -1
  1229. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +24 -24
  1230. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs.map +1 -1
  1231. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +6 -6
  1232. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs.map +1 -1
  1233. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +31 -31
  1234. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
  1235. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +31 -31
  1236. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs.map +1 -1
  1237. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +68 -68
  1238. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs.map +1 -1
  1239. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.js.mjs.map +1 -1
  1240. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  1241. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs.map +1 -1
  1242. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineJs.mjs.map +1 -1
  1243. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +4 -4
  1244. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs.map +1 -1
  1245. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +3 -3
  1246. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs.map +1 -1
  1247. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecover.mjs.map +1 -1
  1248. package/ktor-ktor-utils/io/ktor/util/pipeline/StackTraceRecoverJs.mjs.map +1 -1
  1249. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +67 -67
  1250. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  1251. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  1252. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs.map +1 -1
  1253. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs +1 -1
  1254. package/ktor-ktor-utils/io/ktor/util/reflect/TypeInfoJs.mjs.map +1 -1
  1255. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +25 -25
  1256. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs.map +1 -1
  1257. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +3 -3
  1258. package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  1259. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +36 -36
  1260. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs.map +1 -1
  1261. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +21 -21
  1262. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs.map +1 -1
  1263. package/package.json +2 -2
  1264. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs +0 -80
  1265. package/kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeImpl.mjs.map +0 -1
  1266. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +0 -43
  1267. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs.map +0 -1
@@ -4,9 +4,9 @@ import { coerceAtLeast2bkz8m9ik7hep as coerceAtLeast } from '../../../../kotlin-
4
4
  import { LinkedHashMap1zhqxkxv3xnkl as LinkedHashMap } from '../../../../kotlin-kotlin-stdlib/kotlin/collections/LinkedHashMap.mjs';
5
5
  import {
6
6
  UBytep4j7r1t64gz1 as UByte,
7
- _UByte___init__impl__g9hnc43ude1dscg1q30 as _UByte___init__impl__g9hnc4,
7
+ _UByte___init__impl__g9hnc418b8pq346rvu4 as _UByte___init__impl__g9hnc4,
8
8
  } from '../../../../kotlin-kotlin-stdlib/kotlin/UByte.mjs';
9
- import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
9
+ import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
10
10
  import {
11
11
  initMetadataForCompanion1wyw17z38v6ac as initMetadataForCompanion,
12
12
  initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
@@ -52,36 +52,36 @@ import {
52
52
  } from '../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginHelperInterfaces.mjs';
53
53
  import {
54
54
  Error30j3ojkdbobic as Error_0,
55
- Ok_instance16o85l22vdqrr as Ok_instance,
55
+ Ok_instance2dq55y6oxysp as Ok_instance,
56
56
  Ok13drvlkukl2fs as Ok,
57
57
  } from './AttoValidation.mjs';
58
58
  import {
59
- Companion_instance1fg0f1h3yksy8 as Companion_instance,
60
- AttoInstantAsLongSerializer_getInstance2fa8f20kvnk9j as AttoInstantAsLongSerializer_getInstance,
59
+ Companion_instance2r31n2982ks7j as Companion_instance,
60
+ AttoInstantAsLongSerializer_getInstance172euxkr4q6nd as AttoInstantAsLongSerializer_getInstance,
61
61
  } from './AttoInstant.mjs';
62
62
  import {
63
- Companion_getInstance3vz87v4c01z2t as Companion_getInstance,
63
+ Companion_getInstance1ji65oeucwbu1 as Companion_getInstance,
64
64
  toDuration7gy6v749ektt as toDuration,
65
65
  } from '../../../../kotlin-kotlin-stdlib/kotlin/time/Duration.mjs';
66
- import { DurationUnit_MINUTES_getInstancejlptjvjgjkm8 as DurationUnit_MINUTES_getInstance } from '../../../../kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs';
66
+ import { DurationUnit_MINUTES_getInstance1l4aknihl7p1h as DurationUnit_MINUTES_getInstance } from '../../../../kotlin-kotlin-stdlib/kotlin/time/DurationUnitJs.mjs';
67
67
  import { isInterface3d6p8outrmvmk as isInterface } from '../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
68
68
  import {
69
- Companion_getInstancezafbg69jdanb as Companion_getInstance_0,
70
- AttoAmountAsULongSerializer_getInstanceh2609yxm2twf as AttoAmountAsULongSerializer_getInstance,
69
+ Companion_getInstance28cx33iqjvgos as Companion_getInstance_0,
70
+ AttoAmountAsULongSerializer_getInstance1nj84x863plt3 as AttoAmountAsULongSerializer_getInstance,
71
71
  } from './AttoAmount.mjs';
72
72
  import {
73
- Companion_getInstance1rciukis3eslg as Companion_getInstance_1,
74
- AttoHeightSerializer_getInstance3gs6ucbpk3jcu as AttoHeightSerializer_getInstance,
73
+ Companion_getInstance2lm64hqroytdz as Companion_getInstance_1,
74
+ AttoHeightSerializer_getInstance3kkm90f1k058g as AttoHeightSerializer_getInstance,
75
75
  AttoHeight1604ccqlfsk68 as AttoHeight,
76
76
  } from './AttoHeight.mjs';
77
77
  import {
78
78
  AttoHashableglgxag9qublj as AttoHashable,
79
- AttoHashAsStringSerializer_getInstanceedliht4fjm38 as AttoHashAsStringSerializer_getInstance,
79
+ AttoHashAsStringSerializer_getInstance1cjkrml8p9of9 as AttoHashAsStringSerializer_getInstance,
80
80
  } from './AttoHash.mjs';
81
81
  import { values1ix93lj72gxe9 as values } from './AttoNetwork.mjs';
82
82
  import { createSimpleEnumSerializer2guioz11kk1m0 as createSimpleEnumSerializer } from '../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs';
83
- import { Companion_getInstance19ckbg90y6ov9 as Companion_getInstance_2 } from './AttoAlgorithm.mjs';
84
- import { LazyThreadSafetyMode_PUBLICATION_getInstance3hlj875zwihx0 as LazyThreadSafetyMode_PUBLICATION_getInstance } from '../../../../kotlin-kotlin-stdlib/kotlin/Lazy.mjs';
83
+ import { Companion_getInstance1z5io8nvitm6s as Companion_getInstance_2 } from './AttoAlgorithm.mjs';
84
+ import { LazyThreadSafetyMode_PUBLICATION_getInstance1vspt3xrdob1a as LazyThreadSafetyMode_PUBLICATION_getInstance } from '../../../../kotlin-kotlin-stdlib/kotlin/Lazy.mjs';
85
85
  import {
86
86
  lazy1261dae0bgscp as lazy,
87
87
  lazy2hsh8ze7j6ikd as lazy_0,
@@ -90,12 +90,12 @@ import { fromInt2ii0rejb1w62w as fromInt } from '../../../../kotlin-kotlin-stdli
90
90
  import { IllegalArgumentException2asla15b5jaob as IllegalArgumentException } from '../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
91
91
  import { PluginGeneratedSerialDescriptorqdzeg5asqhfg as PluginGeneratedSerialDescriptor } from '../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs';
92
92
  import {
93
- AttoVersionSerializer_getInstance3dtcmmiz89i68 as AttoVersionSerializer_getInstance,
93
+ AttoVersionSerializer_getInstance3t38ci4os4loy as AttoVersionSerializer_getInstance,
94
94
  AttoVersion16od9j7ykpw2t as AttoVersion,
95
95
  } from './AttoVersion.mjs';
96
- import { AttoPublicKeyAsStringSerializer_getInstance1x5nm513mnj2t as AttoPublicKeyAsStringSerializer_getInstance } from './AttoPublicKey.mjs';
96
+ import { AttoPublicKeyAsStringSerializer_getInstance1bl0eus6ize85 as AttoPublicKeyAsStringSerializer_getInstance } from './AttoPublicKey.mjs';
97
97
  import {
98
- AttoAddressAsStringSerializer_getInstance5j63k7wo5ww2 as AttoAddressAsStringSerializer_getInstance,
98
+ AttoAddressAsStringSerializer_getInstance24yl5bwdaz5bm as AttoAddressAsStringSerializer_getInstance,
99
99
  AttoAddressi1gjrmqbg81z as AttoAddress,
100
100
  } from './AttoAddress.mjs';
101
101
  import { UnknownFieldExceptiona60e3a6v1xqo as UnknownFieldException } from '../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs';
@@ -106,8 +106,8 @@ import {
106
106
  import { KProperty1ca4yb4wlo496 as KProperty1 } from '../../../../kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs';
107
107
  import { getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef } from '../../../../kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs';
108
108
  import { throwMissingFieldException2cmke0v3ynf14 as throwMissingFieldException } from '../../../../kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs';
109
- import { _ULong___init__impl__c78o9k1p6qzv0dh0bvg as _ULong___init__impl__c78o9k } from '../../../../kotlin-kotlin-stdlib/kotlin/ULong.mjs';
110
- import { _UShort___init__impl__jigrne2jag2u7194ozm as _UShort___init__impl__jigrne } from '../../../../kotlin-kotlin-stdlib/kotlin/UShort.mjs';
109
+ import { _ULong___init__impl__c78o9k2ace6d5rqjy3k as _ULong___init__impl__c78o9k } from '../../../../kotlin-kotlin-stdlib/kotlin/ULong.mjs';
110
+ import { _UShort___init__impl__jigrne3qim87o3qpsbl as _UShort___init__impl__jigrne } from '../../../../kotlin-kotlin-stdlib/kotlin/UShort.mjs';
111
111
  //region block: imports
112
112
  var imul = Math.imul;
113
113
  //endregion
@@ -134,17 +134,17 @@ function Companion() {
134
134
  var this_0 = get_entries();
135
135
  var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(this_0, 10)), 16);
136
136
  // Inline function 'kotlin.collections.associateByTo' call
137
- var destination = LinkedHashMap().wb(capacity);
138
- var _iterator__ex2g4s = this_0.k1();
139
- while (_iterator__ex2g4s.l1()) {
140
- var element = _iterator__ex2g4s.m1();
137
+ var destination = LinkedHashMap().rc(capacity);
138
+ var _iterator__ex2g4s = this_0.q1();
139
+ while (_iterator__ex2g4s.r1()) {
140
+ var element = _iterator__ex2g4s.s1();
141
141
  var tmp$ret$0 = new (UByte())(element.code);
142
- destination.h3(tmp$ret$0, element);
142
+ destination.p4(tmp$ret$0, element);
143
143
  }
144
- tmp.i2x_1 = destination;
144
+ tmp.g2y_1 = destination;
145
145
  }
146
146
  from(code) {
147
- var tmp0_elvis_lhs = this.i2x_1.p3(new (UByte())(code));
147
+ var tmp0_elvis_lhs = this.g2y_1.x4(new (UByte())(code));
148
148
  return tmp0_elvis_lhs == null ? AttoBlockType_UNKNOWN_getInstance() : tmp0_elvis_lhs;
149
149
  }
150
150
  }
@@ -208,17 +208,17 @@ function AttoBlockType() {
208
208
  this.code = code;
209
209
  this.size = size;
210
210
  }
211
- m2w() {
211
+ k2x() {
212
212
  return this.code;
213
213
  }
214
- n1() {
214
+ u2() {
215
215
  return this.size;
216
216
  }
217
217
  get name() {
218
- return this.x3();
218
+ return this.i1();
219
219
  }
220
220
  get ordinal() {
221
- return this.y3();
221
+ return this.e5();
222
222
  }
223
223
  }
224
224
  initMetadataForClass($, 'AttoBlockType');
@@ -251,21 +251,21 @@ function Companion_0() {
251
251
  fromBuffer(serializedBlock) {
252
252
  // Inline function 'kotlin.let' call
253
253
  var it = new (Buffer())();
254
- serializedBlock.v27(it, 0n, 1n);
254
+ serializedBlock.p28(it, 0n, 1n);
255
255
  var type = readAttoBlockType(it);
256
256
  var tmp;
257
- switch (type.w3_1) {
257
+ switch (type.x1_1) {
258
258
  case 3:
259
- tmp = Companion_getInstance_5().k2x(serializedBlock);
259
+ tmp = Companion_getInstance_5().i2y(serializedBlock);
260
260
  break;
261
261
  case 2:
262
- tmp = Companion_getInstance_6().k2x(serializedBlock);
262
+ tmp = Companion_getInstance_6().i2y(serializedBlock);
263
263
  break;
264
264
  case 1:
265
- tmp = Companion_getInstance_7().k2x(serializedBlock);
265
+ tmp = Companion_getInstance_7().i2y(serializedBlock);
266
266
  break;
267
267
  case 4:
268
- tmp = Companion_getInstance_8().k2x(serializedBlock);
268
+ tmp = Companion_getInstance_8().i2y(serializedBlock);
269
269
  break;
270
270
  case 0:
271
271
  return null;
@@ -275,7 +275,7 @@ function Companion_0() {
275
275
  }
276
276
  return tmp;
277
277
  }
278
- k2t() {
278
+ e2u() {
279
279
  var tmp = getKClass(AttoBlock());
280
280
  // Inline function 'kotlin.arrayOf' call
281
281
  // Inline function 'kotlin.js.unsafeCast' call
@@ -289,10 +289,10 @@ function Companion_0() {
289
289
  // Inline function 'kotlin.js.unsafeCast' call
290
290
  // Inline function 'kotlin.js.asDynamic' call
291
291
  var tmp$ret$8 = [];
292
- return SealedClassSerializer().a1m('cash.atto.commons.AttoBlock', tmp, tmp_0, tmp_1, tmp$ret$8);
292
+ return SealedClassSerializer().s1m('cash.atto.commons.AttoBlock', tmp, tmp_0, tmp_1, tmp$ret$8);
293
293
  }
294
- w1x(typeParamsSerializers) {
295
- return this.k2t();
294
+ q1y(typeParamsSerializers) {
295
+ return this.e2u();
296
296
  }
297
297
  }
298
298
  initMetadataForCompanion($, VOID, [SerializerFactory()]);
@@ -305,7 +305,7 @@ function Companion_getInstance_4() {
305
305
  return Companion_instance_1;
306
306
  }
307
307
  function validate() {
308
- if (this.version.p2x(get_maxVersion()) > 0) {
308
+ if (this.version.n2y(get_maxVersion()) > 0) {
309
309
  return new (Error_0())('Invalid version: version=' + this.version.toString() + ' > max=' + get_maxVersion().toString());
310
310
  }
311
311
  var now = Companion_instance.now();
@@ -313,7 +313,7 @@ function validate() {
313
313
  // Inline function 'kotlin.time.Companion.minutes' call
314
314
  Companion_getInstance();
315
315
  var tmp$ret$0 = toDuration(1, DurationUnit_MINUTES_getInstance());
316
- if (tmp.x2u(now.jp(tmp$ret$0)) > 0) {
316
+ if (tmp.t2v(now.zp(tmp$ret$0)) > 0) {
317
317
  return new (Error_0())('Timestamp too far in the future: timestamp=' + this.timestamp.toString() + ', now=' + now.toString() + ', tolerance=1m');
318
318
  }
319
319
  if (!(this.algorithm.publicKeySize === this.publicKey.value.length)) {
@@ -348,7 +348,7 @@ function validate() {
348
348
  }
349
349
  var tmp_3;
350
350
  if (!(this instanceof AttoOpenBlock())) {
351
- tmp_3 = this.height.q2x(Companion_getInstance_1().MIN) <= 0;
351
+ tmp_3 = this.height.o2y(Companion_getInstance_1().MIN) <= 0;
352
352
  } else {
353
353
  tmp_3 = false;
354
354
  }
@@ -367,7 +367,7 @@ function validate() {
367
367
  return Ok_instance;
368
368
  }
369
369
  function isValid() {
370
- return this.validate().r2x();
370
+ return this.validate().p2y();
371
371
  }
372
372
  var AttoBlockClass;
373
373
  function AttoBlock() {
@@ -409,10 +409,10 @@ function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99() {
409
409
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
410
410
  }
411
411
  function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_0() {
412
- return Companion_getInstance_2().k2t();
412
+ return Companion_getInstance_2().e2u();
413
413
  }
414
414
  function AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_1() {
415
- return Companion_getInstance_2().k2t();
415
+ return Companion_getInstance_2().e2u();
416
416
  }
417
417
  var CompanionClass_1;
418
418
  function Companion_1() {
@@ -429,19 +429,19 @@ function Companion_1() {
429
429
  // Inline function 'kotlin.arrayOf' call
430
430
  // Inline function 'kotlin.js.unsafeCast' call
431
431
  // Inline function 'kotlin.js.asDynamic' call
432
- tmp.j2x_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_1), null, null, null, null];
432
+ tmp.h2y_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoSendBlock$Companion$$childSerializers$_anonymous__s9zy99_1), null, null, null, null];
433
433
  }
434
- k2x(serializedBlock) {
435
- if (fromInt(AttoBlockType_SEND_getInstance().size) > serializedBlock.n1()) {
434
+ i2y(serializedBlock) {
435
+ if (fromInt(AttoBlockType_SEND_getInstance().size) > serializedBlock.u2()) {
436
436
  return null;
437
437
  }
438
438
  var blockType = readAttoBlockType(serializedBlock);
439
439
  if (!blockType.equals(AttoBlockType_SEND_getInstance())) {
440
- throw IllegalArgumentException().j1('Invalid block type: ' + blockType.toString());
440
+ throw IllegalArgumentException().t2('Invalid block type: ' + blockType.toString());
441
441
  }
442
442
  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));
443
443
  }
444
- k2t() {
444
+ e2u() {
445
445
  return $serializer_getInstance();
446
446
  }
447
447
  }
@@ -463,45 +463,45 @@ function $serializer() {
463
463
  constructor() {
464
464
  $serializer_instance = this;
465
465
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('SEND', this, 13);
466
- tmp0_serialDesc.v1w('network', false);
467
- tmp0_serialDesc.v1w('version', false);
468
- tmp0_serialDesc.v1w('algorithm', false);
469
- tmp0_serialDesc.v1w('publicKey', false);
470
- tmp0_serialDesc.v1w('height', false);
471
- tmp0_serialDesc.v1w('balance', false);
472
- tmp0_serialDesc.v1w('timestamp', false);
473
- tmp0_serialDesc.v1w('previous', false);
474
- tmp0_serialDesc.v1w('receiverAlgorithm', false);
475
- tmp0_serialDesc.v1w('receiverPublicKey', false);
476
- tmp0_serialDesc.v1w('amount', false);
477
- tmp0_serialDesc.v1w('address', true);
478
- tmp0_serialDesc.v1w('receiverAddress', true);
479
- this.v2x_1 = tmp0_serialDesc;
480
- }
481
- w2x(encoder, value) {
482
- var tmp0_desc = this.v2x_1;
483
- var tmp1_output = encoder.h1p(tmp0_desc);
484
- var tmp2_cached = Companion_getInstance_5().j2x_1;
485
- tmp1_output.y1q(tmp0_desc, 0, tmp2_cached[0].z1(), value.x2x_1);
486
- tmp1_output.y1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.y2x_1);
487
- tmp1_output.y1q(tmp0_desc, 2, tmp2_cached[2].z1(), value.z2x_1);
488
- tmp1_output.y1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.a2y_1);
489
- tmp1_output.y1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.b2y_1);
490
- tmp1_output.y1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.c2y_1);
491
- tmp1_output.y1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.d2y_1);
492
- tmp1_output.y1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.e2y_1);
493
- tmp1_output.y1q(tmp0_desc, 8, tmp2_cached[8].z1(), value.receiverAlgorithm);
494
- tmp1_output.y1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.receiverPublicKey);
495
- tmp1_output.y1q(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), value.amount);
496
- tmp1_output.y1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.h2y_1);
497
- tmp1_output.y1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.receiverAddress);
498
- tmp1_output.i1p(tmp0_desc);
499
- }
500
- v1k(encoder, value) {
501
- return this.w2x(encoder, value instanceof AttoSendBlock() ? value : THROW_CCE());
502
- }
503
- w1k(decoder) {
504
- var tmp0_desc = this.v2x_1;
466
+ tmp0_serialDesc.p1x('network', false);
467
+ tmp0_serialDesc.p1x('version', false);
468
+ tmp0_serialDesc.p1x('algorithm', false);
469
+ tmp0_serialDesc.p1x('publicKey', false);
470
+ tmp0_serialDesc.p1x('height', false);
471
+ tmp0_serialDesc.p1x('balance', false);
472
+ tmp0_serialDesc.p1x('timestamp', false);
473
+ tmp0_serialDesc.p1x('previous', false);
474
+ tmp0_serialDesc.p1x('receiverAlgorithm', false);
475
+ tmp0_serialDesc.p1x('receiverPublicKey', false);
476
+ tmp0_serialDesc.p1x('amount', false);
477
+ tmp0_serialDesc.p1x('address', true);
478
+ tmp0_serialDesc.p1x('receiverAddress', true);
479
+ this.t2y_1 = tmp0_serialDesc;
480
+ }
481
+ u2y(encoder, value) {
482
+ var tmp0_desc = this.t2y_1;
483
+ var tmp1_output = encoder.b1q(tmp0_desc);
484
+ var tmp2_cached = Companion_getInstance_5().h2y_1;
485
+ tmp1_output.s1r(tmp0_desc, 0, tmp2_cached[0].g3(), value.v2y_1);
486
+ tmp1_output.s1r(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.w2y_1);
487
+ tmp1_output.s1r(tmp0_desc, 2, tmp2_cached[2].g3(), value.x2y_1);
488
+ tmp1_output.s1r(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.y2y_1);
489
+ tmp1_output.s1r(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.z2y_1);
490
+ tmp1_output.s1r(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.a2z_1);
491
+ tmp1_output.s1r(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.b2z_1);
492
+ tmp1_output.s1r(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.c2z_1);
493
+ tmp1_output.s1r(tmp0_desc, 8, tmp2_cached[8].g3(), value.receiverAlgorithm);
494
+ tmp1_output.s1r(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.receiverPublicKey);
495
+ tmp1_output.s1r(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), value.amount);
496
+ tmp1_output.s1r(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.f2z_1);
497
+ tmp1_output.s1r(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.receiverAddress);
498
+ tmp1_output.c1q(tmp0_desc);
499
+ }
500
+ n1l(encoder, value) {
501
+ return this.u2y(encoder, value instanceof AttoSendBlock() ? value : THROW_CCE());
502
+ }
503
+ o1l(decoder) {
504
+ var tmp0_desc = this.t2y_1;
505
505
  var tmp1_flag = true;
506
506
  var tmp2_index = 0;
507
507
  var tmp3_bitMask0 = 0;
@@ -518,113 +518,113 @@ function $serializer() {
518
518
  var tmp14_local10 = null;
519
519
  var tmp15_local11 = null;
520
520
  var tmp16_local12 = null;
521
- var tmp19_input = decoder.h1p(tmp0_desc);
522
- var tmp20_cached = Companion_getInstance_5().j2x_1;
523
- if (tmp19_input.w1p()) {
524
- tmp4_local0 = tmp19_input.t1p(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
521
+ var tmp19_input = decoder.b1q(tmp0_desc);
522
+ var tmp20_cached = Companion_getInstance_5().h2y_1;
523
+ if (tmp19_input.q1q()) {
524
+ tmp4_local0 = tmp19_input.n1q(tmp0_desc, 0, tmp20_cached[0].g3(), tmp4_local0);
525
525
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
526
- tmp5_local1 = tmp19_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
526
+ tmp5_local1 = tmp19_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
527
527
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
528
- tmp6_local2 = tmp19_input.t1p(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
528
+ tmp6_local2 = tmp19_input.n1q(tmp0_desc, 2, tmp20_cached[2].g3(), tmp6_local2);
529
529
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
530
- tmp7_local3 = tmp19_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
530
+ tmp7_local3 = tmp19_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
531
531
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
532
- tmp8_local4 = tmp19_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
532
+ tmp8_local4 = tmp19_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
533
533
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
534
- tmp9_local5 = tmp19_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
534
+ tmp9_local5 = tmp19_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
535
535
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
536
- tmp10_local6 = tmp19_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
536
+ tmp10_local6 = tmp19_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
537
537
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
538
- tmp11_local7 = tmp19_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
538
+ tmp11_local7 = tmp19_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
539
539
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
540
- tmp12_local8 = tmp19_input.t1p(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
540
+ tmp12_local8 = tmp19_input.n1q(tmp0_desc, 8, tmp20_cached[8].g3(), tmp12_local8);
541
541
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
542
- tmp13_local9 = tmp19_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
542
+ tmp13_local9 = tmp19_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
543
543
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
544
- tmp14_local10 = tmp19_input.t1p(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
544
+ tmp14_local10 = tmp19_input.n1q(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
545
545
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
546
- tmp15_local11 = tmp19_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
546
+ tmp15_local11 = tmp19_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
547
547
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
548
- tmp16_local12 = tmp19_input.t1p(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
548
+ tmp16_local12 = tmp19_input.n1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
549
549
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
550
550
  } else
551
551
  while (tmp1_flag) {
552
- tmp2_index = tmp19_input.x1p(tmp0_desc);
552
+ tmp2_index = tmp19_input.r1q(tmp0_desc);
553
553
  switch (tmp2_index) {
554
554
  case -1:
555
555
  tmp1_flag = false;
556
556
  break;
557
557
  case 0:
558
- tmp4_local0 = tmp19_input.t1p(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
558
+ tmp4_local0 = tmp19_input.n1q(tmp0_desc, 0, tmp20_cached[0].g3(), tmp4_local0);
559
559
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
560
560
  break;
561
561
  case 1:
562
- tmp5_local1 = tmp19_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
562
+ tmp5_local1 = tmp19_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
563
563
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
564
564
  break;
565
565
  case 2:
566
- tmp6_local2 = tmp19_input.t1p(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
566
+ tmp6_local2 = tmp19_input.n1q(tmp0_desc, 2, tmp20_cached[2].g3(), tmp6_local2);
567
567
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
568
568
  break;
569
569
  case 3:
570
- tmp7_local3 = tmp19_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
570
+ tmp7_local3 = tmp19_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
571
571
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
572
572
  break;
573
573
  case 4:
574
- tmp8_local4 = tmp19_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
574
+ tmp8_local4 = tmp19_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
575
575
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
576
576
  break;
577
577
  case 5:
578
- tmp9_local5 = tmp19_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
578
+ tmp9_local5 = tmp19_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
579
579
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
580
580
  break;
581
581
  case 6:
582
- tmp10_local6 = tmp19_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
582
+ tmp10_local6 = tmp19_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
583
583
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
584
584
  break;
585
585
  case 7:
586
- tmp11_local7 = tmp19_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
586
+ tmp11_local7 = tmp19_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
587
587
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
588
588
  break;
589
589
  case 8:
590
- tmp12_local8 = tmp19_input.t1p(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
590
+ tmp12_local8 = tmp19_input.n1q(tmp0_desc, 8, tmp20_cached[8].g3(), tmp12_local8);
591
591
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
592
592
  break;
593
593
  case 9:
594
- tmp13_local9 = tmp19_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
594
+ tmp13_local9 = tmp19_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
595
595
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
596
596
  break;
597
597
  case 10:
598
- tmp14_local10 = tmp19_input.t1p(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
598
+ tmp14_local10 = tmp19_input.n1q(tmp0_desc, 10, AttoAmountAsULongSerializer_getInstance(), tmp14_local10);
599
599
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
600
600
  break;
601
601
  case 11:
602
- tmp15_local11 = tmp19_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
602
+ tmp15_local11 = tmp19_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
603
603
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
604
604
  break;
605
605
  case 12:
606
- tmp16_local12 = tmp19_input.t1p(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
606
+ tmp16_local12 = tmp19_input.n1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
607
607
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
608
608
  break;
609
609
  default:
610
- throw UnknownFieldException().q1m(tmp2_index);
610
+ throw UnknownFieldException().i1n(tmp2_index);
611
611
  }
612
612
  }
613
- tmp19_input.i1p(tmp0_desc);
614
- return AttoSendBlock().i2y(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);
613
+ tmp19_input.c1q(tmp0_desc);
614
+ return AttoSendBlock().g2z(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);
615
615
  }
616
- u1k() {
617
- return this.v2x_1;
616
+ m1l() {
617
+ return this.t2y_1;
618
618
  }
619
- k1x() {
620
- var tmp0_cached = Companion_getInstance_5().j2x_1;
619
+ e1y() {
620
+ var tmp0_cached = Companion_getInstance_5().h2y_1;
621
621
  // Inline function 'kotlin.arrayOf' call
622
622
  // Inline function 'kotlin.js.unsafeCast' call
623
623
  // Inline function 'kotlin.js.asDynamic' call
624
- 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()];
624
+ return [tmp0_cached[0].g3(), AttoVersionSerializer_getInstance(), tmp0_cached[2].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
625
625
  }
626
626
  }
627
- protoOf($).l1x = typeParametersSerializers;
627
+ protoOf($).f1y = typeParametersSerializers;
628
628
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
629
629
  $serializerClass = $;
630
630
  }
@@ -637,13 +637,13 @@ function $serializer_getInstance() {
637
637
  return $serializer_instance;
638
638
  }
639
639
  function AttoSendBlock$hash$delegate$lambda(this$0) {
640
- return () => hash(this$0.e2w());
640
+ return () => hash(this$0.c2x());
641
641
  }
642
642
  function AttoSendBlock$_get_hash_$ref_emfoe1() {
643
643
  return (p0) => p0.hash;
644
644
  }
645
645
  function AttoSendBlock$_init_$lambda_dfxw6s(this$0) {
646
- return () => hash(this$0.e2w());
646
+ return () => hash(this$0.c2x());
647
647
  }
648
648
  var AttoSendBlockClass;
649
649
  function AttoSendBlock() {
@@ -651,84 +651,84 @@ function AttoSendBlock() {
651
651
  class $ {
652
652
  constructor(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount) {
653
653
  Companion_getInstance_5();
654
- this.x2x_1 = network;
655
- this.y2x_1 = version;
656
- this.z2x_1 = algorithm;
657
- this.a2y_1 = publicKey;
658
- this.b2y_1 = height;
659
- this.c2y_1 = balance;
660
- this.d2y_1 = timestamp;
661
- this.e2y_1 = previous;
654
+ this.v2y_1 = network;
655
+ this.w2y_1 = version;
656
+ this.x2y_1 = algorithm;
657
+ this.y2y_1 = publicKey;
658
+ this.z2y_1 = height;
659
+ this.a2z_1 = balance;
660
+ this.b2z_1 = timestamp;
661
+ this.c2z_1 = previous;
662
662
  this.receiverAlgorithm = receiverAlgorithm;
663
663
  this.receiverPublicKey = receiverPublicKey;
664
664
  this.amount = amount;
665
- this.f2y_1 = AttoBlockType_SEND_getInstance();
665
+ this.d2z_1 = AttoBlockType_SEND_getInstance();
666
666
  var tmp = this;
667
- tmp.g2y_1 = lazy_0(AttoSendBlock$hash$delegate$lambda(this));
668
- this.h2y_1 = new (AttoAddress())(this.z2x_1, this.a2y_1);
667
+ tmp.e2z_1 = lazy_0(AttoSendBlock$hash$delegate$lambda(this));
668
+ this.f2z_1 = new (AttoAddress())(this.x2y_1, this.y2y_1);
669
669
  this.receiverAddress = new (AttoAddress())(this.receiverAlgorithm, this.receiverPublicKey);
670
670
  }
671
- k2u() {
672
- return this.x2x_1;
671
+ f2v() {
672
+ return this.v2y_1;
673
673
  }
674
- l2u() {
675
- return this.y2x_1;
674
+ g2v() {
675
+ return this.w2y_1;
676
676
  }
677
- m2u() {
678
- return this.z2x_1;
677
+ h2v() {
678
+ return this.x2y_1;
679
679
  }
680
- j2u() {
681
- return this.a2y_1;
680
+ e2v() {
681
+ return this.y2y_1;
682
682
  }
683
- n2u() {
684
- return this.b2y_1;
683
+ i2v() {
684
+ return this.z2y_1;
685
685
  }
686
- o2u() {
687
- return this.c2y_1;
686
+ j2v() {
687
+ return this.a2z_1;
688
688
  }
689
- t2v() {
690
- return this.d2y_1;
689
+ r2w() {
690
+ return this.b2z_1;
691
691
  }
692
- s2x() {
693
- return this.e2y_1;
692
+ q2y() {
693
+ return this.c2z_1;
694
694
  }
695
- j2y() {
695
+ h2z() {
696
696
  return this.receiverAlgorithm;
697
697
  }
698
- k2y() {
698
+ i2z() {
699
699
  return this.receiverPublicKey;
700
700
  }
701
- l2y() {
701
+ j2z() {
702
702
  return this.amount;
703
703
  }
704
- o2x() {
705
- return this.f2y_1;
704
+ m2y() {
705
+ return this.d2z_1;
706
706
  }
707
- o2v() {
708
- var tmp0 = this.g2y_1;
707
+ m2w() {
708
+ var tmp0 = this.e2z_1;
709
709
  var tmp = KProperty1();
710
710
  // Inline function 'kotlin.getValue' call
711
711
  getPropertyCallableRef('hash', 1, tmp, AttoSendBlock$_get_hash_$ref_emfoe1(), null);
712
- return tmp0.z1();
712
+ return tmp0.g3();
713
713
  }
714
- t2u() {
715
- return this.h2y_1;
714
+ o2v() {
715
+ return this.f2z_1;
716
716
  }
717
- m2y() {
717
+ k2z() {
718
718
  return this.receiverAddress;
719
719
  }
720
- e2w() {
720
+ c2x() {
721
721
  // Inline function 'kotlin.apply' call
722
722
  var this_0 = new (Buffer())();
723
- writeAttoBlockType(this_0, this.f2y_1);
724
- writeAttoNetwork(this_0, this.x2x_1);
725
- writeAttoVersion(this_0, this.y2x_1);
726
- writeAttoAlgorithm(this_0, this.z2x_1);
727
- writeAttoPublicKey(this_0, this.a2y_1);
728
- writeAttoHeight(this_0, this.b2y_1);
729
- writeAttoAmount(this_0, this.c2y_1);
730
- writeInstant(this_0, this.d2y_1);
731
- writeAttoHash(this_0, this.e2y_1);
723
+ writeAttoBlockType(this_0, this.d2z_1);
724
+ writeAttoNetwork(this_0, this.v2y_1);
725
+ writeAttoVersion(this_0, this.w2y_1);
726
+ writeAttoAlgorithm(this_0, this.x2y_1);
727
+ writeAttoPublicKey(this_0, this.y2y_1);
728
+ writeAttoHeight(this_0, this.z2y_1);
729
+ writeAttoAmount(this_0, this.a2z_1);
730
+ writeInstant(this_0, this.b2z_1);
731
+ writeAttoHash(this_0, this.c2z_1);
732
732
  writeAttoAlgorithm(this_0, this.receiverAlgorithm);
733
733
  writeAttoPublicKey(this_0, this.receiverPublicKey);
734
734
  writeAttoAmount(this_0, this.amount);
@@ -746,76 +746,76 @@ function AttoSendBlock() {
746
746
  if (this.amount.equals(Companion_getInstance_0().MIN)) {
747
747
  return new (Error_0())('Amount must be greater than ' + Companion_getInstance_0().MIN.toString());
748
748
  }
749
- if (this.receiverPublicKey.equals(this.a2y_1)) {
750
- return new (Error_0())('Receiver public key must be different from public key: receiverPublicKey=' + this.receiverPublicKey.toString() + ', publicKey=' + this.a2y_1.toString());
749
+ if (this.receiverPublicKey.equals(this.y2y_1)) {
750
+ return new (Error_0())('Receiver public key must be different from public key: receiverPublicKey=' + this.receiverPublicKey.toString() + ', publicKey=' + this.y2y_1.toString());
751
751
  }
752
752
  if (!(this.receiverAlgorithm.publicKeySize === this.receiverPublicKey.value.length)) {
753
753
  return new (Error_0())('Receiver public key size does not match receiver algorithm: ' + ('receiverAlgorithm.publicKeySize=' + this.receiverAlgorithm.publicKeySize + ', ') + ('receiverPublicKey.size=' + this.receiverPublicKey.value.length));
754
754
  }
755
755
  return Ok_instance;
756
756
  }
757
- te() {
758
- return this.x2x_1;
757
+ if() {
758
+ return this.v2y_1;
759
759
  }
760
- ue() {
761
- return this.y2x_1;
760
+ jf() {
761
+ return this.w2y_1;
762
762
  }
763
- z2u() {
764
- return this.z2x_1;
763
+ x2v() {
764
+ return this.x2y_1;
765
765
  }
766
- a2v() {
767
- return this.a2y_1;
766
+ y2v() {
767
+ return this.y2y_1;
768
768
  }
769
- b2v() {
770
- return this.b2y_1;
769
+ z2v() {
770
+ return this.z2y_1;
771
771
  }
772
- c2v() {
773
- return this.c2y_1;
772
+ a2w() {
773
+ return this.a2z_1;
774
774
  }
775
- d2v() {
776
- return this.d2y_1;
775
+ b2w() {
776
+ return this.b2z_1;
777
777
  }
778
- e2v() {
779
- return this.e2y_1;
778
+ c2w() {
779
+ return this.c2z_1;
780
780
  }
781
- f2v() {
781
+ d2w() {
782
782
  return this.receiverAlgorithm;
783
783
  }
784
- g2v() {
784
+ e2w() {
785
785
  return this.receiverPublicKey;
786
786
  }
787
- n2y() {
787
+ l2z() {
788
788
  return this.amount;
789
789
  }
790
- o2y(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount) {
790
+ m2z(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount) {
791
791
  return new (AttoSendBlock())(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount);
792
792
  }
793
793
  copy(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount, $super) {
794
- network = network === VOID ? this.x2x_1 : network;
795
- version = version === VOID ? this.y2x_1 : version;
796
- algorithm = algorithm === VOID ? this.z2x_1 : algorithm;
797
- publicKey = publicKey === VOID ? this.a2y_1 : publicKey;
798
- height = height === VOID ? this.b2y_1 : height;
799
- balance = balance === VOID ? this.c2y_1 : balance;
800
- timestamp = timestamp === VOID ? this.d2y_1 : timestamp;
801
- previous = previous === VOID ? this.e2y_1 : previous;
794
+ network = network === VOID ? this.v2y_1 : network;
795
+ version = version === VOID ? this.w2y_1 : version;
796
+ algorithm = algorithm === VOID ? this.x2y_1 : algorithm;
797
+ publicKey = publicKey === VOID ? this.y2y_1 : publicKey;
798
+ height = height === VOID ? this.z2y_1 : height;
799
+ balance = balance === VOID ? this.a2z_1 : balance;
800
+ timestamp = timestamp === VOID ? this.b2z_1 : timestamp;
801
+ previous = previous === VOID ? this.c2z_1 : previous;
802
802
  receiverAlgorithm = receiverAlgorithm === VOID ? this.receiverAlgorithm : receiverAlgorithm;
803
803
  receiverPublicKey = receiverPublicKey === VOID ? this.receiverPublicKey : receiverPublicKey;
804
804
  amount = amount === VOID ? this.amount : amount;
805
- return $super === VOID ? this.o2y(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount) : $super.o2y.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount);
805
+ return $super === VOID ? this.m2z(network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount) : $super.m2z.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount);
806
806
  }
807
807
  toString() {
808
- return 'AttoSendBlock(network=' + this.x2x_1.toString() + ', version=' + this.y2x_1.toString() + ', algorithm=' + this.z2x_1.toString() + ', publicKey=' + this.a2y_1.toString() + ', height=' + this.b2y_1.toString() + ', balance=' + this.c2y_1.toString() + ', timestamp=' + this.d2y_1.toString() + ', previous=' + this.e2y_1.toString() + ', receiverAlgorithm=' + this.receiverAlgorithm.toString() + ', receiverPublicKey=' + this.receiverPublicKey.toString() + ', amount=' + this.amount.toString() + ')';
808
+ return 'AttoSendBlock(network=' + this.v2y_1.toString() + ', version=' + this.w2y_1.toString() + ', algorithm=' + this.x2y_1.toString() + ', publicKey=' + this.y2y_1.toString() + ', height=' + this.z2y_1.toString() + ', balance=' + this.a2z_1.toString() + ', timestamp=' + this.b2z_1.toString() + ', previous=' + this.c2z_1.toString() + ', receiverAlgorithm=' + this.receiverAlgorithm.toString() + ', receiverPublicKey=' + this.receiverPublicKey.toString() + ', amount=' + this.amount.toString() + ')';
809
809
  }
810
810
  hashCode() {
811
- var result = this.x2x_1.hashCode();
812
- result = imul(result, 31) + this.y2x_1.hashCode() | 0;
813
- result = imul(result, 31) + this.z2x_1.hashCode() | 0;
814
- result = imul(result, 31) + this.a2y_1.hashCode() | 0;
815
- result = imul(result, 31) + this.b2y_1.hashCode() | 0;
816
- result = imul(result, 31) + this.c2y_1.hashCode() | 0;
817
- result = imul(result, 31) + this.d2y_1.hashCode() | 0;
818
- result = imul(result, 31) + this.e2y_1.hashCode() | 0;
811
+ var result = this.v2y_1.hashCode();
812
+ result = imul(result, 31) + this.w2y_1.hashCode() | 0;
813
+ result = imul(result, 31) + this.x2y_1.hashCode() | 0;
814
+ result = imul(result, 31) + this.y2y_1.hashCode() | 0;
815
+ result = imul(result, 31) + this.z2y_1.hashCode() | 0;
816
+ result = imul(result, 31) + this.a2z_1.hashCode() | 0;
817
+ result = imul(result, 31) + this.b2z_1.hashCode() | 0;
818
+ result = imul(result, 31) + this.c2z_1.hashCode() | 0;
819
819
  result = imul(result, 31) + this.receiverAlgorithm.hashCode() | 0;
820
820
  result = imul(result, 31) + this.receiverPublicKey.hashCode() | 0;
821
821
  result = imul(result, 31) + this.amount.hashCode() | 0;
@@ -826,21 +826,21 @@ function AttoSendBlock() {
826
826
  return true;
827
827
  if (!(other instanceof AttoSendBlock()))
828
828
  return false;
829
- if (!this.x2x_1.equals(other.x2x_1))
829
+ if (!this.v2y_1.equals(other.v2y_1))
830
830
  return false;
831
- if (!this.y2x_1.equals(other.y2x_1))
831
+ if (!this.w2y_1.equals(other.w2y_1))
832
832
  return false;
833
- if (!this.z2x_1.equals(other.z2x_1))
833
+ if (!this.x2y_1.equals(other.x2y_1))
834
834
  return false;
835
- if (!this.a2y_1.equals(other.a2y_1))
835
+ if (!this.y2y_1.equals(other.y2y_1))
836
836
  return false;
837
- if (!this.b2y_1.equals(other.b2y_1))
837
+ if (!this.z2y_1.equals(other.z2y_1))
838
838
  return false;
839
- if (!this.c2y_1.equals(other.c2y_1))
839
+ if (!this.a2z_1.equals(other.a2z_1))
840
840
  return false;
841
- if (!this.d2y_1.equals(other.d2y_1))
841
+ if (!this.b2z_1.equals(other.b2z_1))
842
842
  return false;
843
- if (!this.e2y_1.equals(other.e2y_1))
843
+ if (!this.c2z_1.equals(other.c2z_1))
844
844
  return false;
845
845
  if (!this.receiverAlgorithm.equals(other.receiverAlgorithm))
846
846
  return false;
@@ -850,30 +850,30 @@ function AttoSendBlock() {
850
850
  return false;
851
851
  return true;
852
852
  }
853
- static i2y(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount, address, receiverAddress, serializationConstructorMarker) {
853
+ static g2z(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, receiverAlgorithm, receiverPublicKey, amount, address, receiverAddress, serializationConstructorMarker) {
854
854
  Companion_getInstance_5();
855
855
  if (!(2047 === (2047 & seen0))) {
856
- throwMissingFieldException(seen0, 2047, $serializer_getInstance().v2x_1);
856
+ throwMissingFieldException(seen0, 2047, $serializer_getInstance().t2y_1);
857
857
  }
858
858
  var $this = createThis(this);
859
- $this.x2x_1 = network;
860
- $this.y2x_1 = version;
861
- $this.z2x_1 = algorithm;
862
- $this.a2y_1 = publicKey;
863
- $this.b2y_1 = height;
864
- $this.c2y_1 = balance;
865
- $this.d2y_1 = timestamp;
866
- $this.e2y_1 = previous;
859
+ $this.v2y_1 = network;
860
+ $this.w2y_1 = version;
861
+ $this.x2y_1 = algorithm;
862
+ $this.y2y_1 = publicKey;
863
+ $this.z2y_1 = height;
864
+ $this.a2z_1 = balance;
865
+ $this.b2z_1 = timestamp;
866
+ $this.c2z_1 = previous;
867
867
  $this.receiverAlgorithm = receiverAlgorithm;
868
868
  $this.receiverPublicKey = receiverPublicKey;
869
869
  $this.amount = amount;
870
- $this.f2y_1 = AttoBlockType_SEND_getInstance();
870
+ $this.d2z_1 = AttoBlockType_SEND_getInstance();
871
871
  var tmp = $this;
872
- tmp.g2y_1 = lazy_0(AttoSendBlock$_init_$lambda_dfxw6s($this));
872
+ tmp.e2z_1 = lazy_0(AttoSendBlock$_init_$lambda_dfxw6s($this));
873
873
  if (0 === (seen0 & 2048))
874
- $this.h2y_1 = new (AttoAddress())($this.z2x_1, $this.a2y_1);
874
+ $this.f2z_1 = new (AttoAddress())($this.x2y_1, $this.y2y_1);
875
875
  else
876
- $this.h2y_1 = address;
876
+ $this.f2z_1 = address;
877
877
  if (0 === (seen0 & 4096))
878
878
  $this.receiverAddress = new (AttoAddress())($this.receiverAlgorithm, $this.receiverPublicKey);
879
879
  else
@@ -881,37 +881,37 @@ function AttoSendBlock() {
881
881
  return $this;
882
882
  }
883
883
  get network() {
884
- return this.k2u();
884
+ return this.f2v();
885
885
  }
886
886
  get version() {
887
- return this.l2u();
887
+ return this.g2v();
888
888
  }
889
889
  get algorithm() {
890
- return this.m2u();
890
+ return this.h2v();
891
891
  }
892
892
  get publicKey() {
893
- return this.j2u();
893
+ return this.e2v();
894
894
  }
895
895
  get height() {
896
- return this.n2u();
896
+ return this.i2v();
897
897
  }
898
898
  get balance() {
899
- return this.o2u();
899
+ return this.j2v();
900
900
  }
901
901
  get timestamp() {
902
- return this.t2v();
902
+ return this.r2w();
903
903
  }
904
904
  get previous() {
905
- return this.s2x();
905
+ return this.q2y();
906
906
  }
907
907
  get type() {
908
- return this.o2x();
908
+ return this.m2y();
909
909
  }
910
910
  get hash() {
911
- return this.o2v();
911
+ return this.m2w();
912
912
  }
913
913
  get address() {
914
- return this.t2u();
914
+ return this.o2v();
915
915
  }
916
916
  }
917
917
  protoOf($).isValid = isValid;
@@ -924,10 +924,10 @@ function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u() {
924
924
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
925
925
  }
926
926
  function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_0() {
927
- return Companion_getInstance_2().k2t();
927
+ return Companion_getInstance_2().e2u();
928
928
  }
929
929
  function AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_1() {
930
- return Companion_getInstance_2().k2t();
930
+ return Companion_getInstance_2().e2u();
931
931
  }
932
932
  var CompanionClass_2;
933
933
  function Companion_2() {
@@ -944,19 +944,19 @@ function Companion_2() {
944
944
  // Inline function 'kotlin.arrayOf' call
945
945
  // Inline function 'kotlin.js.unsafeCast' call
946
946
  // Inline function 'kotlin.js.asDynamic' call
947
- tmp.l2x_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_1), null, null];
947
+ tmp.j2y_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoReceiveBlock$Companion$$childSerializers$_anonymous__x8ud9u_1), null, null];
948
948
  }
949
- k2x(serializedBlock) {
950
- if (fromInt(AttoBlockType_RECEIVE_getInstance().size) > serializedBlock.n1()) {
949
+ i2y(serializedBlock) {
950
+ if (fromInt(AttoBlockType_RECEIVE_getInstance().size) > serializedBlock.u2()) {
951
951
  return null;
952
952
  }
953
953
  var blockType = readAttoBlockType(serializedBlock);
954
954
  if (!blockType.equals(AttoBlockType_RECEIVE_getInstance())) {
955
- throw IllegalArgumentException().j1('Invalid block type: ' + blockType.toString());
955
+ throw IllegalArgumentException().t2('Invalid block type: ' + blockType.toString());
956
956
  }
957
957
  return new (AttoReceiveBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoHeight(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoHash(serializedBlock));
958
958
  }
959
- k2t() {
959
+ e2u() {
960
960
  return $serializer_getInstance_0();
961
961
  }
962
962
  }
@@ -978,41 +978,41 @@ function $serializer_0() {
978
978
  constructor() {
979
979
  $serializer_instance_0 = this;
980
980
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('RECEIVE', this, 11);
981
- tmp0_serialDesc.v1w('network', false);
982
- tmp0_serialDesc.v1w('version', false);
983
- tmp0_serialDesc.v1w('algorithm', false);
984
- tmp0_serialDesc.v1w('publicKey', false);
985
- tmp0_serialDesc.v1w('height', false);
986
- tmp0_serialDesc.v1w('balance', false);
987
- tmp0_serialDesc.v1w('timestamp', false);
988
- tmp0_serialDesc.v1w('previous', false);
989
- tmp0_serialDesc.v1w('sendHashAlgorithm', false);
990
- tmp0_serialDesc.v1w('sendHash', false);
991
- tmp0_serialDesc.v1w('address', true);
992
- this.p2y_1 = tmp0_serialDesc;
993
- }
994
- q2y(encoder, value) {
995
- var tmp0_desc = this.p2y_1;
996
- var tmp1_output = encoder.h1p(tmp0_desc);
997
- var tmp2_cached = Companion_getInstance_6().l2x_1;
998
- tmp1_output.y1q(tmp0_desc, 0, tmp2_cached[0].z1(), value.r2y_1);
999
- tmp1_output.y1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.s2y_1);
1000
- tmp1_output.y1q(tmp0_desc, 2, tmp2_cached[2].z1(), value.t2y_1);
1001
- tmp1_output.y1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.u2y_1);
1002
- tmp1_output.y1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.v2y_1);
1003
- tmp1_output.y1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.w2y_1);
1004
- tmp1_output.y1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.x2y_1);
1005
- tmp1_output.y1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.y2y_1);
1006
- tmp1_output.y1q(tmp0_desc, 8, tmp2_cached[8].z1(), value.z2y_1);
1007
- tmp1_output.y1q(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), value.a2z_1);
1008
- tmp1_output.y1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.d2z_1);
1009
- tmp1_output.i1p(tmp0_desc);
1010
- }
1011
- v1k(encoder, value) {
1012
- return this.q2y(encoder, value instanceof AttoReceiveBlock() ? value : THROW_CCE());
1013
- }
1014
- w1k(decoder) {
1015
- var tmp0_desc = this.p2y_1;
981
+ tmp0_serialDesc.p1x('network', false);
982
+ tmp0_serialDesc.p1x('version', false);
983
+ tmp0_serialDesc.p1x('algorithm', false);
984
+ tmp0_serialDesc.p1x('publicKey', false);
985
+ tmp0_serialDesc.p1x('height', false);
986
+ tmp0_serialDesc.p1x('balance', false);
987
+ tmp0_serialDesc.p1x('timestamp', false);
988
+ tmp0_serialDesc.p1x('previous', false);
989
+ tmp0_serialDesc.p1x('sendHashAlgorithm', false);
990
+ tmp0_serialDesc.p1x('sendHash', false);
991
+ tmp0_serialDesc.p1x('address', true);
992
+ this.n2z_1 = tmp0_serialDesc;
993
+ }
994
+ o2z(encoder, value) {
995
+ var tmp0_desc = this.n2z_1;
996
+ var tmp1_output = encoder.b1q(tmp0_desc);
997
+ var tmp2_cached = Companion_getInstance_6().j2y_1;
998
+ tmp1_output.s1r(tmp0_desc, 0, tmp2_cached[0].g3(), value.p2z_1);
999
+ tmp1_output.s1r(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.q2z_1);
1000
+ tmp1_output.s1r(tmp0_desc, 2, tmp2_cached[2].g3(), value.r2z_1);
1001
+ tmp1_output.s1r(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.s2z_1);
1002
+ tmp1_output.s1r(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.t2z_1);
1003
+ tmp1_output.s1r(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.u2z_1);
1004
+ tmp1_output.s1r(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.v2z_1);
1005
+ tmp1_output.s1r(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.w2z_1);
1006
+ tmp1_output.s1r(tmp0_desc, 8, tmp2_cached[8].g3(), value.x2z_1);
1007
+ tmp1_output.s1r(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), value.y2z_1);
1008
+ tmp1_output.s1r(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.b30_1);
1009
+ tmp1_output.c1q(tmp0_desc);
1010
+ }
1011
+ n1l(encoder, value) {
1012
+ return this.o2z(encoder, value instanceof AttoReceiveBlock() ? value : THROW_CCE());
1013
+ }
1014
+ o1l(decoder) {
1015
+ var tmp0_desc = this.n2z_1;
1016
1016
  var tmp1_flag = true;
1017
1017
  var tmp2_index = 0;
1018
1018
  var tmp3_bitMask0 = 0;
@@ -1027,101 +1027,101 @@ function $serializer_0() {
1027
1027
  var tmp12_local8 = null;
1028
1028
  var tmp13_local9 = null;
1029
1029
  var tmp14_local10 = null;
1030
- var tmp17_input = decoder.h1p(tmp0_desc);
1031
- var tmp18_cached = Companion_getInstance_6().l2x_1;
1032
- if (tmp17_input.w1p()) {
1033
- tmp4_local0 = tmp17_input.t1p(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1030
+ var tmp17_input = decoder.b1q(tmp0_desc);
1031
+ var tmp18_cached = Companion_getInstance_6().j2y_1;
1032
+ if (tmp17_input.q1q()) {
1033
+ tmp4_local0 = tmp17_input.n1q(tmp0_desc, 0, tmp18_cached[0].g3(), tmp4_local0);
1034
1034
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1035
- tmp5_local1 = tmp17_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1035
+ tmp5_local1 = tmp17_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1036
1036
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1037
- tmp6_local2 = tmp17_input.t1p(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1037
+ tmp6_local2 = tmp17_input.n1q(tmp0_desc, 2, tmp18_cached[2].g3(), tmp6_local2);
1038
1038
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1039
- tmp7_local3 = tmp17_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1039
+ tmp7_local3 = tmp17_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1040
1040
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1041
- tmp8_local4 = tmp17_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1041
+ tmp8_local4 = tmp17_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1042
1042
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1043
- tmp9_local5 = tmp17_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1043
+ tmp9_local5 = tmp17_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1044
1044
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1045
- tmp10_local6 = tmp17_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1045
+ tmp10_local6 = tmp17_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1046
1046
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1047
- tmp11_local7 = tmp17_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1047
+ tmp11_local7 = tmp17_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1048
1048
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1049
- tmp12_local8 = tmp17_input.t1p(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1049
+ tmp12_local8 = tmp17_input.n1q(tmp0_desc, 8, tmp18_cached[8].g3(), tmp12_local8);
1050
1050
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1051
- tmp13_local9 = tmp17_input.t1p(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1051
+ tmp13_local9 = tmp17_input.n1q(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1052
1052
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1053
- tmp14_local10 = tmp17_input.t1p(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1053
+ tmp14_local10 = tmp17_input.n1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1054
1054
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1055
1055
  } else
1056
1056
  while (tmp1_flag) {
1057
- tmp2_index = tmp17_input.x1p(tmp0_desc);
1057
+ tmp2_index = tmp17_input.r1q(tmp0_desc);
1058
1058
  switch (tmp2_index) {
1059
1059
  case -1:
1060
1060
  tmp1_flag = false;
1061
1061
  break;
1062
1062
  case 0:
1063
- tmp4_local0 = tmp17_input.t1p(tmp0_desc, 0, tmp18_cached[0].z1(), tmp4_local0);
1063
+ tmp4_local0 = tmp17_input.n1q(tmp0_desc, 0, tmp18_cached[0].g3(), tmp4_local0);
1064
1064
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1065
1065
  break;
1066
1066
  case 1:
1067
- tmp5_local1 = tmp17_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1067
+ tmp5_local1 = tmp17_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1068
1068
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1069
1069
  break;
1070
1070
  case 2:
1071
- tmp6_local2 = tmp17_input.t1p(tmp0_desc, 2, tmp18_cached[2].z1(), tmp6_local2);
1071
+ tmp6_local2 = tmp17_input.n1q(tmp0_desc, 2, tmp18_cached[2].g3(), tmp6_local2);
1072
1072
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1073
1073
  break;
1074
1074
  case 3:
1075
- tmp7_local3 = tmp17_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1075
+ tmp7_local3 = tmp17_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1076
1076
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1077
1077
  break;
1078
1078
  case 4:
1079
- tmp8_local4 = tmp17_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1079
+ tmp8_local4 = tmp17_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
1080
1080
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1081
1081
  break;
1082
1082
  case 5:
1083
- tmp9_local5 = tmp17_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1083
+ tmp9_local5 = tmp17_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
1084
1084
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1085
1085
  break;
1086
1086
  case 6:
1087
- tmp10_local6 = tmp17_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1087
+ tmp10_local6 = tmp17_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
1088
1088
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1089
1089
  break;
1090
1090
  case 7:
1091
- tmp11_local7 = tmp17_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1091
+ tmp11_local7 = tmp17_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1092
1092
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1093
1093
  break;
1094
1094
  case 8:
1095
- tmp12_local8 = tmp17_input.t1p(tmp0_desc, 8, tmp18_cached[8].z1(), tmp12_local8);
1095
+ tmp12_local8 = tmp17_input.n1q(tmp0_desc, 8, tmp18_cached[8].g3(), tmp12_local8);
1096
1096
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1097
1097
  break;
1098
1098
  case 9:
1099
- tmp13_local9 = tmp17_input.t1p(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1099
+ tmp13_local9 = tmp17_input.n1q(tmp0_desc, 9, AttoHashAsStringSerializer_getInstance(), tmp13_local9);
1100
1100
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1101
1101
  break;
1102
1102
  case 10:
1103
- tmp14_local10 = tmp17_input.t1p(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1103
+ tmp14_local10 = tmp17_input.n1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
1104
1104
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1105
1105
  break;
1106
1106
  default:
1107
- throw UnknownFieldException().q1m(tmp2_index);
1107
+ throw UnknownFieldException().i1n(tmp2_index);
1108
1108
  }
1109
1109
  }
1110
- tmp17_input.i1p(tmp0_desc);
1111
- return AttoReceiveBlock().e2z(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);
1110
+ tmp17_input.c1q(tmp0_desc);
1111
+ return AttoReceiveBlock().c30(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);
1112
1112
  }
1113
- u1k() {
1114
- return this.p2y_1;
1113
+ m1l() {
1114
+ return this.n2z_1;
1115
1115
  }
1116
- k1x() {
1117
- var tmp0_cached = Companion_getInstance_6().l2x_1;
1116
+ e1y() {
1117
+ var tmp0_cached = Companion_getInstance_6().j2y_1;
1118
1118
  // Inline function 'kotlin.arrayOf' call
1119
1119
  // Inline function 'kotlin.js.unsafeCast' call
1120
1120
  // Inline function 'kotlin.js.asDynamic' call
1121
- 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()];
1121
+ return [tmp0_cached[0].g3(), AttoVersionSerializer_getInstance(), tmp0_cached[2].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].g3(), AttoHashAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
1122
1122
  }
1123
1123
  }
1124
- protoOf($).l1x = typeParametersSerializers;
1124
+ protoOf($).f1y = typeParametersSerializers;
1125
1125
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
1126
1126
  $serializerClass_0 = $;
1127
1127
  }
@@ -1134,13 +1134,13 @@ function $serializer_getInstance_0() {
1134
1134
  return $serializer_instance_0;
1135
1135
  }
1136
1136
  function AttoReceiveBlock$hash$delegate$lambda(this$0) {
1137
- return () => hash(this$0.e2w());
1137
+ return () => hash(this$0.c2x());
1138
1138
  }
1139
1139
  function AttoReceiveBlock$_get_hash_$ref_1uzri0() {
1140
1140
  return (p0) => p0.hash;
1141
1141
  }
1142
1142
  function AttoReceiveBlock$_init_$lambda_4ot8lv(this$0) {
1143
- return () => hash(this$0.e2w());
1143
+ return () => hash(this$0.c2x());
1144
1144
  }
1145
1145
  var AttoReceiveBlockClass;
1146
1146
  function AttoReceiveBlock() {
@@ -1148,140 +1148,140 @@ function AttoReceiveBlock() {
1148
1148
  class $ {
1149
1149
  constructor(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash) {
1150
1150
  Companion_getInstance_6();
1151
- this.r2y_1 = network;
1152
- this.s2y_1 = version;
1153
- this.t2y_1 = algorithm;
1154
- this.u2y_1 = publicKey;
1155
- this.v2y_1 = height;
1156
- this.w2y_1 = balance;
1157
- this.x2y_1 = timestamp;
1158
- this.y2y_1 = previous;
1159
- this.z2y_1 = sendHashAlgorithm;
1160
- this.a2z_1 = sendHash;
1161
- this.b2z_1 = AttoBlockType_RECEIVE_getInstance();
1151
+ this.p2z_1 = network;
1152
+ this.q2z_1 = version;
1153
+ this.r2z_1 = algorithm;
1154
+ this.s2z_1 = publicKey;
1155
+ this.t2z_1 = height;
1156
+ this.u2z_1 = balance;
1157
+ this.v2z_1 = timestamp;
1158
+ this.w2z_1 = previous;
1159
+ this.x2z_1 = sendHashAlgorithm;
1160
+ this.y2z_1 = sendHash;
1161
+ this.z2z_1 = AttoBlockType_RECEIVE_getInstance();
1162
1162
  var tmp = this;
1163
- tmp.c2z_1 = lazy_0(AttoReceiveBlock$hash$delegate$lambda(this));
1164
- this.d2z_1 = new (AttoAddress())(this.t2y_1, this.u2y_1);
1163
+ tmp.a30_1 = lazy_0(AttoReceiveBlock$hash$delegate$lambda(this));
1164
+ this.b30_1 = new (AttoAddress())(this.r2z_1, this.s2z_1);
1165
1165
  }
1166
- k2u() {
1167
- return this.r2y_1;
1166
+ f2v() {
1167
+ return this.p2z_1;
1168
1168
  }
1169
- l2u() {
1170
- return this.s2y_1;
1169
+ g2v() {
1170
+ return this.q2z_1;
1171
1171
  }
1172
- m2u() {
1173
- return this.t2y_1;
1172
+ h2v() {
1173
+ return this.r2z_1;
1174
1174
  }
1175
- j2u() {
1176
- return this.u2y_1;
1175
+ e2v() {
1176
+ return this.s2z_1;
1177
1177
  }
1178
- n2u() {
1179
- return this.v2y_1;
1178
+ i2v() {
1179
+ return this.t2z_1;
1180
1180
  }
1181
- o2u() {
1182
- return this.w2y_1;
1181
+ j2v() {
1182
+ return this.u2z_1;
1183
1183
  }
1184
- t2v() {
1185
- return this.x2y_1;
1184
+ r2w() {
1185
+ return this.v2z_1;
1186
1186
  }
1187
- s2x() {
1188
- return this.y2y_1;
1187
+ q2y() {
1188
+ return this.w2z_1;
1189
1189
  }
1190
- t2x() {
1191
- return this.z2y_1;
1190
+ r2y() {
1191
+ return this.x2z_1;
1192
1192
  }
1193
- u2x() {
1194
- return this.a2z_1;
1193
+ s2y() {
1194
+ return this.y2z_1;
1195
1195
  }
1196
- o2x() {
1197
- return this.b2z_1;
1196
+ m2y() {
1197
+ return this.z2z_1;
1198
1198
  }
1199
- o2v() {
1200
- var tmp0 = this.c2z_1;
1199
+ m2w() {
1200
+ var tmp0 = this.a30_1;
1201
1201
  var tmp = KProperty1();
1202
1202
  // Inline function 'kotlin.getValue' call
1203
1203
  getPropertyCallableRef('hash', 1, tmp, AttoReceiveBlock$_get_hash_$ref_1uzri0(), null);
1204
- return tmp0.z1();
1204
+ return tmp0.g3();
1205
1205
  }
1206
- t2u() {
1207
- return this.d2z_1;
1206
+ o2v() {
1207
+ return this.b30_1;
1208
1208
  }
1209
- e2w() {
1209
+ c2x() {
1210
1210
  // Inline function 'kotlin.apply' call
1211
1211
  var this_0 = new (Buffer())();
1212
- writeAttoBlockType(this_0, this.b2z_1);
1213
- writeAttoNetwork(this_0, this.r2y_1);
1214
- writeAttoVersion(this_0, this.s2y_1);
1215
- writeAttoAlgorithm(this_0, this.t2y_1);
1216
- writeAttoPublicKey(this_0, this.u2y_1);
1217
- writeAttoHeight(this_0, this.v2y_1);
1218
- writeAttoAmount(this_0, this.w2y_1);
1219
- writeInstant(this_0, this.x2y_1);
1220
- writeAttoHash(this_0, this.y2y_1);
1221
- writeAttoAlgorithm(this_0, this.z2y_1);
1222
- writeAttoHash(this_0, this.a2z_1);
1212
+ writeAttoBlockType(this_0, this.z2z_1);
1213
+ writeAttoNetwork(this_0, this.p2z_1);
1214
+ writeAttoVersion(this_0, this.q2z_1);
1215
+ writeAttoAlgorithm(this_0, this.r2z_1);
1216
+ writeAttoPublicKey(this_0, this.s2z_1);
1217
+ writeAttoHeight(this_0, this.t2z_1);
1218
+ writeAttoAmount(this_0, this.u2z_1);
1219
+ writeInstant(this_0, this.v2z_1);
1220
+ writeAttoHash(this_0, this.w2z_1);
1221
+ writeAttoAlgorithm(this_0, this.x2z_1);
1222
+ writeAttoHash(this_0, this.y2z_1);
1223
1223
  return this_0;
1224
1224
  }
1225
- te() {
1226
- return this.r2y_1;
1225
+ if() {
1226
+ return this.p2z_1;
1227
1227
  }
1228
- ue() {
1229
- return this.s2y_1;
1228
+ jf() {
1229
+ return this.q2z_1;
1230
1230
  }
1231
- z2u() {
1232
- return this.t2y_1;
1231
+ x2v() {
1232
+ return this.r2z_1;
1233
1233
  }
1234
- a2v() {
1235
- return this.u2y_1;
1234
+ y2v() {
1235
+ return this.s2z_1;
1236
1236
  }
1237
- b2v() {
1238
- return this.v2y_1;
1237
+ z2v() {
1238
+ return this.t2z_1;
1239
1239
  }
1240
- c2v() {
1241
- return this.w2y_1;
1240
+ a2w() {
1241
+ return this.u2z_1;
1242
1242
  }
1243
- d2v() {
1244
- return this.x2y_1;
1243
+ b2w() {
1244
+ return this.v2z_1;
1245
1245
  }
1246
- e2v() {
1247
- return this.y2y_1;
1246
+ c2w() {
1247
+ return this.w2z_1;
1248
1248
  }
1249
- f2v() {
1250
- return this.z2y_1;
1249
+ d2w() {
1250
+ return this.x2z_1;
1251
1251
  }
1252
- g2v() {
1253
- return this.a2z_1;
1252
+ e2w() {
1253
+ return this.y2z_1;
1254
1254
  }
1255
- f2z(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash) {
1255
+ d30(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash) {
1256
1256
  return new (AttoReceiveBlock())(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash);
1257
1257
  }
1258
1258
  copy(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash, $super) {
1259
- network = network === VOID ? this.r2y_1 : network;
1260
- version = version === VOID ? this.s2y_1 : version;
1261
- algorithm = algorithm === VOID ? this.t2y_1 : algorithm;
1262
- publicKey = publicKey === VOID ? this.u2y_1 : publicKey;
1263
- height = height === VOID ? this.v2y_1 : height;
1264
- balance = balance === VOID ? this.w2y_1 : balance;
1265
- timestamp = timestamp === VOID ? this.x2y_1 : timestamp;
1266
- previous = previous === VOID ? this.y2y_1 : previous;
1267
- sendHashAlgorithm = sendHashAlgorithm === VOID ? this.z2y_1 : sendHashAlgorithm;
1268
- sendHash = sendHash === VOID ? this.a2z_1 : sendHash;
1269
- return $super === VOID ? this.f2z(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash) : $super.f2z.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash);
1259
+ network = network === VOID ? this.p2z_1 : network;
1260
+ version = version === VOID ? this.q2z_1 : version;
1261
+ algorithm = algorithm === VOID ? this.r2z_1 : algorithm;
1262
+ publicKey = publicKey === VOID ? this.s2z_1 : publicKey;
1263
+ height = height === VOID ? this.t2z_1 : height;
1264
+ balance = balance === VOID ? this.u2z_1 : balance;
1265
+ timestamp = timestamp === VOID ? this.v2z_1 : timestamp;
1266
+ previous = previous === VOID ? this.w2z_1 : previous;
1267
+ sendHashAlgorithm = sendHashAlgorithm === VOID ? this.x2z_1 : sendHashAlgorithm;
1268
+ sendHash = sendHash === VOID ? this.y2z_1 : sendHash;
1269
+ return $super === VOID ? this.d30(network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash) : $super.d30.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash);
1270
1270
  }
1271
1271
  toString() {
1272
- return 'AttoReceiveBlock(network=' + this.r2y_1.toString() + ', version=' + this.s2y_1.toString() + ', algorithm=' + this.t2y_1.toString() + ', publicKey=' + this.u2y_1.toString() + ', height=' + this.v2y_1.toString() + ', balance=' + this.w2y_1.toString() + ', timestamp=' + this.x2y_1.toString() + ', previous=' + this.y2y_1.toString() + ', sendHashAlgorithm=' + this.z2y_1.toString() + ', sendHash=' + this.a2z_1.toString() + ')';
1272
+ return 'AttoReceiveBlock(network=' + this.p2z_1.toString() + ', version=' + this.q2z_1.toString() + ', algorithm=' + this.r2z_1.toString() + ', publicKey=' + this.s2z_1.toString() + ', height=' + this.t2z_1.toString() + ', balance=' + this.u2z_1.toString() + ', timestamp=' + this.v2z_1.toString() + ', previous=' + this.w2z_1.toString() + ', sendHashAlgorithm=' + this.x2z_1.toString() + ', sendHash=' + this.y2z_1.toString() + ')';
1273
1273
  }
1274
1274
  hashCode() {
1275
- var result = this.r2y_1.hashCode();
1276
- result = imul(result, 31) + this.s2y_1.hashCode() | 0;
1277
- result = imul(result, 31) + this.t2y_1.hashCode() | 0;
1278
- result = imul(result, 31) + this.u2y_1.hashCode() | 0;
1279
- result = imul(result, 31) + this.v2y_1.hashCode() | 0;
1280
- result = imul(result, 31) + this.w2y_1.hashCode() | 0;
1281
- result = imul(result, 31) + this.x2y_1.hashCode() | 0;
1282
- result = imul(result, 31) + this.y2y_1.hashCode() | 0;
1283
- result = imul(result, 31) + this.z2y_1.hashCode() | 0;
1284
- result = imul(result, 31) + this.a2z_1.hashCode() | 0;
1275
+ var result = this.p2z_1.hashCode();
1276
+ result = imul(result, 31) + this.q2z_1.hashCode() | 0;
1277
+ result = imul(result, 31) + this.r2z_1.hashCode() | 0;
1278
+ result = imul(result, 31) + this.s2z_1.hashCode() | 0;
1279
+ result = imul(result, 31) + this.t2z_1.hashCode() | 0;
1280
+ result = imul(result, 31) + this.u2z_1.hashCode() | 0;
1281
+ result = imul(result, 31) + this.v2z_1.hashCode() | 0;
1282
+ result = imul(result, 31) + this.w2z_1.hashCode() | 0;
1283
+ result = imul(result, 31) + this.x2z_1.hashCode() | 0;
1284
+ result = imul(result, 31) + this.y2z_1.hashCode() | 0;
1285
1285
  return result;
1286
1286
  }
1287
1287
  equals(other) {
@@ -1289,91 +1289,91 @@ function AttoReceiveBlock() {
1289
1289
  return true;
1290
1290
  if (!(other instanceof AttoReceiveBlock()))
1291
1291
  return false;
1292
- if (!this.r2y_1.equals(other.r2y_1))
1292
+ if (!this.p2z_1.equals(other.p2z_1))
1293
1293
  return false;
1294
- if (!this.s2y_1.equals(other.s2y_1))
1294
+ if (!this.q2z_1.equals(other.q2z_1))
1295
1295
  return false;
1296
- if (!this.t2y_1.equals(other.t2y_1))
1296
+ if (!this.r2z_1.equals(other.r2z_1))
1297
1297
  return false;
1298
- if (!this.u2y_1.equals(other.u2y_1))
1298
+ if (!this.s2z_1.equals(other.s2z_1))
1299
1299
  return false;
1300
- if (!this.v2y_1.equals(other.v2y_1))
1300
+ if (!this.t2z_1.equals(other.t2z_1))
1301
1301
  return false;
1302
- if (!this.w2y_1.equals(other.w2y_1))
1302
+ if (!this.u2z_1.equals(other.u2z_1))
1303
1303
  return false;
1304
- if (!this.x2y_1.equals(other.x2y_1))
1304
+ if (!this.v2z_1.equals(other.v2z_1))
1305
1305
  return false;
1306
- if (!this.y2y_1.equals(other.y2y_1))
1306
+ if (!this.w2z_1.equals(other.w2z_1))
1307
1307
  return false;
1308
- if (!this.z2y_1.equals(other.z2y_1))
1308
+ if (!this.x2z_1.equals(other.x2z_1))
1309
1309
  return false;
1310
- if (!this.a2z_1.equals(other.a2z_1))
1310
+ if (!this.y2z_1.equals(other.y2z_1))
1311
1311
  return false;
1312
1312
  return true;
1313
1313
  }
1314
- static e2z(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash, address, serializationConstructorMarker) {
1314
+ static c30(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, sendHashAlgorithm, sendHash, address, serializationConstructorMarker) {
1315
1315
  Companion_getInstance_6();
1316
1316
  if (!(1023 === (1023 & seen0))) {
1317
- throwMissingFieldException(seen0, 1023, $serializer_getInstance_0().p2y_1);
1317
+ throwMissingFieldException(seen0, 1023, $serializer_getInstance_0().n2z_1);
1318
1318
  }
1319
1319
  var $this = createThis(this);
1320
- $this.r2y_1 = network;
1321
- $this.s2y_1 = version;
1322
- $this.t2y_1 = algorithm;
1323
- $this.u2y_1 = publicKey;
1324
- $this.v2y_1 = height;
1325
- $this.w2y_1 = balance;
1326
- $this.x2y_1 = timestamp;
1327
- $this.y2y_1 = previous;
1328
- $this.z2y_1 = sendHashAlgorithm;
1329
- $this.a2z_1 = sendHash;
1330
- $this.b2z_1 = AttoBlockType_RECEIVE_getInstance();
1320
+ $this.p2z_1 = network;
1321
+ $this.q2z_1 = version;
1322
+ $this.r2z_1 = algorithm;
1323
+ $this.s2z_1 = publicKey;
1324
+ $this.t2z_1 = height;
1325
+ $this.u2z_1 = balance;
1326
+ $this.v2z_1 = timestamp;
1327
+ $this.w2z_1 = previous;
1328
+ $this.x2z_1 = sendHashAlgorithm;
1329
+ $this.y2z_1 = sendHash;
1330
+ $this.z2z_1 = AttoBlockType_RECEIVE_getInstance();
1331
1331
  var tmp = $this;
1332
- tmp.c2z_1 = lazy_0(AttoReceiveBlock$_init_$lambda_4ot8lv($this));
1332
+ tmp.a30_1 = lazy_0(AttoReceiveBlock$_init_$lambda_4ot8lv($this));
1333
1333
  if (0 === (seen0 & 1024))
1334
- $this.d2z_1 = new (AttoAddress())($this.t2y_1, $this.u2y_1);
1334
+ $this.b30_1 = new (AttoAddress())($this.r2z_1, $this.s2z_1);
1335
1335
  else
1336
- $this.d2z_1 = address;
1336
+ $this.b30_1 = address;
1337
1337
  return $this;
1338
1338
  }
1339
1339
  get network() {
1340
- return this.k2u();
1340
+ return this.f2v();
1341
1341
  }
1342
1342
  get version() {
1343
- return this.l2u();
1343
+ return this.g2v();
1344
1344
  }
1345
1345
  get algorithm() {
1346
- return this.m2u();
1346
+ return this.h2v();
1347
1347
  }
1348
1348
  get publicKey() {
1349
- return this.j2u();
1349
+ return this.e2v();
1350
1350
  }
1351
1351
  get height() {
1352
- return this.n2u();
1352
+ return this.i2v();
1353
1353
  }
1354
1354
  get balance() {
1355
- return this.o2u();
1355
+ return this.j2v();
1356
1356
  }
1357
1357
  get timestamp() {
1358
- return this.t2v();
1358
+ return this.r2w();
1359
1359
  }
1360
1360
  get previous() {
1361
- return this.s2x();
1361
+ return this.q2y();
1362
1362
  }
1363
1363
  get sendHashAlgorithm() {
1364
- return this.t2x();
1364
+ return this.r2y();
1365
1365
  }
1366
1366
  get sendHash() {
1367
- return this.u2x();
1367
+ return this.s2y();
1368
1368
  }
1369
1369
  get type() {
1370
- return this.o2x();
1370
+ return this.m2y();
1371
1371
  }
1372
1372
  get hash() {
1373
- return this.o2v();
1373
+ return this.m2w();
1374
1374
  }
1375
1375
  get address() {
1376
- return this.t2u();
1376
+ return this.o2v();
1377
1377
  }
1378
1378
  }
1379
1379
  protoOf($).validate = validate;
@@ -1387,13 +1387,13 @@ function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3() {
1387
1387
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
1388
1388
  }
1389
1389
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_0() {
1390
- return Companion_getInstance_2().k2t();
1390
+ return Companion_getInstance_2().e2u();
1391
1391
  }
1392
1392
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_1() {
1393
- return Companion_getInstance_2().k2t();
1393
+ return Companion_getInstance_2().e2u();
1394
1394
  }
1395
1395
  function AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_2() {
1396
- return Companion_getInstance_2().k2t();
1396
+ return Companion_getInstance_2().e2u();
1397
1397
  }
1398
1398
  var CompanionClass_3;
1399
1399
  function Companion_3() {
@@ -1412,19 +1412,19 @@ function Companion_3() {
1412
1412
  // Inline function 'kotlin.arrayOf' call
1413
1413
  // Inline function 'kotlin.js.unsafeCast' call
1414
1414
  // Inline function 'kotlin.js.asDynamic' call
1415
- tmp.m2x_1 = [tmp_1, null, tmp_3, null, null, null, tmp_5, null, lazy(tmp_6, AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_2), null, null, null, null];
1415
+ tmp.k2y_1 = [tmp_1, null, tmp_3, null, null, null, tmp_5, null, lazy(tmp_6, AttoOpenBlock$Companion$$childSerializers$_anonymous__8gpm3_2), null, null, null, null];
1416
1416
  }
1417
- k2x(serializedBlock) {
1418
- if (fromInt(AttoBlockType_OPEN_getInstance().size) > serializedBlock.n1()) {
1417
+ i2y(serializedBlock) {
1418
+ if (fromInt(AttoBlockType_OPEN_getInstance().size) > serializedBlock.u2()) {
1419
1419
  return null;
1420
1420
  }
1421
1421
  var blockType = readAttoBlockType(serializedBlock);
1422
1422
  if (!blockType.equals(AttoBlockType_OPEN_getInstance())) {
1423
- throw IllegalArgumentException().j1('Invalid block type: ' + blockType.toString());
1423
+ throw IllegalArgumentException().t2('Invalid block type: ' + blockType.toString());
1424
1424
  }
1425
1425
  return new (AttoOpenBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock));
1426
1426
  }
1427
- k2t() {
1427
+ e2u() {
1428
1428
  return $serializer_getInstance_1();
1429
1429
  }
1430
1430
  }
@@ -1446,45 +1446,45 @@ function $serializer_1() {
1446
1446
  constructor() {
1447
1447
  $serializer_instance_1 = this;
1448
1448
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('OPEN', this, 13);
1449
- tmp0_serialDesc.v1w('network', false);
1450
- tmp0_serialDesc.v1w('version', false);
1451
- tmp0_serialDesc.v1w('algorithm', false);
1452
- tmp0_serialDesc.v1w('publicKey', false);
1453
- tmp0_serialDesc.v1w('balance', false);
1454
- tmp0_serialDesc.v1w('timestamp', false);
1455
- tmp0_serialDesc.v1w('sendHashAlgorithm', false);
1456
- tmp0_serialDesc.v1w('sendHash', false);
1457
- tmp0_serialDesc.v1w('representativeAlgorithm', false);
1458
- tmp0_serialDesc.v1w('representativePublicKey', false);
1459
- tmp0_serialDesc.v1w('height', true);
1460
- tmp0_serialDesc.v1w('address', true);
1461
- tmp0_serialDesc.v1w('representativeAddress', true);
1462
- this.g2z_1 = tmp0_serialDesc;
1463
- }
1464
- h2z(encoder, value) {
1465
- var tmp0_desc = this.g2z_1;
1466
- var tmp1_output = encoder.h1p(tmp0_desc);
1467
- var tmp2_cached = Companion_getInstance_7().m2x_1;
1468
- tmp1_output.y1q(tmp0_desc, 0, tmp2_cached[0].z1(), value.p2t_1);
1469
- tmp1_output.y1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.q2t_1);
1470
- tmp1_output.y1q(tmp0_desc, 2, tmp2_cached[2].z1(), value.r2t_1);
1471
- tmp1_output.y1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.s2t_1);
1472
- tmp1_output.y1q(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), value.t2t_1);
1473
- tmp1_output.y1q(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), value.u2t_1);
1474
- tmp1_output.y1q(tmp0_desc, 6, tmp2_cached[6].z1(), value.v2t_1);
1475
- tmp1_output.y1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.w2t_1);
1476
- tmp1_output.y1q(tmp0_desc, 8, tmp2_cached[8].z1(), value.x2t_1);
1477
- tmp1_output.y1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.y2t_1);
1478
- tmp1_output.y1q(tmp0_desc, 10, AttoHeightSerializer_getInstance(), value.b2u_1);
1479
- tmp1_output.y1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.c2u_1);
1480
- tmp1_output.y1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1481
- tmp1_output.i1p(tmp0_desc);
1482
- }
1483
- v1k(encoder, value) {
1484
- return this.h2z(encoder, value instanceof AttoOpenBlock() ? value : THROW_CCE());
1485
- }
1486
- w1k(decoder) {
1487
- var tmp0_desc = this.g2z_1;
1449
+ tmp0_serialDesc.p1x('network', false);
1450
+ tmp0_serialDesc.p1x('version', false);
1451
+ tmp0_serialDesc.p1x('algorithm', false);
1452
+ tmp0_serialDesc.p1x('publicKey', false);
1453
+ tmp0_serialDesc.p1x('balance', false);
1454
+ tmp0_serialDesc.p1x('timestamp', false);
1455
+ tmp0_serialDesc.p1x('sendHashAlgorithm', false);
1456
+ tmp0_serialDesc.p1x('sendHash', false);
1457
+ tmp0_serialDesc.p1x('representativeAlgorithm', false);
1458
+ tmp0_serialDesc.p1x('representativePublicKey', false);
1459
+ tmp0_serialDesc.p1x('height', true);
1460
+ tmp0_serialDesc.p1x('address', true);
1461
+ tmp0_serialDesc.p1x('representativeAddress', true);
1462
+ this.e30_1 = tmp0_serialDesc;
1463
+ }
1464
+ f30(encoder, value) {
1465
+ var tmp0_desc = this.e30_1;
1466
+ var tmp1_output = encoder.b1q(tmp0_desc);
1467
+ var tmp2_cached = Companion_getInstance_7().k2y_1;
1468
+ tmp1_output.s1r(tmp0_desc, 0, tmp2_cached[0].g3(), value.j2u_1);
1469
+ tmp1_output.s1r(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.k2u_1);
1470
+ tmp1_output.s1r(tmp0_desc, 2, tmp2_cached[2].g3(), value.l2u_1);
1471
+ tmp1_output.s1r(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.m2u_1);
1472
+ tmp1_output.s1r(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), value.n2u_1);
1473
+ tmp1_output.s1r(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), value.o2u_1);
1474
+ tmp1_output.s1r(tmp0_desc, 6, tmp2_cached[6].g3(), value.p2u_1);
1475
+ tmp1_output.s1r(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.q2u_1);
1476
+ tmp1_output.s1r(tmp0_desc, 8, tmp2_cached[8].g3(), value.r2u_1);
1477
+ tmp1_output.s1r(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.s2u_1);
1478
+ tmp1_output.s1r(tmp0_desc, 10, AttoHeightSerializer_getInstance(), value.v2u_1);
1479
+ tmp1_output.s1r(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.w2u_1);
1480
+ tmp1_output.s1r(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1481
+ tmp1_output.c1q(tmp0_desc);
1482
+ }
1483
+ n1l(encoder, value) {
1484
+ return this.f30(encoder, value instanceof AttoOpenBlock() ? value : THROW_CCE());
1485
+ }
1486
+ o1l(decoder) {
1487
+ var tmp0_desc = this.e30_1;
1488
1488
  var tmp1_flag = true;
1489
1489
  var tmp2_index = 0;
1490
1490
  var tmp3_bitMask0 = 0;
@@ -1501,113 +1501,113 @@ function $serializer_1() {
1501
1501
  var tmp14_local10 = null;
1502
1502
  var tmp15_local11 = null;
1503
1503
  var tmp16_local12 = null;
1504
- var tmp19_input = decoder.h1p(tmp0_desc);
1505
- var tmp20_cached = Companion_getInstance_7().m2x_1;
1506
- if (tmp19_input.w1p()) {
1507
- tmp4_local0 = tmp19_input.t1p(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1504
+ var tmp19_input = decoder.b1q(tmp0_desc);
1505
+ var tmp20_cached = Companion_getInstance_7().k2y_1;
1506
+ if (tmp19_input.q1q()) {
1507
+ tmp4_local0 = tmp19_input.n1q(tmp0_desc, 0, tmp20_cached[0].g3(), tmp4_local0);
1508
1508
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1509
- tmp5_local1 = tmp19_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1509
+ tmp5_local1 = tmp19_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1510
1510
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1511
- tmp6_local2 = tmp19_input.t1p(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1511
+ tmp6_local2 = tmp19_input.n1q(tmp0_desc, 2, tmp20_cached[2].g3(), tmp6_local2);
1512
1512
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1513
- tmp7_local3 = tmp19_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1513
+ tmp7_local3 = tmp19_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1514
1514
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1515
- tmp8_local4 = tmp19_input.t1p(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1515
+ tmp8_local4 = tmp19_input.n1q(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1516
1516
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1517
- tmp9_local5 = tmp19_input.t1p(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1517
+ tmp9_local5 = tmp19_input.n1q(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1518
1518
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1519
- tmp10_local6 = tmp19_input.t1p(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1519
+ tmp10_local6 = tmp19_input.n1q(tmp0_desc, 6, tmp20_cached[6].g3(), tmp10_local6);
1520
1520
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1521
- tmp11_local7 = tmp19_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1521
+ tmp11_local7 = tmp19_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1522
1522
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1523
- tmp12_local8 = tmp19_input.t1p(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1523
+ tmp12_local8 = tmp19_input.n1q(tmp0_desc, 8, tmp20_cached[8].g3(), tmp12_local8);
1524
1524
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1525
- tmp13_local9 = tmp19_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1525
+ tmp13_local9 = tmp19_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1526
1526
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1527
- tmp14_local10 = tmp19_input.t1p(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1527
+ tmp14_local10 = tmp19_input.n1q(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1528
1528
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1529
- tmp15_local11 = tmp19_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1529
+ tmp15_local11 = tmp19_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1530
1530
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
1531
- tmp16_local12 = tmp19_input.t1p(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1531
+ tmp16_local12 = tmp19_input.n1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1532
1532
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
1533
1533
  } else
1534
1534
  while (tmp1_flag) {
1535
- tmp2_index = tmp19_input.x1p(tmp0_desc);
1535
+ tmp2_index = tmp19_input.r1q(tmp0_desc);
1536
1536
  switch (tmp2_index) {
1537
1537
  case -1:
1538
1538
  tmp1_flag = false;
1539
1539
  break;
1540
1540
  case 0:
1541
- tmp4_local0 = tmp19_input.t1p(tmp0_desc, 0, tmp20_cached[0].z1(), tmp4_local0);
1541
+ tmp4_local0 = tmp19_input.n1q(tmp0_desc, 0, tmp20_cached[0].g3(), tmp4_local0);
1542
1542
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1543
1543
  break;
1544
1544
  case 1:
1545
- tmp5_local1 = tmp19_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1545
+ tmp5_local1 = tmp19_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
1546
1546
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1547
1547
  break;
1548
1548
  case 2:
1549
- tmp6_local2 = tmp19_input.t1p(tmp0_desc, 2, tmp20_cached[2].z1(), tmp6_local2);
1549
+ tmp6_local2 = tmp19_input.n1q(tmp0_desc, 2, tmp20_cached[2].g3(), tmp6_local2);
1550
1550
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1551
1551
  break;
1552
1552
  case 3:
1553
- tmp7_local3 = tmp19_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1553
+ tmp7_local3 = tmp19_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
1554
1554
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1555
1555
  break;
1556
1556
  case 4:
1557
- tmp8_local4 = tmp19_input.t1p(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1557
+ tmp8_local4 = tmp19_input.n1q(tmp0_desc, 4, AttoAmountAsULongSerializer_getInstance(), tmp8_local4);
1558
1558
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1559
1559
  break;
1560
1560
  case 5:
1561
- tmp9_local5 = tmp19_input.t1p(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1561
+ tmp9_local5 = tmp19_input.n1q(tmp0_desc, 5, AttoInstantAsLongSerializer_getInstance(), tmp9_local5);
1562
1562
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1563
1563
  break;
1564
1564
  case 6:
1565
- tmp10_local6 = tmp19_input.t1p(tmp0_desc, 6, tmp20_cached[6].z1(), tmp10_local6);
1565
+ tmp10_local6 = tmp19_input.n1q(tmp0_desc, 6, tmp20_cached[6].g3(), tmp10_local6);
1566
1566
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1567
1567
  break;
1568
1568
  case 7:
1569
- tmp11_local7 = tmp19_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1569
+ tmp11_local7 = tmp19_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
1570
1570
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1571
1571
  break;
1572
1572
  case 8:
1573
- tmp12_local8 = tmp19_input.t1p(tmp0_desc, 8, tmp20_cached[8].z1(), tmp12_local8);
1573
+ tmp12_local8 = tmp19_input.n1q(tmp0_desc, 8, tmp20_cached[8].g3(), tmp12_local8);
1574
1574
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
1575
1575
  break;
1576
1576
  case 9:
1577
- tmp13_local9 = tmp19_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1577
+ tmp13_local9 = tmp19_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
1578
1578
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
1579
1579
  break;
1580
1580
  case 10:
1581
- tmp14_local10 = tmp19_input.t1p(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1581
+ tmp14_local10 = tmp19_input.n1q(tmp0_desc, 10, AttoHeightSerializer_getInstance(), tmp14_local10);
1582
1582
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
1583
1583
  break;
1584
1584
  case 11:
1585
- tmp15_local11 = tmp19_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1585
+ tmp15_local11 = tmp19_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
1586
1586
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
1587
1587
  break;
1588
1588
  case 12:
1589
- tmp16_local12 = tmp19_input.t1p(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1589
+ tmp16_local12 = tmp19_input.n1q(tmp0_desc, 12, AttoAddressAsStringSerializer_getInstance(), tmp16_local12);
1590
1590
  tmp3_bitMask0 = tmp3_bitMask0 | 4096;
1591
1591
  break;
1592
1592
  default:
1593
- throw UnknownFieldException().q1m(tmp2_index);
1593
+ throw UnknownFieldException().i1n(tmp2_index);
1594
1594
  }
1595
1595
  }
1596
- tmp19_input.i1p(tmp0_desc);
1597
- return AttoOpenBlock().i2z(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);
1596
+ tmp19_input.c1q(tmp0_desc);
1597
+ return AttoOpenBlock().g30(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);
1598
1598
  }
1599
- u1k() {
1600
- return this.g2z_1;
1599
+ m1l() {
1600
+ return this.e30_1;
1601
1601
  }
1602
- k1x() {
1603
- var tmp0_cached = Companion_getInstance_7().m2x_1;
1602
+ e1y() {
1603
+ var tmp0_cached = Companion_getInstance_7().k2y_1;
1604
1604
  // Inline function 'kotlin.arrayOf' call
1605
1605
  // Inline function 'kotlin.js.unsafeCast' call
1606
1606
  // Inline function 'kotlin.js.asDynamic' call
1607
- 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()];
1607
+ return [tmp0_cached[0].g3(), AttoVersionSerializer_getInstance(), tmp0_cached[2].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), tmp0_cached[6].g3(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
1608
1608
  }
1609
1609
  }
1610
- protoOf($).l1x = typeParametersSerializers;
1610
+ protoOf($).f1y = typeParametersSerializers;
1611
1611
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
1612
1612
  $serializerClass_1 = $;
1613
1613
  }
@@ -1620,13 +1620,13 @@ function $serializer_getInstance_1() {
1620
1620
  return $serializer_instance_1;
1621
1621
  }
1622
1622
  function AttoOpenBlock$hash$delegate$lambda(this$0) {
1623
- return () => hash(this$0.e2w());
1623
+ return () => hash(this$0.c2x());
1624
1624
  }
1625
1625
  function AttoOpenBlock$_get_hash_$ref_fk78xn() {
1626
1626
  return (p0) => p0.hash;
1627
1627
  }
1628
1628
  function AttoOpenBlock$_init_$lambda_2mk62y(this$0) {
1629
- return () => hash(this$0.e2w());
1629
+ return () => hash(this$0.c2x());
1630
1630
  }
1631
1631
  var AttoOpenBlockClass;
1632
1632
  function AttoOpenBlock() {
@@ -1634,148 +1634,148 @@ function AttoOpenBlock() {
1634
1634
  class $ {
1635
1635
  constructor(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey) {
1636
1636
  Companion_getInstance_7();
1637
- this.p2t_1 = network;
1638
- this.q2t_1 = version;
1639
- this.r2t_1 = algorithm;
1640
- this.s2t_1 = publicKey;
1641
- this.t2t_1 = balance;
1642
- this.u2t_1 = timestamp;
1643
- this.v2t_1 = sendHashAlgorithm;
1644
- this.w2t_1 = sendHash;
1645
- this.x2t_1 = representativeAlgorithm;
1646
- this.y2t_1 = representativePublicKey;
1647
- this.z2t_1 = AttoBlockType_OPEN_getInstance();
1637
+ this.j2u_1 = network;
1638
+ this.k2u_1 = version;
1639
+ this.l2u_1 = algorithm;
1640
+ this.m2u_1 = publicKey;
1641
+ this.n2u_1 = balance;
1642
+ this.o2u_1 = timestamp;
1643
+ this.p2u_1 = sendHashAlgorithm;
1644
+ this.q2u_1 = sendHash;
1645
+ this.r2u_1 = representativeAlgorithm;
1646
+ this.s2u_1 = representativePublicKey;
1647
+ this.t2u_1 = AttoBlockType_OPEN_getInstance();
1648
1648
  var tmp = this;
1649
- tmp.a2u_1 = lazy_0(AttoOpenBlock$hash$delegate$lambda(this));
1650
- this.b2u_1 = new (AttoHeight())(_ULong___init__impl__c78o9k(1n));
1651
- this.c2u_1 = new (AttoAddress())(this.r2t_1, this.s2t_1);
1652
- this.representativeAddress = new (AttoAddress())(this.x2t_1, this.y2t_1);
1649
+ tmp.u2u_1 = lazy_0(AttoOpenBlock$hash$delegate$lambda(this));
1650
+ this.v2u_1 = new (AttoHeight())(_ULong___init__impl__c78o9k(1n));
1651
+ this.w2u_1 = new (AttoAddress())(this.l2u_1, this.m2u_1);
1652
+ this.representativeAddress = new (AttoAddress())(this.r2u_1, this.s2u_1);
1653
1653
  }
1654
- k2u() {
1655
- return this.p2t_1;
1654
+ f2v() {
1655
+ return this.j2u_1;
1656
1656
  }
1657
- l2u() {
1658
- return this.q2t_1;
1657
+ g2v() {
1658
+ return this.k2u_1;
1659
1659
  }
1660
- m2u() {
1661
- return this.r2t_1;
1660
+ h2v() {
1661
+ return this.l2u_1;
1662
1662
  }
1663
- j2u() {
1664
- return this.s2t_1;
1663
+ e2v() {
1664
+ return this.m2u_1;
1665
1665
  }
1666
- o2u() {
1667
- return this.t2t_1;
1666
+ j2v() {
1667
+ return this.n2u_1;
1668
1668
  }
1669
- t2v() {
1670
- return this.u2t_1;
1669
+ r2w() {
1670
+ return this.o2u_1;
1671
1671
  }
1672
- t2x() {
1673
- return this.v2t_1;
1672
+ r2y() {
1673
+ return this.p2u_1;
1674
1674
  }
1675
- u2x() {
1676
- return this.w2t_1;
1675
+ s2y() {
1676
+ return this.q2u_1;
1677
1677
  }
1678
- r2u() {
1679
- return this.x2t_1;
1678
+ m2v() {
1679
+ return this.r2u_1;
1680
1680
  }
1681
- s2u() {
1682
- return this.y2t_1;
1681
+ n2v() {
1682
+ return this.s2u_1;
1683
1683
  }
1684
- o2x() {
1685
- return this.z2t_1;
1684
+ m2y() {
1685
+ return this.t2u_1;
1686
1686
  }
1687
- o2v() {
1688
- var tmp0 = this.a2u_1;
1687
+ m2w() {
1688
+ var tmp0 = this.u2u_1;
1689
1689
  var tmp = KProperty1();
1690
1690
  // Inline function 'kotlin.getValue' call
1691
1691
  getPropertyCallableRef('hash', 1, tmp, AttoOpenBlock$_get_hash_$ref_fk78xn(), null);
1692
- return tmp0.z1();
1692
+ return tmp0.g3();
1693
1693
  }
1694
- n2u() {
1695
- return this.b2u_1;
1694
+ i2v() {
1695
+ return this.v2u_1;
1696
1696
  }
1697
- t2u() {
1698
- return this.c2u_1;
1697
+ o2v() {
1698
+ return this.w2u_1;
1699
1699
  }
1700
- u2u() {
1700
+ p2v() {
1701
1701
  return this.representativeAddress;
1702
1702
  }
1703
- e2w() {
1703
+ c2x() {
1704
1704
  // Inline function 'kotlin.apply' call
1705
1705
  var this_0 = new (Buffer())();
1706
- writeAttoBlockType(this_0, this.z2t_1);
1707
- writeAttoNetwork(this_0, this.p2t_1);
1708
- writeAttoVersion(this_0, this.q2t_1);
1709
- writeAttoAlgorithm(this_0, this.r2t_1);
1710
- writeAttoPublicKey(this_0, this.s2t_1);
1711
- writeAttoAmount(this_0, this.t2t_1);
1712
- writeInstant(this_0, this.u2t_1);
1713
- writeAttoAlgorithm(this_0, this.v2t_1);
1714
- writeAttoHash(this_0, this.w2t_1);
1715
- writeAttoAlgorithm(this_0, this.x2t_1);
1716
- writeAttoPublicKey(this_0, this.y2t_1);
1706
+ writeAttoBlockType(this_0, this.t2u_1);
1707
+ writeAttoNetwork(this_0, this.j2u_1);
1708
+ writeAttoVersion(this_0, this.k2u_1);
1709
+ writeAttoAlgorithm(this_0, this.l2u_1);
1710
+ writeAttoPublicKey(this_0, this.m2u_1);
1711
+ writeAttoAmount(this_0, this.n2u_1);
1712
+ writeInstant(this_0, this.o2u_1);
1713
+ writeAttoAlgorithm(this_0, this.p2u_1);
1714
+ writeAttoHash(this_0, this.q2u_1);
1715
+ writeAttoAlgorithm(this_0, this.r2u_1);
1716
+ writeAttoPublicKey(this_0, this.s2u_1);
1717
1717
  return this_0;
1718
1718
  }
1719
- te() {
1720
- return this.p2t_1;
1719
+ if() {
1720
+ return this.j2u_1;
1721
1721
  }
1722
- ue() {
1723
- return this.q2t_1;
1722
+ jf() {
1723
+ return this.k2u_1;
1724
1724
  }
1725
- z2u() {
1726
- return this.r2t_1;
1725
+ x2v() {
1726
+ return this.l2u_1;
1727
1727
  }
1728
- a2v() {
1729
- return this.s2t_1;
1728
+ y2v() {
1729
+ return this.m2u_1;
1730
1730
  }
1731
- b2v() {
1732
- return this.t2t_1;
1731
+ z2v() {
1732
+ return this.n2u_1;
1733
1733
  }
1734
- c2v() {
1735
- return this.u2t_1;
1734
+ a2w() {
1735
+ return this.o2u_1;
1736
1736
  }
1737
- d2v() {
1738
- return this.v2t_1;
1737
+ b2w() {
1738
+ return this.p2u_1;
1739
1739
  }
1740
- e2v() {
1741
- return this.w2t_1;
1740
+ c2w() {
1741
+ return this.q2u_1;
1742
1742
  }
1743
- f2v() {
1744
- return this.x2t_1;
1743
+ d2w() {
1744
+ return this.r2u_1;
1745
1745
  }
1746
- g2v() {
1747
- return this.y2t_1;
1746
+ e2w() {
1747
+ return this.s2u_1;
1748
1748
  }
1749
- j2z(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey) {
1749
+ h30(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey) {
1750
1750
  return new (AttoOpenBlock())(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey);
1751
1751
  }
1752
1752
  copy(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey, $super) {
1753
- network = network === VOID ? this.p2t_1 : network;
1754
- version = version === VOID ? this.q2t_1 : version;
1755
- algorithm = algorithm === VOID ? this.r2t_1 : algorithm;
1756
- publicKey = publicKey === VOID ? this.s2t_1 : publicKey;
1757
- balance = balance === VOID ? this.t2t_1 : balance;
1758
- timestamp = timestamp === VOID ? this.u2t_1 : timestamp;
1759
- sendHashAlgorithm = sendHashAlgorithm === VOID ? this.v2t_1 : sendHashAlgorithm;
1760
- sendHash = sendHash === VOID ? this.w2t_1 : sendHash;
1761
- representativeAlgorithm = representativeAlgorithm === VOID ? this.x2t_1 : representativeAlgorithm;
1762
- representativePublicKey = representativePublicKey === VOID ? this.y2t_1 : representativePublicKey;
1763
- return $super === VOID ? this.j2z(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey) : $super.j2z.call(this, network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey);
1753
+ network = network === VOID ? this.j2u_1 : network;
1754
+ version = version === VOID ? this.k2u_1 : version;
1755
+ algorithm = algorithm === VOID ? this.l2u_1 : algorithm;
1756
+ publicKey = publicKey === VOID ? this.m2u_1 : publicKey;
1757
+ balance = balance === VOID ? this.n2u_1 : balance;
1758
+ timestamp = timestamp === VOID ? this.o2u_1 : timestamp;
1759
+ sendHashAlgorithm = sendHashAlgorithm === VOID ? this.p2u_1 : sendHashAlgorithm;
1760
+ sendHash = sendHash === VOID ? this.q2u_1 : sendHash;
1761
+ representativeAlgorithm = representativeAlgorithm === VOID ? this.r2u_1 : representativeAlgorithm;
1762
+ representativePublicKey = representativePublicKey === VOID ? this.s2u_1 : representativePublicKey;
1763
+ return $super === VOID ? this.h30(network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey) : $super.h30.call(this, network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey);
1764
1764
  }
1765
1765
  toString() {
1766
- return 'AttoOpenBlock(network=' + this.p2t_1.toString() + ', version=' + this.q2t_1.toString() + ', algorithm=' + this.r2t_1.toString() + ', publicKey=' + this.s2t_1.toString() + ', balance=' + this.t2t_1.toString() + ', timestamp=' + this.u2t_1.toString() + ', sendHashAlgorithm=' + this.v2t_1.toString() + ', sendHash=' + this.w2t_1.toString() + ', representativeAlgorithm=' + this.x2t_1.toString() + ', representativePublicKey=' + this.y2t_1.toString() + ')';
1766
+ return 'AttoOpenBlock(network=' + this.j2u_1.toString() + ', version=' + this.k2u_1.toString() + ', algorithm=' + this.l2u_1.toString() + ', publicKey=' + this.m2u_1.toString() + ', balance=' + this.n2u_1.toString() + ', timestamp=' + this.o2u_1.toString() + ', sendHashAlgorithm=' + this.p2u_1.toString() + ', sendHash=' + this.q2u_1.toString() + ', representativeAlgorithm=' + this.r2u_1.toString() + ', representativePublicKey=' + this.s2u_1.toString() + ')';
1767
1767
  }
1768
1768
  hashCode() {
1769
- var result = this.p2t_1.hashCode();
1770
- result = imul(result, 31) + this.q2t_1.hashCode() | 0;
1771
- result = imul(result, 31) + this.r2t_1.hashCode() | 0;
1772
- result = imul(result, 31) + this.s2t_1.hashCode() | 0;
1773
- result = imul(result, 31) + this.t2t_1.hashCode() | 0;
1774
- result = imul(result, 31) + this.u2t_1.hashCode() | 0;
1775
- result = imul(result, 31) + this.v2t_1.hashCode() | 0;
1776
- result = imul(result, 31) + this.w2t_1.hashCode() | 0;
1777
- result = imul(result, 31) + this.x2t_1.hashCode() | 0;
1778
- result = imul(result, 31) + this.y2t_1.hashCode() | 0;
1769
+ var result = this.j2u_1.hashCode();
1770
+ result = imul(result, 31) + this.k2u_1.hashCode() | 0;
1771
+ result = imul(result, 31) + this.l2u_1.hashCode() | 0;
1772
+ result = imul(result, 31) + this.m2u_1.hashCode() | 0;
1773
+ result = imul(result, 31) + this.n2u_1.hashCode() | 0;
1774
+ result = imul(result, 31) + this.o2u_1.hashCode() | 0;
1775
+ result = imul(result, 31) + this.p2u_1.hashCode() | 0;
1776
+ result = imul(result, 31) + this.q2u_1.hashCode() | 0;
1777
+ result = imul(result, 31) + this.r2u_1.hashCode() | 0;
1778
+ result = imul(result, 31) + this.s2u_1.hashCode() | 0;
1779
1779
  return result;
1780
1780
  }
1781
1781
  equals(other) {
@@ -1783,102 +1783,102 @@ function AttoOpenBlock() {
1783
1783
  return true;
1784
1784
  if (!(other instanceof AttoOpenBlock()))
1785
1785
  return false;
1786
- if (!this.p2t_1.equals(other.p2t_1))
1786
+ if (!this.j2u_1.equals(other.j2u_1))
1787
1787
  return false;
1788
- if (!this.q2t_1.equals(other.q2t_1))
1788
+ if (!this.k2u_1.equals(other.k2u_1))
1789
1789
  return false;
1790
- if (!this.r2t_1.equals(other.r2t_1))
1790
+ if (!this.l2u_1.equals(other.l2u_1))
1791
1791
  return false;
1792
- if (!this.s2t_1.equals(other.s2t_1))
1792
+ if (!this.m2u_1.equals(other.m2u_1))
1793
1793
  return false;
1794
- if (!this.t2t_1.equals(other.t2t_1))
1794
+ if (!this.n2u_1.equals(other.n2u_1))
1795
1795
  return false;
1796
- if (!this.u2t_1.equals(other.u2t_1))
1796
+ if (!this.o2u_1.equals(other.o2u_1))
1797
1797
  return false;
1798
- if (!this.v2t_1.equals(other.v2t_1))
1798
+ if (!this.p2u_1.equals(other.p2u_1))
1799
1799
  return false;
1800
- if (!this.w2t_1.equals(other.w2t_1))
1800
+ if (!this.q2u_1.equals(other.q2u_1))
1801
1801
  return false;
1802
- if (!this.x2t_1.equals(other.x2t_1))
1802
+ if (!this.r2u_1.equals(other.r2u_1))
1803
1803
  return false;
1804
- if (!this.y2t_1.equals(other.y2t_1))
1804
+ if (!this.s2u_1.equals(other.s2u_1))
1805
1805
  return false;
1806
1806
  return true;
1807
1807
  }
1808
- static i2z(seen0, network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey, height, address, representativeAddress, serializationConstructorMarker) {
1808
+ static g30(seen0, network, version, algorithm, publicKey, balance, timestamp, sendHashAlgorithm, sendHash, representativeAlgorithm, representativePublicKey, height, address, representativeAddress, serializationConstructorMarker) {
1809
1809
  Companion_getInstance_7();
1810
1810
  if (!(1023 === (1023 & seen0))) {
1811
- throwMissingFieldException(seen0, 1023, $serializer_getInstance_1().g2z_1);
1811
+ throwMissingFieldException(seen0, 1023, $serializer_getInstance_1().e30_1);
1812
1812
  }
1813
1813
  var $this = createThis(this);
1814
- $this.p2t_1 = network;
1815
- $this.q2t_1 = version;
1816
- $this.r2t_1 = algorithm;
1817
- $this.s2t_1 = publicKey;
1818
- $this.t2t_1 = balance;
1819
- $this.u2t_1 = timestamp;
1820
- $this.v2t_1 = sendHashAlgorithm;
1821
- $this.w2t_1 = sendHash;
1822
- $this.x2t_1 = representativeAlgorithm;
1823
- $this.y2t_1 = representativePublicKey;
1824
- $this.z2t_1 = AttoBlockType_OPEN_getInstance();
1814
+ $this.j2u_1 = network;
1815
+ $this.k2u_1 = version;
1816
+ $this.l2u_1 = algorithm;
1817
+ $this.m2u_1 = publicKey;
1818
+ $this.n2u_1 = balance;
1819
+ $this.o2u_1 = timestamp;
1820
+ $this.p2u_1 = sendHashAlgorithm;
1821
+ $this.q2u_1 = sendHash;
1822
+ $this.r2u_1 = representativeAlgorithm;
1823
+ $this.s2u_1 = representativePublicKey;
1824
+ $this.t2u_1 = AttoBlockType_OPEN_getInstance();
1825
1825
  var tmp = $this;
1826
- tmp.a2u_1 = lazy_0(AttoOpenBlock$_init_$lambda_2mk62y($this));
1826
+ tmp.u2u_1 = lazy_0(AttoOpenBlock$_init_$lambda_2mk62y($this));
1827
1827
  if (0 === (seen0 & 1024))
1828
- $this.b2u_1 = new (AttoHeight())(_ULong___init__impl__c78o9k(1n));
1828
+ $this.v2u_1 = new (AttoHeight())(_ULong___init__impl__c78o9k(1n));
1829
1829
  else
1830
- $this.b2u_1 = height;
1830
+ $this.v2u_1 = height;
1831
1831
  if (0 === (seen0 & 2048))
1832
- $this.c2u_1 = new (AttoAddress())($this.r2t_1, $this.s2t_1);
1832
+ $this.w2u_1 = new (AttoAddress())($this.l2u_1, $this.m2u_1);
1833
1833
  else
1834
- $this.c2u_1 = address;
1834
+ $this.w2u_1 = address;
1835
1835
  if (0 === (seen0 & 4096))
1836
- $this.representativeAddress = new (AttoAddress())($this.x2t_1, $this.y2t_1);
1836
+ $this.representativeAddress = new (AttoAddress())($this.r2u_1, $this.s2u_1);
1837
1837
  else
1838
1838
  $this.representativeAddress = representativeAddress;
1839
1839
  return $this;
1840
1840
  }
1841
1841
  get network() {
1842
- return this.k2u();
1842
+ return this.f2v();
1843
1843
  }
1844
1844
  get version() {
1845
- return this.l2u();
1845
+ return this.g2v();
1846
1846
  }
1847
1847
  get algorithm() {
1848
- return this.m2u();
1848
+ return this.h2v();
1849
1849
  }
1850
1850
  get publicKey() {
1851
- return this.j2u();
1851
+ return this.e2v();
1852
1852
  }
1853
1853
  get balance() {
1854
- return this.o2u();
1854
+ return this.j2v();
1855
1855
  }
1856
1856
  get timestamp() {
1857
- return this.t2v();
1857
+ return this.r2w();
1858
1858
  }
1859
1859
  get sendHashAlgorithm() {
1860
- return this.t2x();
1860
+ return this.r2y();
1861
1861
  }
1862
1862
  get sendHash() {
1863
- return this.u2x();
1863
+ return this.s2y();
1864
1864
  }
1865
1865
  get representativeAlgorithm() {
1866
- return this.r2u();
1866
+ return this.m2v();
1867
1867
  }
1868
1868
  get representativePublicKey() {
1869
- return this.s2u();
1869
+ return this.n2v();
1870
1870
  }
1871
1871
  get type() {
1872
- return this.o2x();
1872
+ return this.m2y();
1873
1873
  }
1874
1874
  get hash() {
1875
- return this.o2v();
1875
+ return this.m2w();
1876
1876
  }
1877
1877
  get height() {
1878
- return this.n2u();
1878
+ return this.i2v();
1879
1879
  }
1880
1880
  get address() {
1881
- return this.t2u();
1881
+ return this.o2v();
1882
1882
  }
1883
1883
  }
1884
1884
  protoOf($).validate = validate;
@@ -1892,10 +1892,10 @@ function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff() {
1892
1892
  return createSimpleEnumSerializer('cash.atto.commons.AttoNetwork', values());
1893
1893
  }
1894
1894
  function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_0() {
1895
- return Companion_getInstance_2().k2t();
1895
+ return Companion_getInstance_2().e2u();
1896
1896
  }
1897
1897
  function AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_1() {
1898
- return Companion_getInstance_2().k2t();
1898
+ return Companion_getInstance_2().e2u();
1899
1899
  }
1900
1900
  var CompanionClass_4;
1901
1901
  function Companion_4() {
@@ -1912,19 +1912,19 @@ function Companion_4() {
1912
1912
  // Inline function 'kotlin.arrayOf' call
1913
1913
  // Inline function 'kotlin.js.unsafeCast' call
1914
1914
  // Inline function 'kotlin.js.asDynamic' call
1915
- tmp.n2x_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_1), null, null, null];
1915
+ tmp.l2y_1 = [tmp_1, null, tmp_3, null, null, null, null, null, lazy(tmp_4, AttoChangeBlock$Companion$$childSerializers$_anonymous__3y9hff_1), null, null, null];
1916
1916
  }
1917
- k2x(serializedBlock) {
1918
- if (fromInt(AttoBlockType_CHANGE_getInstance().size) > serializedBlock.n1()) {
1917
+ i2y(serializedBlock) {
1918
+ if (fromInt(AttoBlockType_CHANGE_getInstance().size) > serializedBlock.u2()) {
1919
1919
  return null;
1920
1920
  }
1921
1921
  var blockType = readAttoBlockType(serializedBlock);
1922
1922
  if (!blockType.equals(AttoBlockType_CHANGE_getInstance())) {
1923
- throw IllegalArgumentException().j1('Invalid block type: ' + blockType.toString());
1923
+ throw IllegalArgumentException().t2('Invalid block type: ' + blockType.toString());
1924
1924
  }
1925
1925
  return new (AttoChangeBlock())(readAttoNetwork(serializedBlock), readAttoVersion(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock), readAttoHeight(serializedBlock), readAttoAmount(serializedBlock), readInstant(serializedBlock), readAttoHash(serializedBlock), readAttoAlgorithm(serializedBlock), readAttoPublicKey(serializedBlock));
1926
1926
  }
1927
- k2t() {
1927
+ e2u() {
1928
1928
  return $serializer_getInstance_2();
1929
1929
  }
1930
1930
  }
@@ -1946,43 +1946,43 @@ function $serializer_2() {
1946
1946
  constructor() {
1947
1947
  $serializer_instance_2 = this;
1948
1948
  var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('CHANGE', this, 12);
1949
- tmp0_serialDesc.v1w('network', false);
1950
- tmp0_serialDesc.v1w('version', false);
1951
- tmp0_serialDesc.v1w('algorithm', false);
1952
- tmp0_serialDesc.v1w('publicKey', false);
1953
- tmp0_serialDesc.v1w('height', false);
1954
- tmp0_serialDesc.v1w('balance', false);
1955
- tmp0_serialDesc.v1w('timestamp', false);
1956
- tmp0_serialDesc.v1w('previous', false);
1957
- tmp0_serialDesc.v1w('representativeAlgorithm', false);
1958
- tmp0_serialDesc.v1w('representativePublicKey', false);
1959
- tmp0_serialDesc.v1w('address', true);
1960
- tmp0_serialDesc.v1w('representativeAddress', true);
1961
- this.k2z_1 = tmp0_serialDesc;
1962
- }
1963
- l2z(encoder, value) {
1964
- var tmp0_desc = this.k2z_1;
1965
- var tmp1_output = encoder.h1p(tmp0_desc);
1966
- var tmp2_cached = Companion_getInstance_8().n2x_1;
1967
- tmp1_output.y1q(tmp0_desc, 0, tmp2_cached[0].z1(), value.m2z_1);
1968
- tmp1_output.y1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.n2z_1);
1969
- tmp1_output.y1q(tmp0_desc, 2, tmp2_cached[2].z1(), value.o2z_1);
1970
- tmp1_output.y1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.p2z_1);
1971
- tmp1_output.y1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.q2z_1);
1972
- tmp1_output.y1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.r2z_1);
1973
- tmp1_output.y1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.s2z_1);
1974
- tmp1_output.y1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.t2z_1);
1975
- tmp1_output.y1q(tmp0_desc, 8, tmp2_cached[8].z1(), value.u2z_1);
1976
- tmp1_output.y1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.v2z_1);
1977
- tmp1_output.y1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.y2z_1);
1978
- tmp1_output.y1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1979
- tmp1_output.i1p(tmp0_desc);
1980
- }
1981
- v1k(encoder, value) {
1982
- return this.l2z(encoder, value instanceof AttoChangeBlock() ? value : THROW_CCE());
1983
- }
1984
- w1k(decoder) {
1985
- var tmp0_desc = this.k2z_1;
1949
+ tmp0_serialDesc.p1x('network', false);
1950
+ tmp0_serialDesc.p1x('version', false);
1951
+ tmp0_serialDesc.p1x('algorithm', false);
1952
+ tmp0_serialDesc.p1x('publicKey', false);
1953
+ tmp0_serialDesc.p1x('height', false);
1954
+ tmp0_serialDesc.p1x('balance', false);
1955
+ tmp0_serialDesc.p1x('timestamp', false);
1956
+ tmp0_serialDesc.p1x('previous', false);
1957
+ tmp0_serialDesc.p1x('representativeAlgorithm', false);
1958
+ tmp0_serialDesc.p1x('representativePublicKey', false);
1959
+ tmp0_serialDesc.p1x('address', true);
1960
+ tmp0_serialDesc.p1x('representativeAddress', true);
1961
+ this.i30_1 = tmp0_serialDesc;
1962
+ }
1963
+ j30(encoder, value) {
1964
+ var tmp0_desc = this.i30_1;
1965
+ var tmp1_output = encoder.b1q(tmp0_desc);
1966
+ var tmp2_cached = Companion_getInstance_8().l2y_1;
1967
+ tmp1_output.s1r(tmp0_desc, 0, tmp2_cached[0].g3(), value.k30_1);
1968
+ tmp1_output.s1r(tmp0_desc, 1, AttoVersionSerializer_getInstance(), value.l30_1);
1969
+ tmp1_output.s1r(tmp0_desc, 2, tmp2_cached[2].g3(), value.m30_1);
1970
+ tmp1_output.s1r(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), value.n30_1);
1971
+ tmp1_output.s1r(tmp0_desc, 4, AttoHeightSerializer_getInstance(), value.o30_1);
1972
+ tmp1_output.s1r(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), value.p30_1);
1973
+ tmp1_output.s1r(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), value.q30_1);
1974
+ tmp1_output.s1r(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), value.r30_1);
1975
+ tmp1_output.s1r(tmp0_desc, 8, tmp2_cached[8].g3(), value.s30_1);
1976
+ tmp1_output.s1r(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), value.t30_1);
1977
+ tmp1_output.s1r(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), value.w30_1);
1978
+ tmp1_output.s1r(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), value.representativeAddress);
1979
+ tmp1_output.c1q(tmp0_desc);
1980
+ }
1981
+ n1l(encoder, value) {
1982
+ return this.j30(encoder, value instanceof AttoChangeBlock() ? value : THROW_CCE());
1983
+ }
1984
+ o1l(decoder) {
1985
+ var tmp0_desc = this.i30_1;
1986
1986
  var tmp1_flag = true;
1987
1987
  var tmp2_index = 0;
1988
1988
  var tmp3_bitMask0 = 0;
@@ -1998,107 +1998,107 @@ function $serializer_2() {
1998
1998
  var tmp13_local9 = null;
1999
1999
  var tmp14_local10 = null;
2000
2000
  var tmp15_local11 = null;
2001
- var tmp18_input = decoder.h1p(tmp0_desc);
2002
- var tmp19_cached = Companion_getInstance_8().n2x_1;
2003
- if (tmp18_input.w1p()) {
2004
- tmp4_local0 = tmp18_input.t1p(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2001
+ var tmp18_input = decoder.b1q(tmp0_desc);
2002
+ var tmp19_cached = Companion_getInstance_8().l2y_1;
2003
+ if (tmp18_input.q1q()) {
2004
+ tmp4_local0 = tmp18_input.n1q(tmp0_desc, 0, tmp19_cached[0].g3(), tmp4_local0);
2005
2005
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
2006
- tmp5_local1 = tmp18_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2006
+ tmp5_local1 = tmp18_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2007
2007
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
2008
- tmp6_local2 = tmp18_input.t1p(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2008
+ tmp6_local2 = tmp18_input.n1q(tmp0_desc, 2, tmp19_cached[2].g3(), tmp6_local2);
2009
2009
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
2010
- tmp7_local3 = tmp18_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2010
+ tmp7_local3 = tmp18_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2011
2011
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
2012
- tmp8_local4 = tmp18_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2012
+ tmp8_local4 = tmp18_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2013
2013
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
2014
- tmp9_local5 = tmp18_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2014
+ tmp9_local5 = tmp18_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2015
2015
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
2016
- tmp10_local6 = tmp18_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2016
+ tmp10_local6 = tmp18_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2017
2017
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
2018
- tmp11_local7 = tmp18_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2018
+ tmp11_local7 = tmp18_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2019
2019
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
2020
- tmp12_local8 = tmp18_input.t1p(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2020
+ tmp12_local8 = tmp18_input.n1q(tmp0_desc, 8, tmp19_cached[8].g3(), tmp12_local8);
2021
2021
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
2022
- tmp13_local9 = tmp18_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2022
+ tmp13_local9 = tmp18_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2023
2023
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
2024
- tmp14_local10 = tmp18_input.t1p(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2024
+ tmp14_local10 = tmp18_input.n1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2025
2025
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
2026
- tmp15_local11 = tmp18_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2026
+ tmp15_local11 = tmp18_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2027
2027
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
2028
2028
  } else
2029
2029
  while (tmp1_flag) {
2030
- tmp2_index = tmp18_input.x1p(tmp0_desc);
2030
+ tmp2_index = tmp18_input.r1q(tmp0_desc);
2031
2031
  switch (tmp2_index) {
2032
2032
  case -1:
2033
2033
  tmp1_flag = false;
2034
2034
  break;
2035
2035
  case 0:
2036
- tmp4_local0 = tmp18_input.t1p(tmp0_desc, 0, tmp19_cached[0].z1(), tmp4_local0);
2036
+ tmp4_local0 = tmp18_input.n1q(tmp0_desc, 0, tmp19_cached[0].g3(), tmp4_local0);
2037
2037
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
2038
2038
  break;
2039
2039
  case 1:
2040
- tmp5_local1 = tmp18_input.t1p(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2040
+ tmp5_local1 = tmp18_input.n1q(tmp0_desc, 1, AttoVersionSerializer_getInstance(), tmp5_local1);
2041
2041
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
2042
2042
  break;
2043
2043
  case 2:
2044
- tmp6_local2 = tmp18_input.t1p(tmp0_desc, 2, tmp19_cached[2].z1(), tmp6_local2);
2044
+ tmp6_local2 = tmp18_input.n1q(tmp0_desc, 2, tmp19_cached[2].g3(), tmp6_local2);
2045
2045
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
2046
2046
  break;
2047
2047
  case 3:
2048
- tmp7_local3 = tmp18_input.t1p(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2048
+ tmp7_local3 = tmp18_input.n1q(tmp0_desc, 3, AttoPublicKeyAsStringSerializer_getInstance(), tmp7_local3);
2049
2049
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
2050
2050
  break;
2051
2051
  case 4:
2052
- tmp8_local4 = tmp18_input.t1p(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2052
+ tmp8_local4 = tmp18_input.n1q(tmp0_desc, 4, AttoHeightSerializer_getInstance(), tmp8_local4);
2053
2053
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
2054
2054
  break;
2055
2055
  case 5:
2056
- tmp9_local5 = tmp18_input.t1p(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2056
+ tmp9_local5 = tmp18_input.n1q(tmp0_desc, 5, AttoAmountAsULongSerializer_getInstance(), tmp9_local5);
2057
2057
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
2058
2058
  break;
2059
2059
  case 6:
2060
- tmp10_local6 = tmp18_input.t1p(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2060
+ tmp10_local6 = tmp18_input.n1q(tmp0_desc, 6, AttoInstantAsLongSerializer_getInstance(), tmp10_local6);
2061
2061
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
2062
2062
  break;
2063
2063
  case 7:
2064
- tmp11_local7 = tmp18_input.t1p(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2064
+ tmp11_local7 = tmp18_input.n1q(tmp0_desc, 7, AttoHashAsStringSerializer_getInstance(), tmp11_local7);
2065
2065
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
2066
2066
  break;
2067
2067
  case 8:
2068
- tmp12_local8 = tmp18_input.t1p(tmp0_desc, 8, tmp19_cached[8].z1(), tmp12_local8);
2068
+ tmp12_local8 = tmp18_input.n1q(tmp0_desc, 8, tmp19_cached[8].g3(), tmp12_local8);
2069
2069
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
2070
2070
  break;
2071
2071
  case 9:
2072
- tmp13_local9 = tmp18_input.t1p(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2072
+ tmp13_local9 = tmp18_input.n1q(tmp0_desc, 9, AttoPublicKeyAsStringSerializer_getInstance(), tmp13_local9);
2073
2073
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
2074
2074
  break;
2075
2075
  case 10:
2076
- tmp14_local10 = tmp18_input.t1p(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2076
+ tmp14_local10 = tmp18_input.n1q(tmp0_desc, 10, AttoAddressAsStringSerializer_getInstance(), tmp14_local10);
2077
2077
  tmp3_bitMask0 = tmp3_bitMask0 | 1024;
2078
2078
  break;
2079
2079
  case 11:
2080
- tmp15_local11 = tmp18_input.t1p(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2080
+ tmp15_local11 = tmp18_input.n1q(tmp0_desc, 11, AttoAddressAsStringSerializer_getInstance(), tmp15_local11);
2081
2081
  tmp3_bitMask0 = tmp3_bitMask0 | 2048;
2082
2082
  break;
2083
2083
  default:
2084
- throw UnknownFieldException().q1m(tmp2_index);
2084
+ throw UnknownFieldException().i1n(tmp2_index);
2085
2085
  }
2086
2086
  }
2087
- tmp18_input.i1p(tmp0_desc);
2088
- return AttoChangeBlock().z2z(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);
2087
+ tmp18_input.c1q(tmp0_desc);
2088
+ return AttoChangeBlock().x30(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);
2089
2089
  }
2090
- u1k() {
2091
- return this.k2z_1;
2090
+ m1l() {
2091
+ return this.i30_1;
2092
2092
  }
2093
- k1x() {
2094
- var tmp0_cached = Companion_getInstance_8().n2x_1;
2093
+ e1y() {
2094
+ var tmp0_cached = Companion_getInstance_8().l2y_1;
2095
2095
  // Inline function 'kotlin.arrayOf' call
2096
2096
  // Inline function 'kotlin.js.unsafeCast' call
2097
2097
  // Inline function 'kotlin.js.asDynamic' call
2098
- 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()];
2098
+ return [tmp0_cached[0].g3(), AttoVersionSerializer_getInstance(), tmp0_cached[2].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoAmountAsULongSerializer_getInstance(), AttoInstantAsLongSerializer_getInstance(), AttoHashAsStringSerializer_getInstance(), tmp0_cached[8].g3(), AttoPublicKeyAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance(), AttoAddressAsStringSerializer_getInstance()];
2099
2099
  }
2100
2100
  }
2101
- protoOf($).l1x = typeParametersSerializers;
2101
+ protoOf($).f1y = typeParametersSerializers;
2102
2102
  initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
2103
2103
  $serializerClass_2 = $;
2104
2104
  }
@@ -2111,13 +2111,13 @@ function $serializer_getInstance_2() {
2111
2111
  return $serializer_instance_2;
2112
2112
  }
2113
2113
  function AttoChangeBlock$hash$delegate$lambda(this$0) {
2114
- return () => hash(this$0.e2w());
2114
+ return () => hash(this$0.c2x());
2115
2115
  }
2116
2116
  function AttoChangeBlock$_get_hash_$ref_i4oufz() {
2117
2117
  return (p0) => p0.hash;
2118
2118
  }
2119
2119
  function AttoChangeBlock$_init_$lambda_31jg7w(this$0) {
2120
- return () => hash(this$0.e2w());
2120
+ return () => hash(this$0.c2x());
2121
2121
  }
2122
2122
  var AttoChangeBlockClass;
2123
2123
  function AttoChangeBlock() {
@@ -2125,144 +2125,144 @@ function AttoChangeBlock() {
2125
2125
  class $ {
2126
2126
  constructor(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey) {
2127
2127
  Companion_getInstance_8();
2128
- this.m2z_1 = network;
2129
- this.n2z_1 = version;
2130
- this.o2z_1 = algorithm;
2131
- this.p2z_1 = publicKey;
2132
- this.q2z_1 = height;
2133
- this.r2z_1 = balance;
2134
- this.s2z_1 = timestamp;
2135
- this.t2z_1 = previous;
2136
- this.u2z_1 = representativeAlgorithm;
2137
- this.v2z_1 = representativePublicKey;
2138
- this.w2z_1 = AttoBlockType_CHANGE_getInstance();
2128
+ this.k30_1 = network;
2129
+ this.l30_1 = version;
2130
+ this.m30_1 = algorithm;
2131
+ this.n30_1 = publicKey;
2132
+ this.o30_1 = height;
2133
+ this.p30_1 = balance;
2134
+ this.q30_1 = timestamp;
2135
+ this.r30_1 = previous;
2136
+ this.s30_1 = representativeAlgorithm;
2137
+ this.t30_1 = representativePublicKey;
2138
+ this.u30_1 = AttoBlockType_CHANGE_getInstance();
2139
2139
  var tmp = this;
2140
- tmp.x2z_1 = lazy_0(AttoChangeBlock$hash$delegate$lambda(this));
2141
- this.y2z_1 = new (AttoAddress())(this.o2z_1, this.p2z_1);
2142
- this.representativeAddress = new (AttoAddress())(this.u2z_1, this.v2z_1);
2140
+ tmp.v30_1 = lazy_0(AttoChangeBlock$hash$delegate$lambda(this));
2141
+ this.w30_1 = new (AttoAddress())(this.m30_1, this.n30_1);
2142
+ this.representativeAddress = new (AttoAddress())(this.s30_1, this.t30_1);
2143
2143
  }
2144
- k2u() {
2145
- return this.m2z_1;
2144
+ f2v() {
2145
+ return this.k30_1;
2146
2146
  }
2147
- l2u() {
2148
- return this.n2z_1;
2147
+ g2v() {
2148
+ return this.l30_1;
2149
2149
  }
2150
- m2u() {
2151
- return this.o2z_1;
2150
+ h2v() {
2151
+ return this.m30_1;
2152
2152
  }
2153
- j2u() {
2154
- return this.p2z_1;
2153
+ e2v() {
2154
+ return this.n30_1;
2155
2155
  }
2156
- n2u() {
2157
- return this.q2z_1;
2156
+ i2v() {
2157
+ return this.o30_1;
2158
2158
  }
2159
- o2u() {
2160
- return this.r2z_1;
2159
+ j2v() {
2160
+ return this.p30_1;
2161
2161
  }
2162
- t2v() {
2163
- return this.s2z_1;
2162
+ r2w() {
2163
+ return this.q30_1;
2164
2164
  }
2165
- s2x() {
2166
- return this.t2z_1;
2165
+ q2y() {
2166
+ return this.r30_1;
2167
2167
  }
2168
- r2u() {
2169
- return this.u2z_1;
2168
+ m2v() {
2169
+ return this.s30_1;
2170
2170
  }
2171
- s2u() {
2172
- return this.v2z_1;
2171
+ n2v() {
2172
+ return this.t30_1;
2173
2173
  }
2174
- o2x() {
2175
- return this.w2z_1;
2174
+ m2y() {
2175
+ return this.u30_1;
2176
2176
  }
2177
- o2v() {
2178
- var tmp0 = this.x2z_1;
2177
+ m2w() {
2178
+ var tmp0 = this.v30_1;
2179
2179
  var tmp = KProperty1();
2180
2180
  // Inline function 'kotlin.getValue' call
2181
2181
  getPropertyCallableRef('hash', 1, tmp, AttoChangeBlock$_get_hash_$ref_i4oufz(), null);
2182
- return tmp0.z1();
2182
+ return tmp0.g3();
2183
2183
  }
2184
- t2u() {
2185
- return this.y2z_1;
2184
+ o2v() {
2185
+ return this.w30_1;
2186
2186
  }
2187
- u2u() {
2187
+ p2v() {
2188
2188
  return this.representativeAddress;
2189
2189
  }
2190
- e2w() {
2190
+ c2x() {
2191
2191
  // Inline function 'kotlin.apply' call
2192
2192
  var this_0 = new (Buffer())();
2193
- writeAttoBlockType(this_0, this.w2z_1);
2194
- writeAttoNetwork(this_0, this.m2z_1);
2195
- writeAttoVersion(this_0, this.n2z_1);
2196
- writeAttoAlgorithm(this_0, this.o2z_1);
2197
- writeAttoPublicKey(this_0, this.p2z_1);
2198
- writeAttoHeight(this_0, this.q2z_1);
2199
- writeAttoAmount(this_0, this.r2z_1);
2200
- writeInstant(this_0, this.s2z_1);
2201
- writeAttoHash(this_0, this.t2z_1);
2202
- writeAttoAlgorithm(this_0, this.u2z_1);
2203
- writeAttoPublicKey(this_0, this.v2z_1);
2193
+ writeAttoBlockType(this_0, this.u30_1);
2194
+ writeAttoNetwork(this_0, this.k30_1);
2195
+ writeAttoVersion(this_0, this.l30_1);
2196
+ writeAttoAlgorithm(this_0, this.m30_1);
2197
+ writeAttoPublicKey(this_0, this.n30_1);
2198
+ writeAttoHeight(this_0, this.o30_1);
2199
+ writeAttoAmount(this_0, this.p30_1);
2200
+ writeInstant(this_0, this.q30_1);
2201
+ writeAttoHash(this_0, this.r30_1);
2202
+ writeAttoAlgorithm(this_0, this.s30_1);
2203
+ writeAttoPublicKey(this_0, this.t30_1);
2204
2204
  return this_0;
2205
2205
  }
2206
- te() {
2207
- return this.m2z_1;
2206
+ if() {
2207
+ return this.k30_1;
2208
2208
  }
2209
- ue() {
2210
- return this.n2z_1;
2209
+ jf() {
2210
+ return this.l30_1;
2211
2211
  }
2212
- z2u() {
2213
- return this.o2z_1;
2212
+ x2v() {
2213
+ return this.m30_1;
2214
2214
  }
2215
- a2v() {
2216
- return this.p2z_1;
2215
+ y2v() {
2216
+ return this.n30_1;
2217
2217
  }
2218
- b2v() {
2219
- return this.q2z_1;
2218
+ z2v() {
2219
+ return this.o30_1;
2220
2220
  }
2221
- c2v() {
2222
- return this.r2z_1;
2221
+ a2w() {
2222
+ return this.p30_1;
2223
2223
  }
2224
- d2v() {
2225
- return this.s2z_1;
2224
+ b2w() {
2225
+ return this.q30_1;
2226
2226
  }
2227
- e2v() {
2228
- return this.t2z_1;
2227
+ c2w() {
2228
+ return this.r30_1;
2229
2229
  }
2230
- f2v() {
2231
- return this.u2z_1;
2230
+ d2w() {
2231
+ return this.s30_1;
2232
2232
  }
2233
- g2v() {
2234
- return this.v2z_1;
2233
+ e2w() {
2234
+ return this.t30_1;
2235
2235
  }
2236
- a30(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey) {
2236
+ y30(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey) {
2237
2237
  return new (AttoChangeBlock())(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey);
2238
2238
  }
2239
2239
  copy(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey, $super) {
2240
- network = network === VOID ? this.m2z_1 : network;
2241
- version = version === VOID ? this.n2z_1 : version;
2242
- algorithm = algorithm === VOID ? this.o2z_1 : algorithm;
2243
- publicKey = publicKey === VOID ? this.p2z_1 : publicKey;
2244
- height = height === VOID ? this.q2z_1 : height;
2245
- balance = balance === VOID ? this.r2z_1 : balance;
2246
- timestamp = timestamp === VOID ? this.s2z_1 : timestamp;
2247
- previous = previous === VOID ? this.t2z_1 : previous;
2248
- representativeAlgorithm = representativeAlgorithm === VOID ? this.u2z_1 : representativeAlgorithm;
2249
- representativePublicKey = representativePublicKey === VOID ? this.v2z_1 : representativePublicKey;
2250
- return $super === VOID ? this.a30(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey) : $super.a30.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey);
2240
+ network = network === VOID ? this.k30_1 : network;
2241
+ version = version === VOID ? this.l30_1 : version;
2242
+ algorithm = algorithm === VOID ? this.m30_1 : algorithm;
2243
+ publicKey = publicKey === VOID ? this.n30_1 : publicKey;
2244
+ height = height === VOID ? this.o30_1 : height;
2245
+ balance = balance === VOID ? this.p30_1 : balance;
2246
+ timestamp = timestamp === VOID ? this.q30_1 : timestamp;
2247
+ previous = previous === VOID ? this.r30_1 : previous;
2248
+ representativeAlgorithm = representativeAlgorithm === VOID ? this.s30_1 : representativeAlgorithm;
2249
+ representativePublicKey = representativePublicKey === VOID ? this.t30_1 : representativePublicKey;
2250
+ return $super === VOID ? this.y30(network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey) : $super.y30.call(this, network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey);
2251
2251
  }
2252
2252
  toString() {
2253
- return 'AttoChangeBlock(network=' + this.m2z_1.toString() + ', version=' + this.n2z_1.toString() + ', algorithm=' + this.o2z_1.toString() + ', publicKey=' + this.p2z_1.toString() + ', height=' + this.q2z_1.toString() + ', balance=' + this.r2z_1.toString() + ', timestamp=' + this.s2z_1.toString() + ', previous=' + this.t2z_1.toString() + ', representativeAlgorithm=' + this.u2z_1.toString() + ', representativePublicKey=' + this.v2z_1.toString() + ')';
2253
+ return 'AttoChangeBlock(network=' + this.k30_1.toString() + ', version=' + this.l30_1.toString() + ', algorithm=' + this.m30_1.toString() + ', publicKey=' + this.n30_1.toString() + ', height=' + this.o30_1.toString() + ', balance=' + this.p30_1.toString() + ', timestamp=' + this.q30_1.toString() + ', previous=' + this.r30_1.toString() + ', representativeAlgorithm=' + this.s30_1.toString() + ', representativePublicKey=' + this.t30_1.toString() + ')';
2254
2254
  }
2255
2255
  hashCode() {
2256
- var result = this.m2z_1.hashCode();
2257
- result = imul(result, 31) + this.n2z_1.hashCode() | 0;
2258
- result = imul(result, 31) + this.o2z_1.hashCode() | 0;
2259
- result = imul(result, 31) + this.p2z_1.hashCode() | 0;
2260
- result = imul(result, 31) + this.q2z_1.hashCode() | 0;
2261
- result = imul(result, 31) + this.r2z_1.hashCode() | 0;
2262
- result = imul(result, 31) + this.s2z_1.hashCode() | 0;
2263
- result = imul(result, 31) + this.t2z_1.hashCode() | 0;
2264
- result = imul(result, 31) + this.u2z_1.hashCode() | 0;
2265
- result = imul(result, 31) + this.v2z_1.hashCode() | 0;
2256
+ var result = this.k30_1.hashCode();
2257
+ result = imul(result, 31) + this.l30_1.hashCode() | 0;
2258
+ result = imul(result, 31) + this.m30_1.hashCode() | 0;
2259
+ result = imul(result, 31) + this.n30_1.hashCode() | 0;
2260
+ result = imul(result, 31) + this.o30_1.hashCode() | 0;
2261
+ result = imul(result, 31) + this.p30_1.hashCode() | 0;
2262
+ result = imul(result, 31) + this.q30_1.hashCode() | 0;
2263
+ result = imul(result, 31) + this.r30_1.hashCode() | 0;
2264
+ result = imul(result, 31) + this.s30_1.hashCode() | 0;
2265
+ result = imul(result, 31) + this.t30_1.hashCode() | 0;
2266
2266
  return result;
2267
2267
  }
2268
2268
  equals(other) {
@@ -2270,95 +2270,95 @@ function AttoChangeBlock() {
2270
2270
  return true;
2271
2271
  if (!(other instanceof AttoChangeBlock()))
2272
2272
  return false;
2273
- if (!this.m2z_1.equals(other.m2z_1))
2273
+ if (!this.k30_1.equals(other.k30_1))
2274
2274
  return false;
2275
- if (!this.n2z_1.equals(other.n2z_1))
2275
+ if (!this.l30_1.equals(other.l30_1))
2276
2276
  return false;
2277
- if (!this.o2z_1.equals(other.o2z_1))
2277
+ if (!this.m30_1.equals(other.m30_1))
2278
2278
  return false;
2279
- if (!this.p2z_1.equals(other.p2z_1))
2279
+ if (!this.n30_1.equals(other.n30_1))
2280
2280
  return false;
2281
- if (!this.q2z_1.equals(other.q2z_1))
2281
+ if (!this.o30_1.equals(other.o30_1))
2282
2282
  return false;
2283
- if (!this.r2z_1.equals(other.r2z_1))
2283
+ if (!this.p30_1.equals(other.p30_1))
2284
2284
  return false;
2285
- if (!this.s2z_1.equals(other.s2z_1))
2285
+ if (!this.q30_1.equals(other.q30_1))
2286
2286
  return false;
2287
- if (!this.t2z_1.equals(other.t2z_1))
2287
+ if (!this.r30_1.equals(other.r30_1))
2288
2288
  return false;
2289
- if (!this.u2z_1.equals(other.u2z_1))
2289
+ if (!this.s30_1.equals(other.s30_1))
2290
2290
  return false;
2291
- if (!this.v2z_1.equals(other.v2z_1))
2291
+ if (!this.t30_1.equals(other.t30_1))
2292
2292
  return false;
2293
2293
  return true;
2294
2294
  }
2295
- static z2z(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey, address, representativeAddress, serializationConstructorMarker) {
2295
+ static x30(seen0, network, version, algorithm, publicKey, height, balance, timestamp, previous, representativeAlgorithm, representativePublicKey, address, representativeAddress, serializationConstructorMarker) {
2296
2296
  Companion_getInstance_8();
2297
2297
  if (!(1023 === (1023 & seen0))) {
2298
- throwMissingFieldException(seen0, 1023, $serializer_getInstance_2().k2z_1);
2298
+ throwMissingFieldException(seen0, 1023, $serializer_getInstance_2().i30_1);
2299
2299
  }
2300
2300
  var $this = createThis(this);
2301
- $this.m2z_1 = network;
2302
- $this.n2z_1 = version;
2303
- $this.o2z_1 = algorithm;
2304
- $this.p2z_1 = publicKey;
2305
- $this.q2z_1 = height;
2306
- $this.r2z_1 = balance;
2307
- $this.s2z_1 = timestamp;
2308
- $this.t2z_1 = previous;
2309
- $this.u2z_1 = representativeAlgorithm;
2310
- $this.v2z_1 = representativePublicKey;
2311
- $this.w2z_1 = AttoBlockType_CHANGE_getInstance();
2301
+ $this.k30_1 = network;
2302
+ $this.l30_1 = version;
2303
+ $this.m30_1 = algorithm;
2304
+ $this.n30_1 = publicKey;
2305
+ $this.o30_1 = height;
2306
+ $this.p30_1 = balance;
2307
+ $this.q30_1 = timestamp;
2308
+ $this.r30_1 = previous;
2309
+ $this.s30_1 = representativeAlgorithm;
2310
+ $this.t30_1 = representativePublicKey;
2311
+ $this.u30_1 = AttoBlockType_CHANGE_getInstance();
2312
2312
  var tmp = $this;
2313
- tmp.x2z_1 = lazy_0(AttoChangeBlock$_init_$lambda_31jg7w($this));
2313
+ tmp.v30_1 = lazy_0(AttoChangeBlock$_init_$lambda_31jg7w($this));
2314
2314
  if (0 === (seen0 & 1024))
2315
- $this.y2z_1 = new (AttoAddress())($this.o2z_1, $this.p2z_1);
2315
+ $this.w30_1 = new (AttoAddress())($this.m30_1, $this.n30_1);
2316
2316
  else
2317
- $this.y2z_1 = address;
2317
+ $this.w30_1 = address;
2318
2318
  if (0 === (seen0 & 2048))
2319
- $this.representativeAddress = new (AttoAddress())($this.u2z_1, $this.v2z_1);
2319
+ $this.representativeAddress = new (AttoAddress())($this.s30_1, $this.t30_1);
2320
2320
  else
2321
2321
  $this.representativeAddress = representativeAddress;
2322
2322
  return $this;
2323
2323
  }
2324
2324
  get network() {
2325
- return this.k2u();
2325
+ return this.f2v();
2326
2326
  }
2327
2327
  get version() {
2328
- return this.l2u();
2328
+ return this.g2v();
2329
2329
  }
2330
2330
  get algorithm() {
2331
- return this.m2u();
2331
+ return this.h2v();
2332
2332
  }
2333
2333
  get publicKey() {
2334
- return this.j2u();
2334
+ return this.e2v();
2335
2335
  }
2336
2336
  get height() {
2337
- return this.n2u();
2337
+ return this.i2v();
2338
2338
  }
2339
2339
  get balance() {
2340
- return this.o2u();
2340
+ return this.j2v();
2341
2341
  }
2342
2342
  get timestamp() {
2343
- return this.t2v();
2343
+ return this.r2w();
2344
2344
  }
2345
2345
  get previous() {
2346
- return this.s2x();
2346
+ return this.q2y();
2347
2347
  }
2348
2348
  get representativeAlgorithm() {
2349
- return this.r2u();
2349
+ return this.m2v();
2350
2350
  }
2351
2351
  get representativePublicKey() {
2352
- return this.s2u();
2352
+ return this.n2v();
2353
2353
  }
2354
2354
  get type() {
2355
- return this.o2x();
2355
+ return this.m2y();
2356
2356
  }
2357
2357
  get hash() {
2358
- return this.o2v();
2358
+ return this.m2w();
2359
2359
  }
2360
2360
  get address() {
2361
- return this.t2u();
2361
+ return this.o2v();
2362
2362
  }
2363
2363
  }
2364
2364
  protoOf($).validate = validate;
@@ -2417,18 +2417,18 @@ export {
2417
2417
  AttoSendBlock as AttoSendBlock3okbwu66utugk,
2418
2418
  HeightSupport as HeightSupport3fvmuzuofr8h6,
2419
2419
  PreviousSupport as PreviousSupport1um4ogj9ve97w,
2420
- AttoBlockType_CHANGE_getInstance as AttoBlockType_CHANGE_getInstance3orw5rx2tjqv2,
2421
- AttoBlockType_OPEN_getInstance as AttoBlockType_OPEN_getInstance2qq2w4m4uqmq7,
2422
- AttoBlockType_RECEIVE_getInstance as AttoBlockType_RECEIVE_getInstancemszz2w4jvf1a,
2423
- AttoBlockType_SEND_getInstance as AttoBlockType_SEND_getInstance381mhjyjs1zzi,
2424
- AttoBlockType_UNKNOWN_getInstance as AttoBlockType_UNKNOWN_getInstance3dnnplul63rg3,
2425
- Companion_getInstance_4 as Companion_getInstance1l72fs50ibztr,
2426
- Companion_instance_1 as Companion_instance387qsp52z8jyu,
2427
- Companion_getInstance_3 as Companion_getInstance2phtijzt3ebp3,
2428
- Companion_getInstance_8 as Companion_getInstance22d8d928ihuoo,
2429
- Companion_getInstance_7 as Companion_getInstance30jgubha5f9hp,
2430
- Companion_getInstance_6 as Companion_getInstance3uyok5rq53k69,
2431
- Companion_getInstance_5 as Companion_getInstance1oozvss6gswmf,
2420
+ AttoBlockType_CHANGE_getInstance as AttoBlockType_CHANGE_getInstance16tigzuncmwfi,
2421
+ AttoBlockType_OPEN_getInstance as AttoBlockType_OPEN_getInstanced9q3m2lcdhjc,
2422
+ AttoBlockType_RECEIVE_getInstance as AttoBlockType_RECEIVE_getInstance2ttd23fht8r8c,
2423
+ AttoBlockType_SEND_getInstance as AttoBlockType_SEND_getInstancegazxf48jkoys,
2424
+ AttoBlockType_UNKNOWN_getInstance as AttoBlockType_UNKNOWN_getInstancet56bcf0mseow,
2425
+ Companion_getInstance_4 as Companion_getInstance8qxfgiduss8m,
2426
+ Companion_instance_1 as Companion_instancejlhfep4g64wc,
2427
+ Companion_getInstance_3 as Companion_getInstance3p2p1zqlfsf85,
2428
+ Companion_getInstance_8 as Companion_getInstance3sgmvfe80pw99,
2429
+ Companion_getInstance_7 as Companion_getInstanceu54nysjf7szp,
2430
+ Companion_getInstance_6 as Companion_getInstance2k3tq4pfqwmoi,
2431
+ Companion_getInstance_5 as Companion_getInstance1ivg04alq47sd,
2432
2432
  };
2433
2433
  //endregion
2434
2434