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