@attocash/commons-test 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeFormatBuilder.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateFormat.mjs +4 -4
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +6 -6
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalTimeFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/UtcOffsetFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/YearMonthFormat.mjs +3 -3
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/Builder.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/internal/format/parser/Parser.mjs +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/DateTimeUnitSerializers.mjs +73 -73
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +16 -16
- 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 +5 -5
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/serializers/YearMonthSerializers.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +57 -57
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +65 -65
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +274 -274
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoFuture.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs +13 -13
- package/commons-commons-core/cash/atto/commons/AttoInstant.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoMnemonic.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +53 -53
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoSeed.js.mjs +3 -3
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +27 -27
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +41 -41
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +6 -6
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoWorkTarget.mjs.map +1 -1
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +2 -2
- package/commons-commons-node/cash/atto/commons/node/AttoNodeClientAsync.mjs +66 -66
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +85 -85
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs +52 -25
- package/commons-commons-node/cash/atto/commons/node/NodeExtensions.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountEntryMonitorAsync.mjs +9 -9
- 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.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitor.mjs +5 -5
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoAccountMonitorAsync.mjs +9 -9
- 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.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoHeightMonitor.mjs +13 -13
- package/commons-commons-node/cash/atto/commons/node/monitor/AttoTransactionMonitorAsync.mjs +9 -9
- 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.mjs +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs +389 -642
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClientRemote.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMock.mjs.map +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoNodeMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.js.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsync.mjs +1 -1
- package/commons-commons-test/cash/atto/commons/node/AttoWorkerMockAsyncBuilder.js.mjs +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerAsync.mjs +2 -2
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs +18 -18
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCache.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs +9 -9
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerCpu.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +40 -40
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs.map +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerAsyncBuilder.web.mjs +1 -1
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +31 -25
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs.map +1 -1
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.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 +8 -8
- package/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs +25 -25
- package/kotlinx-coroutines-core/kotlinx/coroutines/AbstractCoroutine.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs +168 -168
- package/kotlinx-coroutines-core/kotlinx/coroutines/CancellableContinuationImpl.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletableDeferred.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/CompletionState.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineContext.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineExceptionHandler.mjs +2 -2
- 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 +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/CoroutineStart.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +42 -42
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +18 -18
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs +27 -27
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/EventLoop.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Exceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +92 -92
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +14 -14
- package/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +315 -315
- 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 +5 -5
- 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 +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/Unconfined.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +435 -435
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +30 -30
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +19 -19
- 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 +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +13 -13
- package/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +12 -12
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +16 -16
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +45 -45
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs +48 -48
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/StateFlow.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +24 -24
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +56 -56
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +6 -6
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs +33 -33
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/Merge.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Concurrent.mjs +11 -11
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs +46 -46
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ConcurrentLinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +71 -71
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +37 -37
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +23 -23
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +10 -10
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- 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/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/ThreadLocal.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Cancellable.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs +9 -9
- package/kotlinx-coroutines-core/kotlinx/coroutines/intrinsics/Undispatched.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +15 -15
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs +50 -50
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Mutex.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +61 -61
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +187 -187
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +53 -53
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +19 -19
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +39 -39
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +6 -6
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +6 -6
- 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/builtins/BuiltinSerializers.mjs +1 -1
- 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 +18 -18
- 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 +65 -65
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +55 -55
- 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 +65 -65
- 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 +2 -2
- 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 +26 -26
- 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 +38 -38
- 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 +56 -56
- 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 +231 -231
- 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 +22 -22
- 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 +33 -33
- 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 +16 -16
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
- 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 +16 -16
- 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 +43 -43
- 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 +19 -19
- 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 +5 -5
- 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 +8 -8
- 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 +2 -2
- 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 +70 -70
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- 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 +114 -114
- 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 +106 -106
- 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 +90 -90
- 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 +48 -48
- 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 +30 -30
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +44 -44
- 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 +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +69 -69
- 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 +151 -151
- 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/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- 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 +20 -20
- 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 +39 -39
- 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 +16 -16
- 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 +2 -2
- 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 +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +6 -6
- 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 +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +176 -176
- 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 +139 -139
- 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 +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +214 -214
- 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 +9 -9
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +70 -70
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +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 +48 -48
- 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 +49 -49
- 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 +2 -2
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +49 -49
- 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 +22 -22
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.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/Loader.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- 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 +16 -16
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +6 -6
- 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 +36 -36
- 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 +32 -32
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +66 -66
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs.map +1 -1
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +75 -75
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +48 -48
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +28 -28
- 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 +108 -108
- 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 +52 -52
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +82 -82
- 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 +23 -23
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +26 -26
- 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 +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- 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/websocket/JsWebSocketSession.mjs +48 -48
- 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 +4 -4
- 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 +56 -56
- 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 +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +25 -25
- 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 +9 -9
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +22 -22
- 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 +16 -16
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- package/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/ktor-ktor-events/io/ktor/events/Events.mjs +6 -6
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +11 -11
- package/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +15 -15
- package/ktor-ktor-http/io/ktor/http/Url.mjs +68 -68
- package/ktor-ktor-http/io/ktor/http/Url.mjs.map +1 -1
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
- 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 +88 -88
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +33 -33
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +50 -50
- 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 +10 -10
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +126 -126
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs.map +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +53 -53
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +60 -60
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +32 -32
- 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 +23 -23
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/IODispatcher.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +28 -28
- 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 +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs.map +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +36 -36
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +36 -36
- 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 +8 -8
- 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 +7 -7
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +36 -36
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/CoroutinesUtils.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +34 -34
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +79 -79
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +106 -106
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +8 -8
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs.map +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +50 -50
- 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-websockets/io/ktor/websocket/CloseReason.mjs +16 -16
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +31 -31
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/package.json +1 -1
|
@@ -52,7 +52,7 @@ var CompanionClass;
|
|
|
52
52
|
function Companion() {
|
|
53
53
|
if (CompanionClass === VOID) {
|
|
54
54
|
class $ {
|
|
55
|
-
|
|
55
|
+
q1g() {
|
|
56
56
|
return $serializer_getInstance();
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -72,23 +72,23 @@ function $serializer() {
|
|
|
72
72
|
constructor() {
|
|
73
73
|
$serializer_instance = this;
|
|
74
74
|
var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.node.TimeDifferenceResponse', this, 3);
|
|
75
|
-
tmp0_serialDesc.
|
|
76
|
-
tmp0_serialDesc.
|
|
77
|
-
tmp0_serialDesc.
|
|
75
|
+
tmp0_serialDesc.p14('clientInstant', false);
|
|
76
|
+
tmp0_serialDesc.p14('serverInstant', false);
|
|
77
|
+
tmp0_serialDesc.p14('differenceMillis', false);
|
|
78
78
|
this.l4w_1 = tmp0_serialDesc;
|
|
79
79
|
}
|
|
80
80
|
m4w(encoder, value) {
|
|
81
81
|
var tmp0_desc = this.l4w_1;
|
|
82
|
-
var tmp1_output = encoder.
|
|
83
|
-
tmp1_output.
|
|
84
|
-
tmp1_output.
|
|
85
|
-
tmp1_output.
|
|
86
|
-
tmp1_output.
|
|
82
|
+
var tmp1_output = encoder.bx(tmp0_desc);
|
|
83
|
+
tmp1_output.sy(tmp0_desc, 0, AttoInstantAsStringSerializer_getInstance(), value.clientInstant);
|
|
84
|
+
tmp1_output.sy(tmp0_desc, 1, AttoInstantAsStringSerializer_getInstance(), value.serverInstant);
|
|
85
|
+
tmp1_output.my(tmp0_desc, 2, value.differenceMillis);
|
|
86
|
+
tmp1_output.cx(tmp0_desc);
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
ps(encoder, value) {
|
|
89
89
|
return this.m4w(encoder, value instanceof TimeDifferenceResponse() ? value : THROW_CCE());
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
qs(decoder) {
|
|
92
92
|
var tmp0_desc = this.l4w_1;
|
|
93
93
|
var tmp1_flag = true;
|
|
94
94
|
var tmp2_index = 0;
|
|
@@ -96,51 +96,51 @@ function $serializer() {
|
|
|
96
96
|
var tmp4_local0 = null;
|
|
97
97
|
var tmp5_local1 = null;
|
|
98
98
|
var tmp6_local2 = 0n;
|
|
99
|
-
var tmp7_input = decoder.
|
|
100
|
-
if (tmp7_input.
|
|
101
|
-
tmp4_local0 = tmp7_input.
|
|
99
|
+
var tmp7_input = decoder.bx(tmp0_desc);
|
|
100
|
+
if (tmp7_input.qx()) {
|
|
101
|
+
tmp4_local0 = tmp7_input.nx(tmp0_desc, 0, AttoInstantAsStringSerializer_getInstance(), tmp4_local0);
|
|
102
102
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
103
|
-
tmp5_local1 = tmp7_input.
|
|
103
|
+
tmp5_local1 = tmp7_input.nx(tmp0_desc, 1, AttoInstantAsStringSerializer_getInstance(), tmp5_local1);
|
|
104
104
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
105
|
-
tmp6_local2 = tmp7_input.
|
|
105
|
+
tmp6_local2 = tmp7_input.hx(tmp0_desc, 2);
|
|
106
106
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
107
107
|
} else
|
|
108
108
|
while (tmp1_flag) {
|
|
109
|
-
tmp2_index = tmp7_input.
|
|
109
|
+
tmp2_index = tmp7_input.rx(tmp0_desc);
|
|
110
110
|
switch (tmp2_index) {
|
|
111
111
|
case -1:
|
|
112
112
|
tmp1_flag = false;
|
|
113
113
|
break;
|
|
114
114
|
case 0:
|
|
115
|
-
tmp4_local0 = tmp7_input.
|
|
115
|
+
tmp4_local0 = tmp7_input.nx(tmp0_desc, 0, AttoInstantAsStringSerializer_getInstance(), tmp4_local0);
|
|
116
116
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
117
117
|
break;
|
|
118
118
|
case 1:
|
|
119
|
-
tmp5_local1 = tmp7_input.
|
|
119
|
+
tmp5_local1 = tmp7_input.nx(tmp0_desc, 1, AttoInstantAsStringSerializer_getInstance(), tmp5_local1);
|
|
120
120
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
121
121
|
break;
|
|
122
122
|
case 2:
|
|
123
|
-
tmp6_local2 = tmp7_input.
|
|
123
|
+
tmp6_local2 = tmp7_input.hx(tmp0_desc, 2);
|
|
124
124
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
125
125
|
break;
|
|
126
126
|
default:
|
|
127
|
-
throw UnknownFieldException().
|
|
127
|
+
throw UnknownFieldException().ku(tmp2_index);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
tmp7_input.
|
|
130
|
+
tmp7_input.cx(tmp0_desc);
|
|
131
131
|
return TimeDifferenceResponse().n4w(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
os() {
|
|
134
134
|
return this.l4w_1;
|
|
135
135
|
}
|
|
136
|
-
|
|
136
|
+
e15() {
|
|
137
137
|
// Inline function 'kotlin.arrayOf' call
|
|
138
138
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
139
139
|
// Inline function 'kotlin.js.asDynamic' call
|
|
140
140
|
return [AttoInstantAsStringSerializer_getInstance(), AttoInstantAsStringSerializer_getInstance(), LongSerializer_getInstance()];
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
-
protoOf($).
|
|
143
|
+
protoOf($).f15 = typeParametersSerializers;
|
|
144
144
|
initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
|
|
145
145
|
$serializerClass = $;
|
|
146
146
|
}
|
|
@@ -242,7 +242,7 @@ function Companion_0() {
|
|
|
242
242
|
// Inline function 'kotlin.js.asDynamic' call
|
|
243
243
|
tmp.s4w_1 = [lazy(tmp_0, AccountSearch$Companion$$childSerializers$_anonymous__5n1423)];
|
|
244
244
|
}
|
|
245
|
-
|
|
245
|
+
q1g() {
|
|
246
246
|
return $serializer_getInstance_0();
|
|
247
247
|
}
|
|
248
248
|
}
|
|
@@ -264,59 +264,59 @@ function $serializer_0() {
|
|
|
264
264
|
constructor() {
|
|
265
265
|
$serializer_instance_0 = this;
|
|
266
266
|
var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.node.AccountSearch', this, 1);
|
|
267
|
-
tmp0_serialDesc.
|
|
267
|
+
tmp0_serialDesc.p14('addresses', false);
|
|
268
268
|
this.t4w_1 = tmp0_serialDesc;
|
|
269
269
|
}
|
|
270
270
|
u4w(encoder, value) {
|
|
271
271
|
var tmp0_desc = this.t4w_1;
|
|
272
|
-
var tmp1_output = encoder.
|
|
272
|
+
var tmp1_output = encoder.bx(tmp0_desc);
|
|
273
273
|
var tmp2_cached = Companion_getInstance_2().s4w_1;
|
|
274
|
-
tmp1_output.
|
|
275
|
-
tmp1_output.
|
|
274
|
+
tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.addresses);
|
|
275
|
+
tmp1_output.cx(tmp0_desc);
|
|
276
276
|
}
|
|
277
|
-
|
|
277
|
+
ps(encoder, value) {
|
|
278
278
|
return this.u4w(encoder, value instanceof AccountSearch() ? value : THROW_CCE());
|
|
279
279
|
}
|
|
280
|
-
|
|
280
|
+
qs(decoder) {
|
|
281
281
|
var tmp0_desc = this.t4w_1;
|
|
282
282
|
var tmp1_flag = true;
|
|
283
283
|
var tmp2_index = 0;
|
|
284
284
|
var tmp3_bitMask0 = 0;
|
|
285
285
|
var tmp4_local0 = null;
|
|
286
|
-
var tmp5_input = decoder.
|
|
286
|
+
var tmp5_input = decoder.bx(tmp0_desc);
|
|
287
287
|
var tmp6_cached = Companion_getInstance_2().s4w_1;
|
|
288
|
-
if (tmp5_input.
|
|
289
|
-
tmp4_local0 = tmp5_input.
|
|
288
|
+
if (tmp5_input.qx()) {
|
|
289
|
+
tmp4_local0 = tmp5_input.nx(tmp0_desc, 0, tmp6_cached[0].z1(), tmp4_local0);
|
|
290
290
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
291
291
|
} else
|
|
292
292
|
while (tmp1_flag) {
|
|
293
|
-
tmp2_index = tmp5_input.
|
|
293
|
+
tmp2_index = tmp5_input.rx(tmp0_desc);
|
|
294
294
|
switch (tmp2_index) {
|
|
295
295
|
case -1:
|
|
296
296
|
tmp1_flag = false;
|
|
297
297
|
break;
|
|
298
298
|
case 0:
|
|
299
|
-
tmp4_local0 = tmp5_input.
|
|
299
|
+
tmp4_local0 = tmp5_input.nx(tmp0_desc, 0, tmp6_cached[0].z1(), tmp4_local0);
|
|
300
300
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
301
301
|
break;
|
|
302
302
|
default:
|
|
303
|
-
throw UnknownFieldException().
|
|
303
|
+
throw UnknownFieldException().ku(tmp2_index);
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
|
-
tmp5_input.
|
|
306
|
+
tmp5_input.cx(tmp0_desc);
|
|
307
307
|
return AccountSearch().v4w(tmp3_bitMask0, tmp4_local0, null);
|
|
308
308
|
}
|
|
309
|
-
|
|
309
|
+
os() {
|
|
310
310
|
return this.t4w_1;
|
|
311
311
|
}
|
|
312
|
-
|
|
312
|
+
e15() {
|
|
313
313
|
// Inline function 'kotlin.arrayOf' call
|
|
314
314
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
315
315
|
// Inline function 'kotlin.js.asDynamic' call
|
|
316
316
|
return [Companion_getInstance_2().s4w_1[0].z1()];
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
protoOf($).
|
|
319
|
+
protoOf($).f15 = typeParametersSerializers;
|
|
320
320
|
initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
|
|
321
321
|
$serializerClass_0 = $;
|
|
322
322
|
}
|
|
@@ -383,7 +383,7 @@ var CompanionClass_1;
|
|
|
383
383
|
function Companion_1() {
|
|
384
384
|
if (CompanionClass_1 === VOID) {
|
|
385
385
|
class $ {
|
|
386
|
-
|
|
386
|
+
q1g() {
|
|
387
387
|
return $serializer_getInstance_1();
|
|
388
388
|
}
|
|
389
389
|
}
|
|
@@ -403,25 +403,25 @@ function $serializer_1() {
|
|
|
403
403
|
constructor() {
|
|
404
404
|
$serializer_instance_1 = this;
|
|
405
405
|
var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.node.AccountHeightSearch', this, 3);
|
|
406
|
-
tmp0_serialDesc.
|
|
407
|
-
tmp0_serialDesc.
|
|
408
|
-
tmp0_serialDesc.
|
|
406
|
+
tmp0_serialDesc.p14('address', false);
|
|
407
|
+
tmp0_serialDesc.p14('fromHeight', false);
|
|
408
|
+
tmp0_serialDesc.p14('toHeight', true);
|
|
409
409
|
this.y4w_1 = tmp0_serialDesc;
|
|
410
410
|
}
|
|
411
411
|
z4w(encoder, value) {
|
|
412
412
|
var tmp0_desc = this.y4w_1;
|
|
413
|
-
var tmp1_output = encoder.
|
|
414
|
-
tmp1_output.
|
|
415
|
-
tmp1_output.
|
|
416
|
-
if (tmp1_output.
|
|
417
|
-
tmp1_output.
|
|
413
|
+
var tmp1_output = encoder.bx(tmp0_desc);
|
|
414
|
+
tmp1_output.sy(tmp0_desc, 0, AttoAddressAsStringSerializer_getInstance(), value.address);
|
|
415
|
+
tmp1_output.sy(tmp0_desc, 1, AttoHeightSerializer_getInstance(), value.fromHeight);
|
|
416
|
+
if (tmp1_output.wy(tmp0_desc, 2) ? true : !value.toHeight.equals(Companion_getInstance().MAX)) {
|
|
417
|
+
tmp1_output.sy(tmp0_desc, 2, AttoHeightSerializer_getInstance(), value.toHeight);
|
|
418
418
|
}
|
|
419
|
-
tmp1_output.
|
|
419
|
+
tmp1_output.cx(tmp0_desc);
|
|
420
420
|
}
|
|
421
|
-
|
|
421
|
+
ps(encoder, value) {
|
|
422
422
|
return this.z4w(encoder, value instanceof AccountHeightSearch() ? value : THROW_CCE());
|
|
423
423
|
}
|
|
424
|
-
|
|
424
|
+
qs(decoder) {
|
|
425
425
|
var tmp0_desc = this.y4w_1;
|
|
426
426
|
var tmp1_flag = true;
|
|
427
427
|
var tmp2_index = 0;
|
|
@@ -429,51 +429,51 @@ function $serializer_1() {
|
|
|
429
429
|
var tmp4_local0 = null;
|
|
430
430
|
var tmp5_local1 = null;
|
|
431
431
|
var tmp6_local2 = null;
|
|
432
|
-
var tmp7_input = decoder.
|
|
433
|
-
if (tmp7_input.
|
|
434
|
-
tmp4_local0 = tmp7_input.
|
|
432
|
+
var tmp7_input = decoder.bx(tmp0_desc);
|
|
433
|
+
if (tmp7_input.qx()) {
|
|
434
|
+
tmp4_local0 = tmp7_input.nx(tmp0_desc, 0, AttoAddressAsStringSerializer_getInstance(), tmp4_local0);
|
|
435
435
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
436
|
-
tmp5_local1 = tmp7_input.
|
|
436
|
+
tmp5_local1 = tmp7_input.nx(tmp0_desc, 1, AttoHeightSerializer_getInstance(), tmp5_local1);
|
|
437
437
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
438
|
-
tmp6_local2 = tmp7_input.
|
|
438
|
+
tmp6_local2 = tmp7_input.nx(tmp0_desc, 2, AttoHeightSerializer_getInstance(), tmp6_local2);
|
|
439
439
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
440
440
|
} else
|
|
441
441
|
while (tmp1_flag) {
|
|
442
|
-
tmp2_index = tmp7_input.
|
|
442
|
+
tmp2_index = tmp7_input.rx(tmp0_desc);
|
|
443
443
|
switch (tmp2_index) {
|
|
444
444
|
case -1:
|
|
445
445
|
tmp1_flag = false;
|
|
446
446
|
break;
|
|
447
447
|
case 0:
|
|
448
|
-
tmp4_local0 = tmp7_input.
|
|
448
|
+
tmp4_local0 = tmp7_input.nx(tmp0_desc, 0, AttoAddressAsStringSerializer_getInstance(), tmp4_local0);
|
|
449
449
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
450
450
|
break;
|
|
451
451
|
case 1:
|
|
452
|
-
tmp5_local1 = tmp7_input.
|
|
452
|
+
tmp5_local1 = tmp7_input.nx(tmp0_desc, 1, AttoHeightSerializer_getInstance(), tmp5_local1);
|
|
453
453
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
454
454
|
break;
|
|
455
455
|
case 2:
|
|
456
|
-
tmp6_local2 = tmp7_input.
|
|
456
|
+
tmp6_local2 = tmp7_input.nx(tmp0_desc, 2, AttoHeightSerializer_getInstance(), tmp6_local2);
|
|
457
457
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
458
458
|
break;
|
|
459
459
|
default:
|
|
460
|
-
throw UnknownFieldException().
|
|
460
|
+
throw UnknownFieldException().ku(tmp2_index);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
tmp7_input.
|
|
463
|
+
tmp7_input.cx(tmp0_desc);
|
|
464
464
|
return AccountHeightSearch().a4x(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
465
465
|
}
|
|
466
|
-
|
|
466
|
+
os() {
|
|
467
467
|
return this.y4w_1;
|
|
468
468
|
}
|
|
469
|
-
|
|
469
|
+
e15() {
|
|
470
470
|
// Inline function 'kotlin.arrayOf' call
|
|
471
471
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
472
472
|
// Inline function 'kotlin.js.asDynamic' call
|
|
473
473
|
return [AttoAddressAsStringSerializer_getInstance(), AttoHeightSerializer_getInstance(), AttoHeightSerializer_getInstance()];
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
protoOf($).
|
|
476
|
+
protoOf($).f15 = typeParametersSerializers;
|
|
477
477
|
initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
|
|
478
478
|
$serializerClass_1 = $;
|
|
479
479
|
}
|
|
@@ -582,7 +582,7 @@ function Companion_2() {
|
|
|
582
582
|
fromArray(search) {
|
|
583
583
|
return new (HeightSearch())(toList(search));
|
|
584
584
|
}
|
|
585
|
-
|
|
585
|
+
q1g() {
|
|
586
586
|
return $serializer_getInstance_2();
|
|
587
587
|
}
|
|
588
588
|
}
|
|
@@ -604,59 +604,59 @@ function $serializer_2() {
|
|
|
604
604
|
constructor() {
|
|
605
605
|
$serializer_instance_2 = this;
|
|
606
606
|
var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('cash.atto.commons.node.HeightSearch', this, 1);
|
|
607
|
-
tmp0_serialDesc.
|
|
607
|
+
tmp0_serialDesc.p14('search', false);
|
|
608
608
|
this.f4x_1 = tmp0_serialDesc;
|
|
609
609
|
}
|
|
610
610
|
g4x(encoder, value) {
|
|
611
611
|
var tmp0_desc = this.f4x_1;
|
|
612
|
-
var tmp1_output = encoder.
|
|
612
|
+
var tmp1_output = encoder.bx(tmp0_desc);
|
|
613
613
|
var tmp2_cached = Companion_getInstance_4().e4x_1;
|
|
614
|
-
tmp1_output.
|
|
615
|
-
tmp1_output.
|
|
614
|
+
tmp1_output.sy(tmp0_desc, 0, tmp2_cached[0].z1(), value.search);
|
|
615
|
+
tmp1_output.cx(tmp0_desc);
|
|
616
616
|
}
|
|
617
|
-
|
|
617
|
+
ps(encoder, value) {
|
|
618
618
|
return this.g4x(encoder, value instanceof HeightSearch() ? value : THROW_CCE());
|
|
619
619
|
}
|
|
620
|
-
|
|
620
|
+
qs(decoder) {
|
|
621
621
|
var tmp0_desc = this.f4x_1;
|
|
622
622
|
var tmp1_flag = true;
|
|
623
623
|
var tmp2_index = 0;
|
|
624
624
|
var tmp3_bitMask0 = 0;
|
|
625
625
|
var tmp4_local0 = null;
|
|
626
|
-
var tmp5_input = decoder.
|
|
626
|
+
var tmp5_input = decoder.bx(tmp0_desc);
|
|
627
627
|
var tmp6_cached = Companion_getInstance_4().e4x_1;
|
|
628
|
-
if (tmp5_input.
|
|
629
|
-
tmp4_local0 = tmp5_input.
|
|
628
|
+
if (tmp5_input.qx()) {
|
|
629
|
+
tmp4_local0 = tmp5_input.nx(tmp0_desc, 0, tmp6_cached[0].z1(), tmp4_local0);
|
|
630
630
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
631
631
|
} else
|
|
632
632
|
while (tmp1_flag) {
|
|
633
|
-
tmp2_index = tmp5_input.
|
|
633
|
+
tmp2_index = tmp5_input.rx(tmp0_desc);
|
|
634
634
|
switch (tmp2_index) {
|
|
635
635
|
case -1:
|
|
636
636
|
tmp1_flag = false;
|
|
637
637
|
break;
|
|
638
638
|
case 0:
|
|
639
|
-
tmp4_local0 = tmp5_input.
|
|
639
|
+
tmp4_local0 = tmp5_input.nx(tmp0_desc, 0, tmp6_cached[0].z1(), tmp4_local0);
|
|
640
640
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
641
641
|
break;
|
|
642
642
|
default:
|
|
643
|
-
throw UnknownFieldException().
|
|
643
|
+
throw UnknownFieldException().ku(tmp2_index);
|
|
644
644
|
}
|
|
645
645
|
}
|
|
646
|
-
tmp5_input.
|
|
646
|
+
tmp5_input.cx(tmp0_desc);
|
|
647
647
|
return HeightSearch().h4x(tmp3_bitMask0, tmp4_local0, null);
|
|
648
648
|
}
|
|
649
|
-
|
|
649
|
+
os() {
|
|
650
650
|
return this.f4x_1;
|
|
651
651
|
}
|
|
652
|
-
|
|
652
|
+
e15() {
|
|
653
653
|
// Inline function 'kotlin.arrayOf' call
|
|
654
654
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
655
655
|
// Inline function 'kotlin.js.asDynamic' call
|
|
656
656
|
return [Companion_getInstance_4().e4x_1[0].z1()];
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
protoOf($).
|
|
659
|
+
protoOf($).f15 = typeParametersSerializers;
|
|
660
660
|
initMetadataForObject($, '$serializer', VOID, VOID, [GeneratedSerializer()]);
|
|
661
661
|
$serializerClass_2 = $;
|
|
662
662
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../commons-node/src/commonMain/kotlin/cash/atto/commons/node/AttoNodeOperations.kt","src/kotlin/time/Duration.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializer","serialize","encoder","value","deserialize","childSerializers","clientInstant","serverInstant","differenceMillis","<get-clientInstant>","<get-serverInstant>","<get-differenceMillis>","result","AccountSearch$Companion$$childSerializers$<anonymous>","addresses","<get-addresses>","address","fromHeight","toHeight","<get-address>","<get-fromHeight>","<get-toHeight>","HeightSearch$Companion$$childSerializers$<anonymous>","fromArray","search","<get-search>","<generator-now>","$completion","difference","now"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["../../../../../../../commons-node/src/commonMain/kotlin/cash/atto/commons/node/AttoNodeOperations.kt","src/kotlin/time/Duration.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["serializer","serialize","encoder","value","deserialize","childSerializers","clientInstant","serverInstant","differenceMillis","<get-clientInstant>","<get-serverInstant>","<get-differenceMillis>","result","AccountSearch$Companion$$childSerializers$<anonymous>","addresses","<get-addresses>","address","fromHeight","toHeight","<get-address>","<get-fromHeight>","<get-toHeight>","HeightSearch$Companion$$childSerializers$<anonymous>","fromArray","search","<get-search>","<generator-now>","$completion","difference","now"],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Default_getInstance363hicrc7jsft as Default_getInstance } from '../../../../../kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs';
|
|
2
1
|
import { AttoReceivable1xbn2f5t545d2 as AttoReceivable } from '../../../../../commons-commons-core/cash/atto/commons/AttoReceivable.mjs';
|
|
3
2
|
import { getKClass3t8tygqu4lcxf as getKClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs';
|
|
4
3
|
import { arrayOf1akklvh2at202 as arrayOf } from '../../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
|
|
@@ -17,71 +16,86 @@ import {
|
|
|
17
16
|
} from '../../../../../commons-commons-core/cash/atto/commons/AttoBlock.mjs';
|
|
18
17
|
import { toBufferiyx13zwt779l as toBuffer } from '../../../../../commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs';
|
|
19
18
|
import { IllegalArgumentException2asla15b5jaob as IllegalArgumentException } from '../../../../../kotlin-kotlin-stdlib/kotlin/exceptions.mjs';
|
|
19
|
+
import { Unit_instance1fbcbse1fwigr as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
20
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
21
|
+
import { Jsonsmkyu9xjl7fv as Json } from '../../../../../kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs';
|
|
20
22
|
//region block: imports
|
|
21
23
|
//endregion
|
|
22
24
|
//region block: pre-declaration
|
|
23
25
|
//endregion
|
|
26
|
+
function get_json() {
|
|
27
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
var json;
|
|
24
31
|
function receivableToJson(_this__u8e3s4) {
|
|
32
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
25
33
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
26
|
-
var this_0 =
|
|
34
|
+
var this_0 = get_json();
|
|
27
35
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
28
|
-
var this_1 = this_0.
|
|
36
|
+
var this_1 = this_0.px();
|
|
29
37
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
30
38
|
var this_2 = serializer(this_1, createKType(getKClass(AttoReceivable()), arrayOf([]), false));
|
|
31
39
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
32
|
-
return this_0.
|
|
40
|
+
return this_0.vt(tmp$ret$1, _this__u8e3s4);
|
|
33
41
|
}
|
|
34
42
|
function receivableFromJson(_this__u8e3s4) {
|
|
43
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
35
44
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
36
|
-
var this_0 =
|
|
45
|
+
var this_0 = get_json();
|
|
37
46
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
38
|
-
var this_1 = this_0.
|
|
47
|
+
var this_1 = this_0.px();
|
|
39
48
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
40
49
|
var this_2 = serializer(this_1, createKType(getKClass(AttoReceivable()), arrayOf([]), false));
|
|
41
50
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
42
|
-
return this_0.
|
|
51
|
+
return this_0.wt(tmp$ret$1, _this__u8e3s4);
|
|
43
52
|
}
|
|
44
53
|
function transactionToJson(_this__u8e3s4) {
|
|
54
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
45
55
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
46
|
-
var this_0 =
|
|
56
|
+
var this_0 = get_json();
|
|
47
57
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
48
|
-
var this_1 = this_0.
|
|
58
|
+
var this_1 = this_0.px();
|
|
49
59
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
50
60
|
var this_2 = serializer(this_1, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
|
|
51
61
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
52
|
-
return this_0.
|
|
62
|
+
return this_0.vt(tmp$ret$1, _this__u8e3s4);
|
|
53
63
|
}
|
|
54
64
|
function transactionFromJson(_this__u8e3s4) {
|
|
65
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
55
66
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
56
|
-
var this_0 =
|
|
67
|
+
var this_0 = get_json();
|
|
57
68
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
58
|
-
var this_1 = this_0.
|
|
69
|
+
var this_1 = this_0.px();
|
|
59
70
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
60
71
|
var this_2 = serializer(this_1, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
|
|
61
72
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
62
|
-
return this_0.
|
|
73
|
+
return this_0.wt(tmp$ret$1, _this__u8e3s4);
|
|
63
74
|
}
|
|
64
75
|
function blockToJson(_this__u8e3s4) {
|
|
76
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
65
77
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
66
|
-
var this_0 =
|
|
78
|
+
var this_0 = get_json();
|
|
67
79
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
68
|
-
var this_1 = this_0.
|
|
80
|
+
var this_1 = this_0.px();
|
|
69
81
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
70
82
|
var this_2 = serializer(this_1, createKType(getKClass(AttoBlock()), arrayOf([]), false));
|
|
71
83
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
72
|
-
return this_0.
|
|
84
|
+
return this_0.vt(tmp$ret$1, _this__u8e3s4);
|
|
73
85
|
}
|
|
74
86
|
function blockFromJson(_this__u8e3s4) {
|
|
87
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
75
88
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
76
|
-
var this_0 =
|
|
89
|
+
var this_0 = get_json();
|
|
77
90
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
78
|
-
var this_1 = this_0.
|
|
91
|
+
var this_1 = this_0.px();
|
|
79
92
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
80
93
|
var this_2 = serializer(this_1, createKType(getKClass(AttoBlock()), arrayOf([]), false));
|
|
81
94
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
82
|
-
return this_0.
|
|
95
|
+
return this_0.wt(tmp$ret$1, _this__u8e3s4);
|
|
83
96
|
}
|
|
84
97
|
function fromByteArrayToTransactionJson(_this__u8e3s4) {
|
|
98
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
85
99
|
var tmp0_elvis_lhs = Companion_getInstance().fromBuffer(toBuffer(_this__u8e3s4));
|
|
86
100
|
var tmp;
|
|
87
101
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -91,15 +105,16 @@ function fromByteArrayToTransactionJson(_this__u8e3s4) {
|
|
|
91
105
|
}
|
|
92
106
|
var transaction = tmp;
|
|
93
107
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
94
|
-
var this_0 =
|
|
108
|
+
var this_0 = get_json();
|
|
95
109
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
96
|
-
var this_1 = this_0.
|
|
110
|
+
var this_1 = this_0.px();
|
|
97
111
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
98
112
|
var this_2 = serializer(this_1, createKType(getKClass(AttoTransaction()), arrayOf([]), false));
|
|
99
113
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
100
|
-
return this_0.
|
|
114
|
+
return this_0.vt(tmp$ret$1, transaction);
|
|
101
115
|
}
|
|
102
116
|
function fromByteArrayToBlockJson(_this__u8e3s4) {
|
|
117
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
103
118
|
var tmp0_elvis_lhs = Companion_instance.fromBuffer(toBuffer(_this__u8e3s4));
|
|
104
119
|
var tmp;
|
|
105
120
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -109,13 +124,25 @@ function fromByteArrayToBlockJson(_this__u8e3s4) {
|
|
|
109
124
|
}
|
|
110
125
|
var block = tmp;
|
|
111
126
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
112
|
-
var this_0 =
|
|
127
|
+
var this_0 = get_json();
|
|
113
128
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
114
|
-
var this_1 = this_0.
|
|
129
|
+
var this_1 = this_0.px();
|
|
115
130
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
116
131
|
var this_2 = serializer(this_1, createKType(getKClass(AttoBlock()), arrayOf([]), false));
|
|
117
132
|
var tmp$ret$1 = isInterface(this_2, KSerializer()) ? this_2 : THROW_CCE();
|
|
118
|
-
return this_0.
|
|
133
|
+
return this_0.vt(tmp$ret$1, block);
|
|
134
|
+
}
|
|
135
|
+
function json$lambda($this$Json) {
|
|
136
|
+
_init_properties_NodeExtensions_kt__hev4ru();
|
|
137
|
+
$this$Json.v1e_1 = true;
|
|
138
|
+
return Unit_instance;
|
|
139
|
+
}
|
|
140
|
+
var properties_initialized_NodeExtensions_kt_17wxs8;
|
|
141
|
+
function _init_properties_NodeExtensions_kt__hev4ru() {
|
|
142
|
+
if (!properties_initialized_NodeExtensions_kt_17wxs8) {
|
|
143
|
+
properties_initialized_NodeExtensions_kt_17wxs8 = true;
|
|
144
|
+
json = Json(VOID, json$lambda);
|
|
145
|
+
}
|
|
119
146
|
}
|
|
120
147
|
//region block: exports
|
|
121
148
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../commons-node/src/commonMain/kotlin/cash/atto/commons/node/NodeExtensions.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/formats/json/commonMain/src/kotlinx/serialization/json/Json.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/Serializers.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["toJson","<this>","toReceivable","toTransaction","toBlock","toTransactionJson","transaction","toBlockJson","block"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../commons-node/src/commonMain/kotlin/cash/atto/commons/node/NodeExtensions.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/formats/json/commonMain/src/kotlinx/serialization/json/Json.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/Serializers.kt","../../../../../../../../../../../../mnt/agent/work/b2fef8360e1bcf3d/core/commonMain/src/kotlinx/serialization/internal/Platform.common.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-json>","toJson","<this>","toReceivable","toTransaction","toBlock","toTransactionJson","transaction","toBlockJson","block","json$lambda","<init properties NodeExtensions.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;iBAkBQA,CAAAA,EAAA;A;EAAA,W;AAAO,C;;yBAOfC,CAAIC,aAAJD,EAAsC;A;;eAAA,U;;eCmLf,W;;eCvJZ,gF;MAAP,YCwB4D,yD;EHpDD,OCmLvD,UAAiC,SAAjC,EDnLkD,aCmLlD,C;ADnLsD,C;2BAI9DE,CAAID,aAAJC,EAA4C;A;;eAAA,U;;eCgMnB,W;;eCxKd,gF;MAAP,YCwB4D,yD;EHhDuB,OCgM/E,UAAmC,SAAnC,EDhM0E,aCgM1E,C;ADhM8E,C;0BAItFF,CAAIC,aAAJD,EAAuC;A;;eAAA,U;;eC2KhB,W;;eCvJZ,iF;MAAP,YCwB4D,yD;EH5CA,OC2KxD,UAAiC,SAAjC,ED3KmD,aC2KnD,C;AD3KuD,C;4BAI/DG,CAAIF,aAAJE,EAA8C;A;;eAAA,U;;eCwLrB,W;;eCxKd,iF;MAAP,YCwB4D,yD;EHxC0B,OCwLlF,UAAmC,SAAnC,EDxL6E,aCwL7E,C;ADxLiF,C;oBAIzFH,CAAIC,aAAJD,EAAiC;A;;eAAA,U;;eCmKV,W;;eCvJZ,2E;MAAP,YCwB4D,yD;EHpCN,OCmKlD,UAAiC,SAAjC,EDnK6C,aCmK7C,C;ADnKiD,C;sBAIzDI,CAAIH,aAAJG,EAAkC;A;;eAAA,U;;eCgLT,W;;eCxKd,2E;MAAP,YCwB4D,yD;EHhCQ,OCgLhE,UAAmC,SAAnC,EDhL2D,aCgL3D,C;ADhL+D,C;uCAIvEC,CAAIJ,aAAJI,EAA0C;A;MACpB,iBAAgB,mCAAgB,SAAL,aAAK,CAAhB,C;;EAAhB,2B;IAA+C,oCAA+B,qBAA/B,C;;UAA/C,c;;MAAlBC,iB;;eACO,U;;eCyJY,W;;eCvJZ,iF;MAAP,YCwB4D,yD;EH1B5D,OCyJI,UAAiC,SAAjC,EDzJwC,WCyJxC,C;ADxJR,C;iCAIAC,CAAIN,aAAJM,EAAoC;A;MACpB,iBAAU,8BAAgB,SAAL,aAAK,CAAhB,C;;EAAV,2B;IAAyC,oCAA+B,eAA/B,C;;UAAzC,c;;MAAZC,W;;eACO,U;;eCkJY,W;;eCvJZ,2E;MAAP,YCwB4D,yD;EHnB5D,OCkJI,UAAiC,SAAjC,EDlJkC,KCkJlC,C;ADjJR,C;oBAxCSC,CAAA,UAAAA,EAAA;A;EACD,mBAAoB,I;EACxB,oB;AAAA,C;;mDArBJC,CAAAA,E;;;WAmBI,WAAK,WAAL,C;;C;;;;;"}
|