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