@xyo-network/xl1-protocol-sdk 4.0.3 → 4.0.5
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/dist/neutral/capabilities/locatorFromConfig.d.ts +3 -3
- package/dist/neutral/capabilities/locatorFromConfig.d.ts.map +1 -1
- package/dist/neutral/config/LocatorConfigFields.d.ts +6 -0
- package/dist/neutral/config/LocatorConfigFields.d.ts.map +1 -1
- package/dist/neutral/index-node.d.ts +3 -0
- package/dist/neutral/index-node.d.ts.map +1 -0
- package/dist/neutral/index.d.ts +0 -1
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +44 -57
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/test/index.mjs +1 -0
- package/dist/neutral/test/index.mjs.map +2 -2
- package/dist/node/Archivists/ArchivistConnectOptions.d.ts +8 -0
- package/dist/node/Archivists/ArchivistConnectOptions.d.ts.map +1 -0
- package/dist/node/Archivists/ArchivistFactory.d.ts +31 -0
- package/dist/node/Archivists/ArchivistFactory.d.ts.map +1 -0
- package/dist/node/Archivists/MemoryArchivistFactory.d.ts +19 -0
- package/dist/node/Archivists/MemoryArchivistFactory.d.ts.map +1 -0
- package/dist/node/Archivists/archivistFactoryRegistry.d.ts +9 -0
- package/dist/node/Archivists/archivistFactoryRegistry.d.ts.map +1 -0
- package/dist/node/Archivists/archivistRoles.d.ts +12 -0
- package/dist/node/Archivists/archivistRoles.d.ts.map +1 -0
- package/dist/node/Archivists/connectArchivist.d.ts +11 -0
- package/dist/node/Archivists/connectArchivist.d.ts.map +1 -0
- package/dist/node/Archivists/index.d.ts +7 -0
- package/dist/node/Archivists/index.d.ts.map +1 -0
- package/dist/node/ChainContextHelpers.d.ts +10 -0
- package/dist/node/ChainContextHelpers.d.ts.map +1 -0
- package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts +114 -0
- package/dist/node/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -0
- package/dist/node/CreatableProvider/CreatableProvider.d.ts +67 -0
- package/dist/node/CreatableProvider/CreatableProvider.d.ts.map +1 -0
- package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts +13 -0
- package/dist/node/CreatableProvider/CreatableProviderRegistry.d.ts.map +1 -0
- package/dist/node/CreatableProvider/GetInstanceOptions.d.ts +10 -0
- package/dist/node/CreatableProvider/GetInstanceOptions.d.ts.map +1 -0
- package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts +14 -0
- package/dist/node/CreatableProvider/LabeledCreatableProviderFactory.d.ts.map +1 -0
- package/dist/node/CreatableProvider/ProviderFactory.d.ts +29 -0
- package/dist/node/CreatableProvider/ProviderFactory.d.ts.map +1 -0
- package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts +61 -0
- package/dist/node/CreatableProvider/ProviderFactoryLocator.d.ts.map +1 -0
- package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts +47 -0
- package/dist/node/CreatableProvider/ProviderFactoryLocatorInstance.d.ts.map +1 -0
- package/dist/node/CreatableProvider/index.d.ts +9 -0
- package/dist/node/CreatableProvider/index.d.ts.map +1 -0
- package/dist/node/SignedBigInt.d.ts +22 -0
- package/dist/node/SignedBigInt.d.ts.map +1 -0
- package/dist/node/_internal/context/getTestProviderContext.d.ts +4 -0
- package/dist/node/_internal/context/getTestProviderContext.d.ts.map +1 -0
- package/dist/node/_internal/context/index.d.ts +2 -0
- package/dist/node/_internal/context/index.d.ts.map +1 -0
- package/dist/node/_internal/index.d.ts +2 -0
- package/dist/node/_internal/index.d.ts.map +1 -0
- package/dist/node/amount/ShiftedBigInt.d.ts +17 -0
- package/dist/node/amount/ShiftedBigInt.d.ts.map +1 -0
- package/dist/node/amount/index.d.ts +5 -0
- package/dist/node/amount/index.d.ts.map +1 -0
- package/dist/node/amount/splitOnDecimal.d.ts +3 -0
- package/dist/node/amount/splitOnDecimal.d.ts.map +1 -0
- package/dist/node/amount/splitOnDecimalToString.d.ts +3 -0
- package/dist/node/amount/splitOnDecimalToString.d.ts.map +1 -0
- package/dist/node/amount/xl1Amount.d.ts +26 -0
- package/dist/node/amount/xl1Amount.d.ts.map +1 -0
- package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts +70 -0
- package/dist/node/block/hydrate/BoundWitnessHydrator.d.ts.map +1 -0
- package/dist/node/block/hydrate/allHashesPresent.d.ts +5 -0
- package/dist/node/block/hydrate/allHashesPresent.d.ts.map +1 -0
- package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts +5 -0
- package/dist/node/block/hydrate/blockPayloadsFromHydratedBlock.d.ts.map +1 -0
- package/dist/node/block/hydrate/createBlockHydrator.d.ts +6 -0
- package/dist/node/block/hydrate/createBlockHydrator.d.ts.map +1 -0
- package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts +169 -0
- package/dist/node/block/hydrate/createBoundWitnessHydrator.d.ts.map +1 -0
- package/dist/node/block/hydrate/createTransactionHydrator.d.ts +6 -0
- package/dist/node/block/hydrate/createTransactionHydrator.d.ts.map +1 -0
- package/dist/node/block/hydrate/flattenHydratedBlock.d.ts +9 -0
- package/dist/node/block/hydrate/flattenHydratedBlock.d.ts.map +1 -0
- package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts +4 -0
- package/dist/node/block/hydrate/flattenHydratedBlocks.d.ts.map +1 -0
- package/dist/node/block/hydrate/hydrateBlock.d.ts +5 -0
- package/dist/node/block/hydrate/hydrateBlock.d.ts.map +1 -0
- package/dist/node/block/hydrate/index.d.ts +12 -0
- package/dist/node/block/hydrate/index.d.ts.map +1 -0
- package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts +4 -0
- package/dist/node/block/hydrate/transactionsFromHydratedBlock.d.ts.map +1 -0
- package/dist/node/block/hydrate/tryHydrateBlock.d.ts +6 -0
- package/dist/node/block/hydrate/tryHydrateBlock.d.ts.map +1 -0
- package/dist/node/block/index.d.ts +3 -0
- package/dist/node/block/index.d.ts.map +1 -0
- package/dist/node/block/primitives/blockFromBlockNumber.d.ts +5 -0
- package/dist/node/block/primitives/blockFromBlockNumber.d.ts.map +1 -0
- package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts +7 -0
- package/dist/node/block/primitives/frames/calculateFramesFromRange.d.ts.map +1 -0
- package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts +10 -0
- package/dist/node/block/primitives/frames/deepCalculateFramesFromRange.d.ts.map +1 -0
- package/dist/node/block/primitives/frames/index.d.ts +3 -0
- package/dist/node/block/primitives/frames/index.d.ts.map +1 -0
- package/dist/node/block/primitives/hashFromBlockNumber.d.ts +5 -0
- package/dist/node/block/primitives/hashFromBlockNumber.d.ts.map +1 -0
- package/dist/node/block/primitives/index.d.ts +8 -0
- package/dist/node/block/primitives/index.d.ts.map +1 -0
- package/dist/node/block/primitives/model.d.ts +8 -0
- package/dist/node/block/primitives/model.d.ts.map +1 -0
- package/dist/node/block/primitives/payloads/ChainWindow.d.ts +7 -0
- package/dist/node/block/primitives/payloads/ChainWindow.d.ts.map +1 -0
- package/dist/node/block/primitives/payloads/index.d.ts +2 -0
- package/dist/node/block/primitives/payloads/index.d.ts.map +1 -0
- package/dist/node/block/primitives/toStepIdentityString.d.ts +4 -0
- package/dist/node/block/primitives/toStepIdentityString.d.ts.map +1 -0
- package/dist/node/block/primitives/validateTransactionOpcodes.d.ts +5 -0
- package/dist/node/block/primitives/validateTransactionOpcodes.d.ts.map +1 -0
- package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts +10 -0
- package/dist/node/boundwitness/buildUnsignedBoundWitness.d.ts.map +1 -0
- package/dist/node/boundwitness/index.d.ts +2 -0
- package/dist/node/boundwitness/index.d.ts.map +1 -0
- package/dist/node/capabilities/Backing.d.ts +52 -0
- package/dist/node/capabilities/Backing.d.ts.map +1 -0
- package/dist/node/capabilities/Capability.d.ts +32 -0
- package/dist/node/capabilities/Capability.d.ts.map +1 -0
- package/dist/node/capabilities/Provider.d.ts +31 -0
- package/dist/node/capabilities/Provider.d.ts.map +1 -0
- package/dist/node/capabilities/connectionSubsetBySurface.d.ts +17 -0
- package/dist/node/capabilities/connectionSubsetBySurface.d.ts.map +1 -0
- package/dist/node/capabilities/connectionTypes.d.ts +10 -0
- package/dist/node/capabilities/connectionTypes.d.ts.map +1 -0
- package/dist/node/capabilities/factoryBrand.d.ts +46 -0
- package/dist/node/capabilities/factoryBrand.d.ts.map +1 -0
- package/dist/node/capabilities/index.d.ts +12 -0
- package/dist/node/capabilities/index.d.ts.map +1 -0
- package/dist/node/capabilities/locatorFromConfig.d.ts +29 -0
- package/dist/node/capabilities/locatorFromConfig.d.ts.map +1 -0
- package/dist/node/capabilities/needsFromProviderBindings.d.ts +8 -0
- package/dist/node/capabilities/needsFromProviderBindings.d.ts.map +1 -0
- package/dist/node/capabilities/providerCandidateFromClass.d.ts +7 -0
- package/dist/node/capabilities/providerCandidateFromClass.d.ts.map +1 -0
- package/dist/node/capabilities/resolveProviders.d.ts +56 -0
- package/dist/node/capabilities/resolveProviders.d.ts.map +1 -0
- package/dist/node/capabilities/surfaceMap.d.ts +11 -0
- package/dist/node/capabilities/surfaceMap.d.ts.map +1 -0
- package/dist/node/config/Actor.d.ts +590 -0
- package/dist/node/config/Actor.d.ts.map +1 -0
- package/dist/node/config/Actors.d.ts +107 -0
- package/dist/node/config/Actors.d.ts.map +1 -0
- package/dist/node/config/Base.d.ts +109 -0
- package/dist/node/config/Base.d.ts.map +1 -0
- package/dist/node/config/Chain.d.ts +13 -0
- package/dist/node/config/Chain.d.ts.map +1 -0
- package/dist/node/config/Config.d.ts +396 -0
- package/dist/node/config/Config.d.ts.map +1 -0
- package/dist/node/config/DeepPartial.d.ts +5 -0
- package/dist/node/config/DeepPartial.d.ts.map +1 -0
- package/dist/node/config/HostActor.d.ts +591 -0
- package/dist/node/config/HostActor.d.ts.map +1 -0
- package/dist/node/config/LocatorConfigFields.d.ts +115 -0
- package/dist/node/config/LocatorConfigFields.d.ts.map +1 -0
- package/dist/node/config/Log.d.ts +16 -0
- package/dist/node/config/Log.d.ts.map +1 -0
- package/dist/node/config/Provider.d.ts +36 -0
- package/dist/node/config/Provider.d.ts.map +1 -0
- package/dist/node/config/ProviderBinding.d.ts +17 -0
- package/dist/node/config/ProviderBinding.d.ts.map +1 -0
- package/dist/node/config/Providers.d.ts +9 -0
- package/dist/node/config/Providers.d.ts.map +1 -0
- package/dist/node/config/ResolvedLocatorConfig.d.ts +122 -0
- package/dist/node/config/ResolvedLocatorConfig.d.ts.map +1 -0
- package/dist/node/config/Telemetry.d.ts +40 -0
- package/dist/node/config/Telemetry.d.ts.map +1 -0
- package/dist/node/config/UsageMeta.d.ts +32 -0
- package/dist/node/config/UsageMeta.d.ts.map +1 -0
- package/dist/node/config/Validation.d.ts +25 -0
- package/dist/node/config/Validation.d.ts.map +1 -0
- package/dist/node/config/connections/Connection.d.ts +147 -0
- package/dist/node/config/connections/Connection.d.ts.map +1 -0
- package/dist/node/config/connections/Mongo.d.ts +12 -0
- package/dist/node/config/connections/Mongo.d.ts.map +1 -0
- package/dist/node/config/connections/RpcRemote.d.ts +34 -0
- package/dist/node/config/connections/RpcRemote.d.ts.map +1 -0
- package/dist/node/config/connections/S3.d.ts +20 -0
- package/dist/node/config/connections/S3.d.ts.map +1 -0
- package/dist/node/config/connections/index.d.ts +5 -0
- package/dist/node/config/connections/index.d.ts.map +1 -0
- package/dist/node/config/index.d.ts +18 -0
- package/dist/node/config/index.d.ts.map +1 -0
- package/dist/node/config/normalizeConnectionsConfig.d.ts +17 -0
- package/dist/node/config/normalizeConnectionsConfig.d.ts.map +1 -0
- package/dist/node/config/resolveRestConnectionEndpoint.d.ts +5 -0
- package/dist/node/config/resolveRestConnectionEndpoint.d.ts.map +1 -0
- package/dist/node/config/synthesizeRpcConnectionBindings.d.ts +8 -0
- package/dist/node/config/synthesizeRpcConnectionBindings.d.ts.map +1 -0
- package/dist/node/constants.d.ts +5 -0
- package/dist/node/constants.d.ts.map +1 -0
- package/dist/node/context/Actor.d.ts +633 -0
- package/dist/node/context/Actor.d.ts.map +1 -0
- package/dist/node/context/HostActor.d.ts +645 -0
- package/dist/node/context/HostActor.d.ts.map +1 -0
- package/dist/node/context/index.d.ts +3 -0
- package/dist/node/context/index.d.ts.map +1 -0
- package/dist/node/createDeclarationPayload.d.ts +5 -0
- package/dist/node/createDeclarationPayload.d.ts.map +1 -0
- package/dist/node/createTransferPayload.d.ts +6 -0
- package/dist/node/createTransferPayload.d.ts.map +1 -0
- package/dist/node/eip-712/Payloads/EIP712Data.d.ts +32 -0
- package/dist/node/eip-712/Payloads/EIP712Data.d.ts.map +1 -0
- package/dist/node/eip-712/Payloads/EIP712Signature.d.ts +23 -0
- package/dist/node/eip-712/Payloads/EIP712Signature.d.ts.map +1 -0
- package/dist/node/eip-712/Payloads/index.d.ts +3 -0
- package/dist/node/eip-712/Payloads/index.d.ts.map +1 -0
- package/dist/node/eip-712/Types.d.ts +35 -0
- package/dist/node/eip-712/Types.d.ts.map +1 -0
- package/dist/node/eip-712/index.d.ts +5 -0
- package/dist/node/eip-712/index.d.ts.map +1 -0
- package/dist/node/eip-712/sign.d.ts +5 -0
- package/dist/node/eip-712/sign.d.ts.map +1 -0
- package/dist/node/eip-712/verify.d.ts +4 -0
- package/dist/node/eip-712/verify.d.ts.map +1 -0
- package/dist/node/getFileConfig.d.ts +191 -0
- package/dist/node/getFileConfig.d.ts.map +1 -0
- package/dist/node/index-node.d.ts +3 -0
- package/dist/node/index-node.d.ts.map +1 -0
- package/dist/node/index-node.mjs +9031 -0
- package/dist/node/index-node.mjs.map +7 -0
- package/dist/node/index.d.ts +31 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/instances/Address.d.ts +13 -0
- package/dist/node/instances/Address.d.ts.map +1 -0
- package/dist/node/instances/BoundWitness.d.ts +9 -0
- package/dist/node/instances/BoundWitness.d.ts.map +1 -0
- package/dist/node/instances/Data.d.ts +5 -0
- package/dist/node/instances/Data.d.ts.map +1 -0
- package/dist/node/instances/Fees.d.ts +9 -0
- package/dist/node/instances/Fees.d.ts.map +1 -0
- package/dist/node/instances/HydratedBoundWitness.d.ts +11 -0
- package/dist/node/instances/HydratedBoundWitness.d.ts.map +1 -0
- package/dist/node/instances/Object.d.ts +6 -0
- package/dist/node/instances/Object.d.ts.map +1 -0
- package/dist/node/instances/Payload.d.ts +7 -0
- package/dist/node/instances/Payload.d.ts.map +1 -0
- package/dist/node/instances/Signature.d.ts +10 -0
- package/dist/node/instances/Signature.d.ts.map +1 -0
- package/dist/node/instances/block/BlockFields.d.ts +12 -0
- package/dist/node/instances/block/BlockFields.d.ts.map +1 -0
- package/dist/node/instances/block/HydratedBlock.d.ts +9 -0
- package/dist/node/instances/block/HydratedBlock.d.ts.map +1 -0
- package/dist/node/instances/block/index.d.ts +2 -0
- package/dist/node/instances/block/index.d.ts.map +1 -0
- package/dist/node/instances/index.d.ts +11 -0
- package/dist/node/instances/index.d.ts.map +1 -0
- package/dist/node/instances/modifiers/BlockWindowInstance.d.ts +8 -0
- package/dist/node/instances/modifiers/BlockWindowInstance.d.ts.map +1 -0
- package/dist/node/instances/modifiers/BlockWindowState.d.ts +6 -0
- package/dist/node/instances/modifiers/BlockWindowState.d.ts.map +1 -0
- package/dist/node/instances/modifiers/Signed.d.ts +8 -0
- package/dist/node/instances/modifiers/Signed.d.ts.map +1 -0
- package/dist/node/instances/modifiers/Validatable.d.ts +6 -0
- package/dist/node/instances/modifiers/Validatable.d.ts.map +1 -0
- package/dist/node/instances/modifiers/index.d.ts +5 -0
- package/dist/node/instances/modifiers/index.d.ts.map +1 -0
- package/dist/node/instances/transaction/HydratedTransaction.d.ts +7 -0
- package/dist/node/instances/transaction/HydratedTransaction.d.ts.map +1 -0
- package/dist/node/instances/transaction/TransactionFields.d.ts +17 -0
- package/dist/node/instances/transaction/TransactionFields.d.ts.map +1 -0
- package/dist/node/instances/transaction/index.d.ts +2 -0
- package/dist/node/instances/transaction/index.d.ts.map +1 -0
- package/dist/node/isInternetAvailable.d.ts +3 -0
- package/dist/node/isInternetAvailable.d.ts.map +1 -0
- package/dist/node/model/ChainFork/ChainForkStatic.d.ts +9 -0
- package/dist/node/model/ChainFork/ChainForkStatic.d.ts.map +1 -0
- package/dist/node/model/ChainFork/index.d.ts +2 -0
- package/dist/node/model/ChainFork/index.d.ts.map +1 -0
- package/dist/node/model/ChainIdentity.d.ts +6 -0
- package/dist/node/model/ChainIdentity.d.ts.map +1 -0
- package/dist/node/model/ChainStore.d.ts +12 -0
- package/dist/node/model/ChainStore.d.ts.map +1 -0
- package/dist/node/model/CreatableProviderContext.d.ts +5 -0
- package/dist/node/model/CreatableProviderContext.d.ts.map +1 -0
- package/dist/node/model/CreatableProviderContext.zod.d.ts +714 -0
- package/dist/node/model/CreatableProviderContext.zod.d.ts.map +1 -0
- package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts +5 -0
- package/dist/node/model/PayloadBundle/bundledPayloadToHydratedBlock.d.ts.map +1 -0
- package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts +5 -0
- package/dist/node/model/PayloadBundle/bundledPayloadToHydratedTransaction.d.ts.map +1 -0
- package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts +5 -0
- package/dist/node/model/PayloadBundle/hydratedBlockToPayloadBundle.d.ts.map +1 -0
- package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts +5 -0
- package/dist/node/model/PayloadBundle/hydratedTransactionToPayloadBundle.d.ts.map +1 -0
- package/dist/node/model/PayloadBundle/index.d.ts +5 -0
- package/dist/node/model/PayloadBundle/index.d.ts.map +1 -0
- package/dist/node/model/index.d.ts +7 -0
- package/dist/node/model/index.d.ts.map +1 -0
- package/dist/node/multipliers.d.ts +10 -0
- package/dist/node/multipliers.d.ts.map +1 -0
- package/dist/node/payloads/AddressPairPayload.d.ts +22 -0
- package/dist/node/payloads/AddressPairPayload.d.ts.map +1 -0
- package/dist/node/payloads/index.d.ts +5 -0
- package/dist/node/payloads/index.d.ts.map +1 -0
- package/dist/node/payloads/netBalancesForPayloads.d.ts +9 -0
- package/dist/node/payloads/netBalancesForPayloads.d.ts.map +1 -0
- package/dist/node/payloads/netSchemasForPayloads.d.ts +9 -0
- package/dist/node/payloads/netSchemasForPayloads.d.ts.map +1 -0
- package/dist/node/payloads/netTransfersForPayloads.d.ts +5 -0
- package/dist/node/payloads/netTransfersForPayloads.d.ts.map +1 -0
- package/dist/node/primitives/block/index.d.ts +3 -0
- package/dist/node/primitives/block/index.d.ts.map +1 -0
- package/dist/node/primitives/block/range/blockRangeSteps.d.ts +4 -0
- package/dist/node/primitives/block/range/blockRangeSteps.d.ts.map +1 -0
- package/dist/node/primitives/block/range/index.d.ts +2 -0
- package/dist/node/primitives/block/range/index.d.ts.map +1 -0
- package/dist/node/primitives/block/rate/blockRate.d.ts +11 -0
- package/dist/node/primitives/block/rate/blockRate.d.ts.map +1 -0
- package/dist/node/primitives/block/rate/index.d.ts +5 -0
- package/dist/node/primitives/block/rate/index.d.ts.map +1 -0
- package/dist/node/primitives/block/rate/stepRate.d.ts +7 -0
- package/dist/node/primitives/block/rate/stepRate.d.ts.map +1 -0
- package/dist/node/primitives/block/rate/timeHelpers.d.ts +8 -0
- package/dist/node/primitives/block/rate/timeHelpers.d.ts.map +1 -0
- package/dist/node/primitives/block/rate/timeRate.d.ts +8 -0
- package/dist/node/primitives/block/rate/timeRate.d.ts.map +1 -0
- package/dist/node/primitives/chain/getWindowedChain.d.ts +10 -0
- package/dist/node/primitives/chain/getWindowedChain.d.ts.map +1 -0
- package/dist/node/primitives/chain/index.d.ts +4 -0
- package/dist/node/primitives/chain/index.d.ts.map +1 -0
- package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts +5 -0
- package/dist/node/primitives/chain/step/chainStepRewardAddress.d.ts.map +1 -0
- package/dist/node/primitives/chain/step/index.d.ts +5 -0
- package/dist/node/primitives/chain/step/index.d.ts.map +1 -0
- package/dist/node/primitives/chain/step/stepRewardBlock.d.ts +4 -0
- package/dist/node/primitives/chain/step/stepRewardBlock.d.ts.map +1 -0
- package/dist/node/primitives/chain/step/stepRewardTotal.d.ts +4 -0
- package/dist/node/primitives/chain/step/stepRewardTotal.d.ts.map +1 -0
- package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts +8 -0
- package/dist/node/primitives/chain/step/stepsRewardTotal.d.ts.map +1 -0
- package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts +4 -0
- package/dist/node/primitives/chain/time/externalBlockNumberFromXl1BlockNumber.d.ts.map +1 -0
- package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts +4 -0
- package/dist/node/primitives/chain/time/externalBlockRangeFromStep.d.ts.map +1 -0
- package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts +4 -0
- package/dist/node/primitives/chain/time/externalBlockRangeFromXl1BlockRange.d.ts.map +1 -0
- package/dist/node/primitives/chain/time/index.d.ts +4 -0
- package/dist/node/primitives/chain/time/index.d.ts.map +1 -0
- package/dist/node/primitives/datalake/NamedDataLake.d.ts +7 -0
- package/dist/node/primitives/datalake/NamedDataLake.d.ts.map +1 -0
- package/dist/node/primitives/datalake/PayloadLocator.d.ts +55 -0
- package/dist/node/primitives/datalake/PayloadLocator.d.ts.map +1 -0
- package/dist/node/primitives/datalake/addDataLakePayloads.d.ts +5 -0
- package/dist/node/primitives/datalake/addDataLakePayloads.d.ts.map +1 -0
- package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts +9 -0
- package/dist/node/primitives/datalake/addDataLakePayloadsToPayloads.d.ts.map +1 -0
- package/dist/node/primitives/datalake/index.d.ts +5 -0
- package/dist/node/primitives/datalake/index.d.ts.map +1 -0
- package/dist/node/primitives/index.d.ts +13 -0
- package/dist/node/primitives/index.d.ts.map +1 -0
- package/dist/node/primitives/mapToMapType.d.ts +4 -0
- package/dist/node/primitives/mapToMapType.d.ts.map +1 -0
- package/dist/node/primitives/payload/index.d.ts +2 -0
- package/dist/node/primitives/payload/index.d.ts.map +1 -0
- package/dist/node/primitives/payload/mergeTransfers.d.ts +5 -0
- package/dist/node/primitives/payload/mergeTransfers.d.ts.map +1 -0
- package/dist/node/primitives/readPayloadMapFromStore.d.ts +7 -0
- package/dist/node/primitives/readPayloadMapFromStore.d.ts.map +1 -0
- package/dist/node/primitives/rewardFromBlockNumber.d.ts +4 -0
- package/dist/node/primitives/rewardFromBlockNumber.d.ts.map +1 -0
- package/dist/node/primitives/rewards/index.d.ts +2 -0
- package/dist/node/primitives/rewards/index.d.ts.map +1 -0
- package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts +4 -0
- package/dist/node/primitives/rewards/networkStakeStepRewardPositionWeight.d.ts.map +1 -0
- package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts +5 -0
- package/dist/node/primitives/stake/activeStakeAtTimeByAddress.d.ts.map +1 -0
- package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts +4 -0
- package/dist/node/primitives/stake/activeStakeAtTimeByPosition.d.ts.map +1 -0
- package/dist/node/primitives/stake/allStakersForRange.d.ts +5 -0
- package/dist/node/primitives/stake/allStakersForRange.d.ts.map +1 -0
- package/dist/node/primitives/stake/allStakersForStep.d.ts +5 -0
- package/dist/node/primitives/stake/allStakersForStep.d.ts.map +1 -0
- package/dist/node/primitives/stake/index.d.ts +7 -0
- package/dist/node/primitives/stake/index.d.ts.map +1 -0
- package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts +4 -0
- package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByPosition.d.ts.map +1 -0
- package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts +5 -0
- package/dist/node/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts.map +1 -0
- package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts +6 -0
- package/dist/node/primitives/stake/weightedStakeForRangeByPosition.d.ts.map +1 -0
- package/dist/node/primitives/state/findMostRecentBlock.d.ts +11 -0
- package/dist/node/primitives/state/findMostRecentBlock.d.ts.map +1 -0
- package/dist/node/primitives/state/hydratedBlockByNumber.d.ts +4 -0
- package/dist/node/primitives/state/hydratedBlockByNumber.d.ts.map +1 -0
- package/dist/node/primitives/state/index.d.ts +3 -0
- package/dist/node/primitives/state/index.d.ts.map +1 -0
- package/dist/node/primitives/step/derivedReceiveAddress.d.ts +2 -0
- package/dist/node/primitives/step/derivedReceiveAddress.d.ts.map +1 -0
- package/dist/node/primitives/step/index.d.ts +3 -0
- package/dist/node/primitives/step/index.d.ts.map +1 -0
- package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts +2 -0
- package/dist/node/primitives/step/rewardAddressFromStepIdentity.d.ts.map +1 -0
- package/dist/node/primitives/step/stepBlockRange.d.ts +4 -0
- package/dist/node/primitives/step/stepBlockRange.d.ts.map +1 -0
- package/dist/node/primitives/step/stepTransferIndex.d.ts +3 -0
- package/dist/node/primitives/step/stepTransferIndex.d.ts.map +1 -0
- package/dist/node/primitives/transaction/elevatedPayloads.d.ts +2 -0
- package/dist/node/primitives/transaction/elevatedPayloads.d.ts.map +1 -0
- package/dist/node/primitives/transaction/index.d.ts +2 -0
- package/dist/node/primitives/transaction/index.d.ts.map +1 -0
- package/dist/node/primitives/uncle/findBestUncle.d.ts +17 -0
- package/dist/node/primitives/uncle/findBestUncle.d.ts.map +1 -0
- package/dist/node/primitives/uncle/findUncles.d.ts +36 -0
- package/dist/node/primitives/uncle/findUncles.d.ts.map +1 -0
- package/dist/node/primitives/uncle/getProducerKey.d.ts +4 -0
- package/dist/node/primitives/uncle/getProducerKey.d.ts.map +1 -0
- package/dist/node/primitives/uncle/index.d.ts +5 -0
- package/dist/node/primitives/uncle/index.d.ts.map +1 -0
- package/dist/node/primitives/uncle/scoreUncle.d.ts +6 -0
- package/dist/node/primitives/uncle/scoreUncle.d.ts.map +1 -0
- package/dist/node/services/AccountTransfersService.d.ts +12 -0
- package/dist/node/services/AccountTransfersService.d.ts.map +1 -0
- package/dist/node/services/BlockProducerService.d.ts +7 -0
- package/dist/node/services/BlockProducerService.d.ts.map +1 -0
- package/dist/node/services/Chain/BaseChainService.d.ts +4 -0
- package/dist/node/services/Chain/BaseChainService.d.ts.map +1 -0
- package/dist/node/services/Chain/ChainHeadService.d.ts +7 -0
- package/dist/node/services/Chain/ChainHeadService.d.ts.map +1 -0
- package/dist/node/services/Chain/ChainService.d.ts +6 -0
- package/dist/node/services/Chain/ChainService.d.ts.map +1 -0
- package/dist/node/services/Chain/index.d.ts +4 -0
- package/dist/node/services/Chain/index.d.ts.map +1 -0
- package/dist/node/services/Election.d.ts +11 -0
- package/dist/node/services/Election.d.ts.map +1 -0
- package/dist/node/services/NetworkStakeService.d.ts +5 -0
- package/dist/node/services/NetworkStakeService.d.ts.map +1 -0
- package/dist/node/services/Params.d.ts +11 -0
- package/dist/node/services/Params.d.ts.map +1 -0
- package/dist/node/services/PendingTransactionsService.d.ts +7 -0
- package/dist/node/services/PendingTransactionsService.d.ts.map +1 -0
- package/dist/node/services/SchemasService.d.ts +11 -0
- package/dist/node/services/SchemasService.d.ts.map +1 -0
- package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts +39 -0
- package/dist/node/services/StakeIntentService/ChainIndexingServiceStateSchema.d.ts.map +1 -0
- package/dist/node/services/StakeIntentService/StakeIntentService.d.ts +31 -0
- package/dist/node/services/StakeIntentService/StakeIntentService.d.ts.map +1 -0
- package/dist/node/services/StakeIntentService/index.d.ts +3 -0
- package/dist/node/services/StakeIntentService/index.d.ts.map +1 -0
- package/dist/node/services/index.d.ts +9 -0
- package/dist/node/services/index.d.ts.map +1 -0
- package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts +23 -0
- package/dist/node/simple/StakeEventsViewer/SimpleStakeEventsViewer.d.ts.map +1 -0
- package/dist/node/simple/StakeEventsViewer/index.d.ts +2 -0
- package/dist/node/simple/StakeEventsViewer/index.d.ts.map +1 -0
- package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts +27 -0
- package/dist/node/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts.map +1 -0
- package/dist/node/simple/StakeTotalsViewer/index.d.ts +2 -0
- package/dist/node/simple/StakeTotalsViewer/index.d.ts.map +1 -0
- package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts +42 -0
- package/dist/node/simple/StakeViewer/SimpleStakeViewer.d.ts.map +1 -0
- package/dist/node/simple/StakeViewer/index.d.ts +2 -0
- package/dist/node/simple/StakeViewer/index.d.ts.map +1 -0
- package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts +25 -0
- package/dist/node/simple/TransactionViewer/SimpleTransactionViewer.d.ts.map +1 -0
- package/dist/node/simple/TransactionViewer/index.d.ts +2 -0
- package/dist/node/simple/TransactionViewer/index.d.ts.map +1 -0
- package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts +132 -0
- package/dist/node/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -0
- package/dist/node/simple/accountBalance/index.d.ts +2 -0
- package/dist/node/simple/accountBalance/index.d.ts.map +1 -0
- package/dist/node/simple/block/SimpleBlockViewer.d.ts +114 -0
- package/dist/node/simple/block/SimpleBlockViewer.d.ts.map +1 -0
- package/dist/node/simple/block/index.d.ts +2 -0
- package/dist/node/simple/block/index.d.ts.map +1 -0
- package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts +37 -0
- package/dist/node/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts.map +1 -0
- package/dist/node/simple/blockInvalidation/index.d.ts +2 -0
- package/dist/node/simple/blockInvalidation/index.d.ts.map +1 -0
- package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts +18 -0
- package/dist/node/simple/blockReward/SimpleBlockRewardViewer.d.ts.map +1 -0
- package/dist/node/simple/blockReward/index.d.ts +2 -0
- package/dist/node/simple/blockReward/index.d.ts.map +1 -0
- package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts +38 -0
- package/dist/node/simple/blockValidation/SimpleBlockValidationViewer.d.ts.map +1 -0
- package/dist/node/simple/blockValidation/index.d.ts +2 -0
- package/dist/node/simple/blockValidation/index.d.ts.map +1 -0
- package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts +47 -0
- package/dist/node/simple/chainContractViewer/SimpleChainContractViewer.d.ts.map +1 -0
- package/dist/node/simple/chainContractViewer/index.d.ts +2 -0
- package/dist/node/simple/chainContractViewer/index.d.ts.map +1 -0
- package/dist/node/simple/client/SimpleXyoClient.d.ts +9 -0
- package/dist/node/simple/client/SimpleXyoClient.d.ts.map +1 -0
- package/dist/node/simple/client/index.d.ts +2 -0
- package/dist/node/simple/client/index.d.ts.map +1 -0
- package/dist/node/simple/datalake/AbstractRestDataLake.d.ts +34 -0
- package/dist/node/simple/datalake/AbstractRestDataLake.d.ts.map +1 -0
- package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts +21 -0
- package/dist/node/simple/datalake/AbstractSimpleDataLake.d.ts.map +1 -0
- package/dist/node/simple/datalake/RestDataLakeRunner.d.ts +20 -0
- package/dist/node/simple/datalake/RestDataLakeRunner.d.ts.map +1 -0
- package/dist/node/simple/datalake/RestDataLakeViewer.d.ts +16 -0
- package/dist/node/simple/datalake/RestDataLakeViewer.d.ts.map +1 -0
- package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts +23 -0
- package/dist/node/simple/datalake/SimpleDataLakeRunner.d.ts.map +1 -0
- package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts +17 -0
- package/dist/node/simple/datalake/SimpleDataLakeViewer.d.ts.map +1 -0
- package/dist/node/simple/datalake/index.d.ts +5 -0
- package/dist/node/simple/datalake/index.d.ts.map +1 -0
- package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts +30 -0
- package/dist/node/simple/finalization/SimpleFinalizationRunner.d.ts.map +1 -0
- package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts +75 -0
- package/dist/node/simple/finalization/SimpleFinalizationViewer.d.ts.map +1 -0
- package/dist/node/simple/finalization/index.d.ts +3 -0
- package/dist/node/simple/finalization/index.d.ts.map +1 -0
- package/dist/node/simple/gateway/SimpleXyoGateway.d.ts +17 -0
- package/dist/node/simple/gateway/SimpleXyoGateway.d.ts.map +1 -0
- package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts +29 -0
- package/dist/node/simple/gateway/SimpleXyoGatewayRunner.d.ts.map +1 -0
- package/dist/node/simple/gateway/index.d.ts +3 -0
- package/dist/node/simple/gateway/index.d.ts.map +1 -0
- package/dist/node/simple/index.d.ts +24 -0
- package/dist/node/simple/index.d.ts.map +1 -0
- package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts +84 -0
- package/dist/node/simple/mempool/SimpleMempoolRunner.d.ts.map +1 -0
- package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts +82 -0
- package/dist/node/simple/mempool/SimpleMempoolViewer.d.ts.map +1 -0
- package/dist/node/simple/mempool/index.d.ts +3 -0
- package/dist/node/simple/mempool/index.d.ts.map +1 -0
- package/dist/node/simple/network/SimpleXyoNetwork.d.ts +12 -0
- package/dist/node/simple/network/SimpleXyoNetwork.d.ts.map +1 -0
- package/dist/node/simple/network/index.d.ts +2 -0
- package/dist/node/simple/network/index.d.ts.map +1 -0
- package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts +6 -0
- package/dist/node/simple/network/lib/FailedNetworkStatusPayloads.d.ts.map +1 -0
- package/dist/node/simple/network/lib/StatusNetworks.d.ts +15 -0
- package/dist/node/simple/network/lib/StatusNetworks.d.ts.map +1 -0
- package/dist/node/simple/network/lib/index.d.ts +3 -0
- package/dist/node/simple/network/lib/index.d.ts.map +1 -0
- package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts +17 -0
- package/dist/node/simple/permissions/SimpleXyoPermissions.d.ts.map +1 -0
- package/dist/node/simple/permissions/index.d.ts +3 -0
- package/dist/node/simple/permissions/index.d.ts.map +1 -0
- package/dist/node/simple/permissions/store/MemoryPermissions.d.ts +16 -0
- package/dist/node/simple/permissions/store/MemoryPermissions.d.ts.map +1 -0
- package/dist/node/simple/permissions/store/PermissionsStore.d.ts +14 -0
- package/dist/node/simple/permissions/store/PermissionsStore.d.ts.map +1 -0
- package/dist/node/simple/permissions/store/index.d.ts +3 -0
- package/dist/node/simple/permissions/store/index.d.ts.map +1 -0
- package/dist/node/simple/runner/SimpleXyoRunner.d.ts +21 -0
- package/dist/node/simple/runner/SimpleXyoRunner.d.ts.map +1 -0
- package/dist/node/simple/runner/index.d.ts +2 -0
- package/dist/node/simple/runner/index.d.ts.map +1 -0
- package/dist/node/simple/signer/SimpleXyoSigner.d.ts +31 -0
- package/dist/node/simple/signer/SimpleXyoSigner.d.ts.map +1 -0
- package/dist/node/simple/signer/index.d.ts +2 -0
- package/dist/node/simple/signer/index.d.ts.map +1 -0
- package/dist/node/simple/sync/RestSyncViewer.d.ts +22 -0
- package/dist/node/simple/sync/RestSyncViewer.d.ts.map +1 -0
- package/dist/node/simple/sync/index.d.ts +2 -0
- package/dist/node/simple/sync/index.d.ts.map +1 -0
- package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts +27 -0
- package/dist/node/simple/systemStatus/SimpleSystemStatusViewer.d.ts.map +1 -0
- package/dist/node/simple/systemStatus/index.d.ts +2 -0
- package/dist/node/simple/systemStatus/index.d.ts.map +1 -0
- package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts +27 -0
- package/dist/node/simple/timeSync2/SimpleTimeSyncViewer.d.ts.map +1 -0
- package/dist/node/simple/timeSync2/index.d.ts +2 -0
- package/dist/node/simple/timeSync2/index.d.ts.map +1 -0
- package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts +35 -0
- package/dist/node/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts.map +1 -0
- package/dist/node/simple/transactionInvalidation/index.d.ts +2 -0
- package/dist/node/simple/transactionInvalidation/index.d.ts.map +1 -0
- package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts +34 -0
- package/dist/node/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts.map +1 -0
- package/dist/node/simple/transactionValidation/index.d.ts +2 -0
- package/dist/node/simple/transactionValidation/index.d.ts.map +1 -0
- package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts +242 -0
- package/dist/node/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts.map +1 -0
- package/dist/node/simple/windowedBlock/index.d.ts +2 -0
- package/dist/node/simple/windowedBlock/index.d.ts.map +1 -0
- package/dist/node/status/ServiceStatus.d.ts +9 -0
- package/dist/node/status/ServiceStatus.d.ts.map +1 -0
- package/dist/node/status/SimpleSystemStatusRunner.d.ts +35 -0
- package/dist/node/status/SimpleSystemStatusRunner.d.ts.map +1 -0
- package/dist/node/status/index.d.ts +3 -0
- package/dist/node/status/index.d.ts.map +1 -0
- package/dist/node/summary/index.d.ts +3 -0
- package/dist/node/summary/index.d.ts.map +1 -0
- package/dist/node/summary/model/BalancesStepSummary.d.ts +26 -0
- package/dist/node/summary/model/BalancesStepSummary.d.ts.map +1 -0
- package/dist/node/summary/model/SchemasStepSummary.d.ts +25 -0
- package/dist/node/summary/model/SchemasStepSummary.d.ts.map +1 -0
- package/dist/node/summary/model/TransfersSummary.d.ts +26 -0
- package/dist/node/summary/model/TransfersSummary.d.ts.map +1 -0
- package/dist/node/summary/model/index.d.ts +4 -0
- package/dist/node/summary/model/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts +9 -0
- package/dist/node/summary/primitives/balances/balancesMaxStep.d.ts.map +1 -0
- package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts +6 -0
- package/dist/node/summary/primitives/balances/balancesStepSummaryFromRange.d.ts.map +1 -0
- package/dist/node/summary/primitives/balances/balancesSummary.d.ts +7 -0
- package/dist/node/summary/primitives/balances/balancesSummary.d.ts.map +1 -0
- package/dist/node/summary/primitives/balances/index.d.ts +4 -0
- package/dist/node/summary/primitives/balances/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts +13 -0
- package/dist/node/summary/primitives/blocks/blocksMaxStep.d.ts.map +1 -0
- package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts +12 -0
- package/dist/node/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts.map +1 -0
- package/dist/node/summary/primitives/blocks/index.d.ts +3 -0
- package/dist/node/summary/primitives/blocks/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/index.d.ts +5 -0
- package/dist/node/summary/primitives/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/schemas/index.d.ts +4 -0
- package/dist/node/summary/primitives/schemas/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts +8 -0
- package/dist/node/summary/primitives/schemas/schemasMaxStep.d.ts.map +1 -0
- package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts +7 -0
- package/dist/node/summary/primitives/schemas/schemasStepSummaryFromRange.d.ts.map +1 -0
- package/dist/node/summary/primitives/schemas/schemasSummary.d.ts +7 -0
- package/dist/node/summary/primitives/schemas/schemasSummary.d.ts.map +1 -0
- package/dist/node/summary/primitives/transfers/index.d.ts +4 -0
- package/dist/node/summary/primitives/transfers/index.d.ts.map +1 -0
- package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts +10 -0
- package/dist/node/summary/primitives/transfers/transfersMaxStep.d.ts.map +1 -0
- package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts +9 -0
- package/dist/node/summary/primitives/transfers/transfersStepSummaryFromRange.d.ts.map +1 -0
- package/dist/node/summary/primitives/transfers/transfersSummary.d.ts +7 -0
- package/dist/node/summary/primitives/transfers/transfersSummary.d.ts.map +1 -0
- package/dist/node/test/BuildBlockOptions.d.ts +33 -0
- package/dist/node/test/BuildBlockOptions.d.ts.map +1 -0
- package/dist/node/test/buildBlock.d.ts +5 -0
- package/dist/node/test/buildBlock.d.ts.map +1 -0
- package/dist/node/test/buildGenesisBlock.d.ts +9 -0
- package/dist/node/test/buildGenesisBlock.d.ts.map +1 -0
- package/dist/node/test/buildNextBlock.d.ts +6 -0
- package/dist/node/test/buildNextBlock.d.ts.map +1 -0
- package/dist/node/test/buildRandomChain.d.ts +20 -0
- package/dist/node/test/buildRandomChain.d.ts.map +1 -0
- package/dist/node/test/buildRandomGenesisBlock.d.ts +13 -0
- package/dist/node/test/buildRandomGenesisBlock.d.ts.map +1 -0
- package/dist/node/test/buildRandomTransaction.d.ts +5 -0
- package/dist/node/test/buildRandomTransaction.d.ts.map +1 -0
- package/dist/node/test/createGenesisBlock.d.ts +5 -0
- package/dist/node/test/createGenesisBlock.d.ts.map +1 -0
- package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts +16 -0
- package/dist/node/test/createProducerChainStakeIntentTransaction.d.ts.map +1 -0
- package/dist/node/test/getSimpleBlockViewerLocator.d.ts +15 -0
- package/dist/node/test/getSimpleBlockViewerLocator.d.ts.map +1 -0
- package/dist/node/test/getTestProviderContext.d.ts +5 -0
- package/dist/node/test/getTestProviderContext.d.ts.map +1 -0
- package/dist/node/test/index.d.ts +5 -0
- package/dist/node/test/index.d.ts.map +1 -0
- package/dist/node/time/index.d.ts +2 -0
- package/dist/node/time/index.d.ts.map +1 -0
- package/dist/node/time/primitives/index.d.ts +2 -0
- package/dist/node/time/primitives/index.d.ts.map +1 -0
- package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts +4 -0
- package/dist/node/time/primitives/xl1BlockNumberToEthBlockNumber.d.ts.map +1 -0
- package/dist/node/transaction/TransactionBuilder.d.ts +110 -0
- package/dist/node/transaction/TransactionBuilder.d.ts.map +1 -0
- package/dist/node/transaction/buildTransaction.d.ts +5 -0
- package/dist/node/transaction/buildTransaction.d.ts.map +1 -0
- package/dist/node/transaction/buildUnsignedTransaction.d.ts +5 -0
- package/dist/node/transaction/buildUnsignedTransaction.d.ts.map +1 -0
- package/dist/node/transaction/confirmSubmittedTransaction.d.ts +11 -0
- package/dist/node/transaction/confirmSubmittedTransaction.d.ts.map +1 -0
- package/dist/node/transaction/hydrateTransaction.d.ts +21 -0
- package/dist/node/transaction/hydrateTransaction.d.ts.map +1 -0
- package/dist/node/transaction/index.d.ts +8 -0
- package/dist/node/transaction/index.d.ts.map +1 -0
- package/dist/node/transaction/primitives/index.d.ts +5 -0
- package/dist/node/transaction/primitives/index.d.ts.map +1 -0
- package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts +4 -0
- package/dist/node/transaction/primitives/transactionBlockByteCount.d.ts.map +1 -0
- package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts +8 -0
- package/dist/node/transaction/primitives/transactionElevatedPayloads.d.ts.map +1 -0
- package/dist/node/transaction/primitives/transactionOperations.d.ts +5 -0
- package/dist/node/transaction/primitives/transactionOperations.d.ts.map +1 -0
- package/dist/node/transaction/primitives/transactionRequiredGas.d.ts +7 -0
- package/dist/node/transaction/primitives/transactionRequiredGas.d.ts.map +1 -0
- package/dist/node/transaction/script.d.ts +2 -0
- package/dist/node/transaction/script.d.ts.map +1 -0
- package/dist/node/transaction/signTransaction.d.ts +19 -0
- package/dist/node/transaction/signTransaction.d.ts.map +1 -0
- package/dist/node/utils/HydratedCache.d.ts +15 -0
- package/dist/node/utils/HydratedCache.d.ts.map +1 -0
- package/dist/node/utils/index.d.ts +3 -0
- package/dist/node/utils/index.d.ts.map +1 -0
- package/dist/node/utils/isZodError.d.ts +6 -0
- package/dist/node/utils/isZodError.d.ts.map +1 -0
- package/dist/node/validation/index.d.ts +3 -0
- package/dist/node/validation/index.d.ts.map +1 -0
- package/dist/node/validation/lib/getUrl.d.ts +3 -0
- package/dist/node/validation/lib/getUrl.d.ts.map +1 -0
- package/dist/node/validation/lib/index.d.ts +3 -0
- package/dist/node/validation/lib/index.d.ts.map +1 -0
- package/dist/node/validation/lib/isLocalhost.d.ts +3 -0
- package/dist/node/validation/lib/isLocalhost.d.ts.map +1 -0
- package/dist/node/validation/schema/Address.d.ts +3 -0
- package/dist/node/validation/schema/Address.d.ts.map +1 -0
- package/dist/node/validation/schema/Mnemonic.d.ts +14 -0
- package/dist/node/validation/schema/Mnemonic.d.ts.map +1 -0
- package/dist/node/validation/schema/index.d.ts +3 -0
- package/dist/node/validation/schema/index.d.ts.map +1 -0
- package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts +7 -0
- package/dist/node/wallet/generateXyoBaseWalletFromPhrase.d.ts.map +1 -0
- package/dist/node/wallet/index.d.ts +3 -0
- package/dist/node/wallet/index.d.ts.map +1 -0
- package/dist/node/wallet/paths.d.ts +24 -0
- package/dist/node/wallet/paths.d.ts.map +1 -0
- package/package.json +15 -13
- package/dist/neutral/getFileConfig.mjs +0 -356
- package/dist/neutral/getFileConfig.mjs.map +0 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfersMaxStep.d.ts","sourceRoot":"","sources":["../../../../../src/summary/primitives/transfers/transfersMaxStep.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,IAAI,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { BlockViewer, CachingContext, MapType, XL1BlockRange } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
import type { Semaphore } from 'async-mutex';
|
|
4
|
+
import { type TransfersStepSummary } from '../../model/index.ts';
|
|
5
|
+
/** TransfersSummaryKey helper function. */
|
|
6
|
+
export declare function transfersSummaryKey(frameHeadHash: Hash, frameSize: number): string;
|
|
7
|
+
/** TransfersStepSummaryFromRange helper function. */
|
|
8
|
+
export declare function transfersStepSummaryFromRange(context: CachingContext, semaphores: Semaphore[], blockViewer: BlockViewer, summaryMap: MapType<string, TransfersStepSummary>, range: XL1BlockRange): Promise<TransfersStepSummary>;
|
|
9
|
+
//# sourceMappingURL=transfersStepSummaryFromRange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfersStepSummaryFromRange.d.ts","sourceRoot":"","sources":["../../../../../src/summary/primitives/transfers/transfersStepSummaryFromRange.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAIvC,OAAO,KAAK,EACV,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,aAAa,EACpD,MAAM,+BAA+B,CAAA;AAEtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQ5C,OAAO,EACmB,KAAK,oBAAoB,EAClD,MAAM,sBAAsB,CAAA;AAE7B,2CAA2C;AAC3C,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAEzE;AAED,qDAAqD;AACrD,wBAAsB,6BAA6B,CACjD,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,SAAS,EAAE,EACvB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,oBAAoB,CAAC,EACjD,KAAK,EAAE,aAAa,GACnB,OAAO,CAAC,oBAAoB,CAAC,CA4E/B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { BlockViewer, CachingContext, ChainQualified, ChainQualifiedConfig, MapType } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
import type { Semaphore } from 'async-mutex';
|
|
4
|
+
import type { TransfersStepSummary } from '../../model/index.ts';
|
|
5
|
+
/** TransfersSummary helper function. */
|
|
6
|
+
export declare function transfersSummary(context: CachingContext, semaphores: Semaphore[], blockViewer: BlockViewer, summaryMap: MapType<string, TransfersStepSummary>, config?: ChainQualifiedConfig): Promise<ChainQualified<Record<XyoAddress, Record<XyoAddress, bigint>>>>;
|
|
7
|
+
//# sourceMappingURL=transfersSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transfersSummary.d.ts","sourceRoot":"","sources":["../../../../../src/summary/primitives/transfers/transfersSummary.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,KAAK,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACnE,OAAO,KAAK,EACV,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,oBAAoB,EACjE,OAAO,EACR,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAI5C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAKhE,wCAAwC;AACxC,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,SAAS,EAAE,EACvB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,oBAAoB,CAAC,EACjD,MAAM,CAAC,EAAE,oBAAoB,GAC5B,OAAO,CAAC,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAwBzE"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { AccountInstance, XyoAddress } from '@xyo-network/sdk-js';
|
|
3
|
+
import type { AllowedBlockPayload, AttoXL1, ChainId, SignedHydratedTransaction, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
/** Options for BaseBuildBlock. */
|
|
5
|
+
export interface BaseBuildBlockOptions {
|
|
6
|
+
blockPayloads: AllowedBlockPayload[];
|
|
7
|
+
chainId: ChainId;
|
|
8
|
+
chainStepRewardAddress?: XyoAddress;
|
|
9
|
+
previousBlockNumber?: XL1BlockNumber;
|
|
10
|
+
protocol?: number;
|
|
11
|
+
signers: AccountInstance[];
|
|
12
|
+
txs: SignedHydratedTransaction[];
|
|
13
|
+
}
|
|
14
|
+
/** Type guard that checks if a value is a valid BaseBuildBlockOptions. */
|
|
15
|
+
export declare const isBaseBuildBlockOptions: (value: unknown) => value is BaseBuildBlockOptions;
|
|
16
|
+
/** Options for BuildGenesisBlock. */
|
|
17
|
+
export interface BuildGenesisBlockOptions extends BaseBuildBlockOptions {
|
|
18
|
+
previousBlockHash: null;
|
|
19
|
+
}
|
|
20
|
+
/** Type guard that checks if a value is a valid BuildGenesisBlockOptions. */
|
|
21
|
+
export declare const isBuildGenesisBlockOptions: (value: unknown) => value is BuildGenesisBlockOptions;
|
|
22
|
+
/** Options for BuildNextBlock. */
|
|
23
|
+
export interface BuildNextBlockOptions extends BaseBuildBlockOptions {
|
|
24
|
+
previousBlockHash: Hash;
|
|
25
|
+
previousBlockNumber: XL1BlockNumber;
|
|
26
|
+
previousStepHashes: Hash[];
|
|
27
|
+
stepRewardPoolBalance: AttoXL1;
|
|
28
|
+
}
|
|
29
|
+
/** Type guard that checks if a value is a valid BuildNextBlockOptions. */
|
|
30
|
+
export declare const isBuildNextBlockOptions: (value: unknown) => value is BuildNextBlockOptions;
|
|
31
|
+
/** BuildBlockOptions type. */
|
|
32
|
+
export type BuildBlockOptions = BuildGenesisBlockOptions | BuildNextBlockOptions;
|
|
33
|
+
//# sourceMappingURL=BuildBlockOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuildBlockOptions.d.ts","sourceRoot":"","sources":["../../../src/test/BuildBlockOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAKvC,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACtE,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAAE,OAAO,EAAE,yBAAyB,EAAE,cAAc,EACjF,MAAM,+BAA+B,CAAA;AAEtC,kCAAkC;AAClC,MAAM,WAAW,qBAAqB;IACpC,aAAa,EAAE,mBAAmB,EAAE,CAAA;IACpC,OAAO,EAAE,OAAO,CAAA;IAChB,sBAAsB,CAAC,EAAE,UAAU,CAAA;IACnC,mBAAmB,CAAC,EAAE,cAAc,CAAA;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,eAAe,EAAE,CAAA;IAC1B,GAAG,EAAE,yBAAyB,EAAE,CAAA;CACjC;AAED,0EAA0E;AAC1E,eAAO,MAAM,uBAAuB,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,qBASjE,CAAA;AAED,qCAAqC;AACrC,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;IACrE,iBAAiB,EAAE,IAAI,CAAA;CACxB;AAED,6EAA6E;AAC7E,eAAO,MAAM,0BAA0B,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,wBAYpE,CAAA;AAED,kCAAkC;AAClC,MAAM,WAAW,qBAAsB,SAAQ,qBAAqB;IAClE,iBAAiB,EAAE,IAAI,CAAA;IACvB,mBAAmB,EAAE,cAAc,CAAA;IACnC,kBAAkB,EAAE,IAAI,EAAE,CAAA;IAC1B,qBAAqB,EAAE,OAAO,CAAA;CAC/B;AAED,0EAA0E;AAC1E,eAAO,MAAM,uBAAuB,GAAI,OAAO,OAAO,KAAG,KAAK,IAAI,qBAejE,CAAA;AAED,8BAA8B;AAC9B,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,GAAG,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SignedHydratedBlockWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
+
import { type BuildBlockOptions } from './BuildBlockOptions.ts';
|
|
3
|
+
/** Builds a Block instance. */
|
|
4
|
+
export declare function buildBlock(options: BuildBlockOptions): Promise<SignedHydratedBlockWithHashMeta>;
|
|
5
|
+
//# sourceMappingURL=buildBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildBlock.d.ts","sourceRoot":"","sources":["../../../src/test/buildBlock.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACS,+BAA+B,EACnD,MAAM,+BAA+B,CAAA;AAYtC,OAAO,EACL,KAAK,iBAAiB,EACvB,MAAM,wBAAwB,CAAA;AA4C/B,+BAA+B;AAC/B,wBAAsB,UAAU,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAkDrG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { AccountInstance } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { AllowedBlockPayload, ChainId, SignedHydratedBlockWithHashMeta, SignedHydratedTransactionWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** Builds a GenesisBlock instance. */
|
|
4
|
+
export declare function buildGenesisBlock(chainId: ChainId, txs: SignedHydratedTransactionWithHashMeta[], blockPayloads: AllowedBlockPayload[], signers: AccountInstance[], chainStepRewardAddress?: Lowercase<string> & {
|
|
5
|
+
readonly __hex: true;
|
|
6
|
+
} & {
|
|
7
|
+
readonly __address: true;
|
|
8
|
+
}, protocol?: number): Promise<SignedHydratedBlockWithHashMeta>;
|
|
9
|
+
//# sourceMappingURL=buildGenesisBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildGenesisBlock.d.ts","sourceRoot":"","sources":["../../../src/test/buildGenesisBlock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAC5B,+BAA+B,EAC/B,qCAAqC,EACtC,MAAM,+BAA+B,CAAA;AAKtC,sCAAsC;AACtC,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,OAAO,EAChB,GAAG,EAAE,qCAAqC,EAAE,EAC5C,aAAa,EAAE,mBAAmB,EAAE,EACpC,OAAO,EAAE,eAAe,EAAE,EAC1B,sBAAsB;;;;CAAmB,EACzC,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,+BAA+B,CAAC,CAU1C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { AccountInstance, WithHashMeta, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { AllowedBlockPayload, BlockBoundWitness, ChainId, SignedHydratedBlockWithHashMeta, SignedHydratedTransaction } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
import { AttoXL1 } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
/** Builds a NextBlock instance. */
|
|
5
|
+
export declare function buildNextBlock(previousBlock: WithHashMeta<BlockBoundWitness>, txs: SignedHydratedTransaction[], blockPayloads: AllowedBlockPayload[], signers: AccountInstance[], chainStepRewardAddress?: XyoAddress, stepRewardPoolBalance?: AttoXL1, protocol?: number, chainId?: ChainId): Promise<SignedHydratedBlockWithHashMeta>;
|
|
6
|
+
//# sourceMappingURL=buildNextBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildNextBlock.d.ts","sourceRoot":"","sources":["../../../src/test/buildNextBlock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EAAE,YAAY,EAAE,UAAU,EAC1C,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EACV,mBAAmB,EAAE,iBAAiB,EAAE,OAAO,EAC/C,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,+BAA+B,CAAA;AACtC,OAAO,EACL,OAAO,EAER,MAAM,+BAA+B,CAAA;AAItC,mCAAmC;AACnC,wBAAsB,cAAc,CAClC,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAC9C,GAAG,EAAE,yBAAyB,EAAE,EAChC,aAAa,EAAE,mBAAmB,EAAE,EACpC,OAAO,EAAE,eAAe,EAAE,EAC1B,sBAAsB,GAAE,UAAoC,EAC5D,qBAAqB,GAAE,OAAqB,EAC5C,QAAQ,CAAC,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,OAAO,GAChB,OAAO,CAAC,+BAA+B,CAAC,CAa1C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AccountInstance, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import { MemoryArchivist } from '@xyo-network/sdk-js';
|
|
3
|
+
import { type ChainId, type SignedHydratedBlockWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
/** TestGenesisBlockRewardAddress constant. */
|
|
5
|
+
export declare const TestGenesisBlockRewardAddress: Lowercase<string> & {
|
|
6
|
+
readonly __hex: true;
|
|
7
|
+
} & {
|
|
8
|
+
readonly __address: true;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Creates a chain of blocks
|
|
12
|
+
* @param blockProducer The producer for the chain blocks
|
|
13
|
+
* @param count The number of blocks to build
|
|
14
|
+
* @param previousBlock The previous block from which to build the chain (if none supplied will create genesis block)
|
|
15
|
+
* @returns A chain of blocks
|
|
16
|
+
*/
|
|
17
|
+
export declare const buildRandomChain: (blockProducer: AccountInstance, count?: number, previousBlock?: SignedHydratedBlockWithHashMeta, chainId?: ChainId, transactionAccount?: AccountInstance, receiverAddresses?: XyoAddress[]) => Promise<SignedHydratedBlockWithHashMeta[]>;
|
|
18
|
+
/** Builds a RandomChainArchivist instance. */
|
|
19
|
+
export declare function buildRandomChainArchivist(count?: number): Promise<MemoryArchivist<import("@xyo-network/sdk-js").MemoryArchivistParams<import("@xyo-network/sdk-js").AnyConfigSchema<import("@xyo-network/sdk-js").MemoryArchivistConfig>>, import("@xyo-network/sdk-js").ArchivistModuleEventData>>;
|
|
20
|
+
//# sourceMappingURL=buildRandomChain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildRandomChain.d.ts","sourceRoot":"","sources":["../../../src/test/buildRandomChain.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,eAAe,EAAM,UAAU,EAChC,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAEL,eAAe,EAEhB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAEL,KAAK,OAAO,EAAE,KAAK,+BAA+B,EACnD,MAAM,+BAA+B,CAAA;AAQtC,8CAA8C;AAC9C,eAAO,MAAM,6BAA6B;;;;CAAkE,CAAA;AAE5G;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAC3B,eAAe,eAAe,EAC9B,cAAU,EACV,gBAAgB,+BAA+B,EAC/C,UAAU,OAAO,EACjB,qBAAqB,eAAe,EACpC,oBAAoB,UAAU,EAAE,KAC/B,OAAO,CAAC,+BAA+B,EAAE,CAoD3C,CAAA;AAED,8CAA8C;AAC9C,wBAAsB,yBAAyB,CAAC,KAAK,SAAK,6OAOzD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { AccountInstance } from '@xyo-network/sdk-js';
|
|
2
|
+
import { type ChainId, type HydratedBlockWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** TestChainId constant. */
|
|
4
|
+
export declare const TestChainId: ChainId;
|
|
5
|
+
/**
|
|
6
|
+
* Creates a random block
|
|
7
|
+
* @param chainId The chain id for the block
|
|
8
|
+
* @param blockProducer The producer for the blocks
|
|
9
|
+
* @param transactionAccount The account to use for the transaction
|
|
10
|
+
* @returns A block
|
|
11
|
+
*/
|
|
12
|
+
export declare const buildRandomGenesisBlock: (chainId?: ChainId, blockProducer?: AccountInstance, transactionAccount?: AccountInstance) => Promise<HydratedBlockWithHashMeta>;
|
|
13
|
+
//# sourceMappingURL=buildRandomGenesisBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildRandomGenesisBlock.d.ts","sourceRoot":"","sources":["../../../src/test/buildRandomGenesisBlock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAM,MAAM,qBAAqB,CAAA;AAK9D,OAAO,EACa,KAAK,OAAO,EAAE,KAAK,yBAAyB,EAC/D,MAAM,+BAA+B,CAAA;AAKtC,4BAA4B;AAC5B,eAAO,MAAM,WAAW,EAAsE,OAAO,CAAA;AAErG;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,GAClC,UAAS,OAAqB,EAC9B,gBAAgB,eAAe,EAC/B,qBAAqB,eAAe,KACnC,OAAO,CAAC,yBAAyB,CAqBnC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AccountInstance, Payload, Schema, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { ChainId, SignedHydratedTransactionWithHashMeta, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** Builds a random hydrated transaction for protocol-sdk internal tests. */
|
|
4
|
+
export declare const buildRandomTransaction: (chain: ChainId, payloads?: Payload[], account?: AccountInstance, nbf?: XL1BlockNumber, exp?: XL1BlockNumber, privatePayloadSchemas?: Schema[], receiverAddress?: XyoAddress) => Promise<SignedHydratedTransactionWithHashMeta>;
|
|
5
|
+
//# sourceMappingURL=buildRandomTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildRandomTransaction.d.ts","sourceRoot":"","sources":["../../../src/test/buildRandomTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAC7C,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACW,OAAO,EAC5B,qCAAqC,EAErC,cAAc,EACf,MAAM,+BAA+B,CAAA;AAMtC,4EAA4E;AAC5E,eAAO,MAAM,sBAAsB,GACjC,OAAO,OAAO,EACd,WAAW,OAAO,EAAE,EACpB,UAAU,eAAe,EACzB,MAAK,cAA0C,EAC/C,MAAK,cAAmD,EACxD,wBAAuB,MAAM,EAAO,EACpC,kBAAkB,UAAU,KAC3B,OAAO,CAAC,qCAAqC,CAY/C,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AccountInstance, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { ChainId, SignedHydratedBlockWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** createGenesisBlock constant. */
|
|
4
|
+
export declare const createGenesisBlock: (initialBlockProducer: AccountInstance, nextContractAddress: ChainId, genesisBlockRewardAmount: bigint, genesisBlockRewardAddress: XyoAddress) => Promise<SignedHydratedBlockWithHashMeta>;
|
|
5
|
+
//# sourceMappingURL=createGenesisBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createGenesisBlock.d.ts","sourceRoot":"","sources":["../../../src/test/createGenesisBlock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,eAAe,EAAgB,UAAU,EAC1C,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACW,OAAO,EAAE,+BAA+B,EAC9D,MAAM,+BAA+B,CAAA;AAUtC,mCAAmC;AACnC,eAAO,MAAM,kBAAkB,GAC7B,sBAAsB,eAAe,EACrC,qBAAqB,OAAO,EAC5B,0BAA0B,MAAM,EAChC,2BAA2B,UAAU,KACpC,OAAO,CAAC,+BAA+B,CAmBzC,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { AccountInstance, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { ChainId, ChainStakeIntent, HydratedTransactionWithHashMeta, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** Creates a ProducerChainStakeIntent instance. */
|
|
4
|
+
export declare function createProducerChainStakeIntent(from: XyoAddress, exp: number, nbf?: number): Promise<import("@xyo-network/sdk-js").WithHashMeta<ChainStakeIntent>>;
|
|
5
|
+
/** Creates a ProducerChainStakeIntentTransaction instance. */
|
|
6
|
+
export declare function createProducerChainStakeIntentTransaction(chain: ChainId, signers: AccountInstance[] | undefined, producer: XyoAddress, exp: XL1BlockNumber, nbf?: 0 & {
|
|
7
|
+
readonly __blockNumber: true;
|
|
8
|
+
} & {
|
|
9
|
+
readonly __xl1BlockNumber: true;
|
|
10
|
+
}, fees?: {
|
|
11
|
+
base: bigint;
|
|
12
|
+
gasLimit: bigint;
|
|
13
|
+
gasPrice: bigint;
|
|
14
|
+
priority: bigint;
|
|
15
|
+
}): Promise<HydratedTransactionWithHashMeta>;
|
|
16
|
+
//# sourceMappingURL=createProducerChainStakeIntentTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProducerChainStakeIntentTransaction.d.ts","sourceRoot":"","sources":["../../../src/test/createProducerChainStakeIntentTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAEtE,OAAO,KAAK,EACV,OAAO,EAAE,gBAAgB,EACzB,+BAA+B,EAC/B,cAAc,EACf,MAAM,+BAA+B,CAAA;AAQtC,mDAAmD;AACnD,wBAAsB,8BAA8B,CAAC,IAAI,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,SAAI,yEAS1F;AAED,8DAA8D;AAC9D,wBAAsB,yCAAyC,CAC7D,KAAK,EAAE,OAAO,EACd,OAAO,EAAE,eAAe,EAAE,YAAK,EAC/B,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,cAAc,EACnB,GAAG;;;;CAA4B,EAC/B,IAAI;;;;;CAAyB,GAC5B,OAAO,CAAC,+BAA+B,CAAC,CAc1C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ArchivistInstance, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import { type ChainId } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
import { type Config } from '../config/index.ts';
|
|
4
|
+
/** Parameters for TestSimpleBlockViewerLocator. */
|
|
5
|
+
export interface TestSimpleBlockViewerLocatorParams {
|
|
6
|
+
chainId?: ChainId;
|
|
7
|
+
config?: Config;
|
|
8
|
+
finalizedArchivist?: ArchivistInstance;
|
|
9
|
+
minWithdrawalBlocks?: number;
|
|
10
|
+
rewardsContract?: XyoAddress;
|
|
11
|
+
stakingTokenAddress?: XyoAddress;
|
|
12
|
+
}
|
|
13
|
+
/** Retrieves the TestSimpleBlockViewerLocator. */
|
|
14
|
+
export declare function getTestSimpleBlockViewerLocator({ minWithdrawalBlocks, config, finalizedArchivist: finalizedArchivistIn, rewardsContract, stakingTokenAddress, }: TestSimpleBlockViewerLocatorParams): Promise<import("../index.ts").ProviderFactoryLocatorInstance<import("../index.ts").CreatableProviderContextType>>;
|
|
15
|
+
//# sourceMappingURL=getSimpleBlockViewerLocator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSimpleBlockViewerLocator.d.ts","sourceRoot":"","sources":["../../../src/test/getSimpleBlockViewerLocator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,KAAK,OAAO,EAAoB,MAAM,+BAA+B,CAAA;AAG9E,OAAO,EAAE,KAAK,MAAM,EAAa,MAAM,oBAAoB,CAAA;AAM3D,mDAAmD;AACnD,MAAM,WAAW,kCAAkC;IACjD,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,kBAAkB,CAAC,EAAE,iBAAiB,CAAA;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,eAAe,CAAC,EAAE,UAAU,CAAA;IAC5B,mBAAmB,CAAC,EAAE,UAAU,CAAA;CACjC;AAED,kDAAkD;AAClD,wBAAsB,+BAA+B,CAAC,EACpD,mBAAwB,EACxB,MAA4B,EAC5B,kBAAkB,EAAE,oBAAoB,EACxC,eAAkC,EAAE,mBAAsC,GAC3E,EAAE,kCAAkC,qHAapC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { Config } from '../config/index.ts';
|
|
2
|
+
import type { CreatableProviderContext } from '../model/index.ts';
|
|
3
|
+
/** Retrieves the TestProviderContext. */
|
|
4
|
+
export declare function getTestProviderContext(config: Config): CreatableProviderContext;
|
|
5
|
+
//# sourceMappingURL=getTestProviderContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTestProviderContext.d.ts","sourceRoot":"","sources":["../../../src/test/getTestProviderContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAChD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAEjE,yCAAyC;AACzC,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB,CAE/E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/test/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/time/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/time/primitives/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ChainContextRead, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
+
/** Xl1BlockNumberToEthBlockNumber helper function. */
|
|
3
|
+
export declare function xl1BlockNumberToEthBlockNumber(context: ChainContextRead, xl1BlockNumber: XL1BlockNumber): Promise<number>;
|
|
4
|
+
//# sourceMappingURL=xl1BlockNumberToEthBlockNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xl1BlockNumberToEthBlockNumber.d.ts","sourceRoot":"","sources":["../../../../src/time/primitives/xl1BlockNumberToEthBlockNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAKrF,sDAAsD;AACtD,wBAAsB,8BAA8B,CAAC,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAK/H"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Base } from '@xylabs/sdk';
|
|
2
|
+
import type { AccountInstance, Payload, PayloadBuilderOptions } from '@xyo-network/sdk-js';
|
|
3
|
+
import type { AllowedBlockPayload, ChainId, TransactionFeesBigInt } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
/** Builder for constructing Transaction instances. */
|
|
5
|
+
export declare class TransactionBuilder<TPayload extends Payload> extends Base<Omit<PayloadBuilderOptions, 'schema'>> {
|
|
6
|
+
private _blockRange?;
|
|
7
|
+
private _chain?;
|
|
8
|
+
private _elevatedPayloads;
|
|
9
|
+
private _fees;
|
|
10
|
+
private _payloads;
|
|
11
|
+
private _signers;
|
|
12
|
+
constructor(options?: Omit<PayloadBuilderOptions, 'schema'>);
|
|
13
|
+
build(): Promise<[{
|
|
14
|
+
schema: "network.xyo.boundwitness" & {
|
|
15
|
+
readonly __schema: true;
|
|
16
|
+
};
|
|
17
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
18
|
+
readonly __hex: true;
|
|
19
|
+
} & {
|
|
20
|
+
readonly __address: true;
|
|
21
|
+
}))[];
|
|
22
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
23
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
24
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
25
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
26
|
+
nbf: import("@xyo-network/xl1-protocol-lib").XL1BlockNumber;
|
|
27
|
+
exp: import("@xyo-network/xl1-protocol-lib").XL1BlockNumber;
|
|
28
|
+
fees: {
|
|
29
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
30
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
31
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
32
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
33
|
+
};
|
|
34
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
35
|
+
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
36
|
+
readonly __hex: true;
|
|
37
|
+
} & {
|
|
38
|
+
readonly __address: true;
|
|
39
|
+
});
|
|
40
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
41
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
42
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
43
|
+
readonly __hex: true;
|
|
44
|
+
} & {
|
|
45
|
+
readonly __address: true;
|
|
46
|
+
}) | undefined;
|
|
47
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
48
|
+
script?: string[] | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
[x: string]: unknown;
|
|
51
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
52
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
53
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
54
|
+
}[]]>;
|
|
55
|
+
chain(chain: ChainId): this;
|
|
56
|
+
dryRun(): Promise<[{
|
|
57
|
+
schema: "network.xyo.boundwitness" & {
|
|
58
|
+
readonly __schema: true;
|
|
59
|
+
};
|
|
60
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
61
|
+
readonly __hex: true;
|
|
62
|
+
} & {
|
|
63
|
+
readonly __address: true;
|
|
64
|
+
}))[];
|
|
65
|
+
payload_hashes: import("@xylabs/sdk").BrandedHash[];
|
|
66
|
+
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
67
|
+
previous_hashes: (import("@xylabs/sdk").BrandedHash | null)[];
|
|
68
|
+
$signatures: import("@xylabs/sdk").BrandedHex[];
|
|
69
|
+
nbf: import("@xyo-network/xl1-protocol-lib").XL1BlockNumber;
|
|
70
|
+
exp: import("@xyo-network/xl1-protocol-lib").XL1BlockNumber;
|
|
71
|
+
fees: {
|
|
72
|
+
base: import("@xylabs/sdk").BrandedHex;
|
|
73
|
+
gasLimit: import("@xylabs/sdk").BrandedHex;
|
|
74
|
+
gasPrice: import("@xylabs/sdk").BrandedHex;
|
|
75
|
+
priority: import("@xylabs/sdk").BrandedHex;
|
|
76
|
+
};
|
|
77
|
+
chain: import("@xylabs/sdk").BrandedHex;
|
|
78
|
+
from: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
79
|
+
readonly __hex: true;
|
|
80
|
+
} & {
|
|
81
|
+
readonly __address: true;
|
|
82
|
+
});
|
|
83
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
84
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
85
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
86
|
+
readonly __hex: true;
|
|
87
|
+
} & {
|
|
88
|
+
readonly __address: true;
|
|
89
|
+
}) | undefined;
|
|
90
|
+
$sourceQuery?: import("@xylabs/sdk").BrandedHash | undefined;
|
|
91
|
+
script?: string[] | undefined;
|
|
92
|
+
}, {
|
|
93
|
+
[x: string]: unknown;
|
|
94
|
+
schema: import("@xyo-network/sdk-js").BrandedSchema<string>;
|
|
95
|
+
_hash: import("@xylabs/sdk").BrandedHash;
|
|
96
|
+
_dataHash: import("@xylabs/sdk").BrandedHash;
|
|
97
|
+
}[]]>;
|
|
98
|
+
elevatedPayload(payload?: AllowedBlockPayload): this;
|
|
99
|
+
elevatedPayloads(payloads?: AllowedBlockPayload[]): this;
|
|
100
|
+
estimatedMinimumFees(): Promise<TransactionFeesBigInt>;
|
|
101
|
+
fees(fees: TransactionFeesBigInt): this;
|
|
102
|
+
payload(payload?: TPayload): this;
|
|
103
|
+
payloads(payloads?: TPayload[]): this;
|
|
104
|
+
range(blockRange: [number, number]): this;
|
|
105
|
+
removeElevatedPayload(payload: AllowedBlockPayload): Promise<this>;
|
|
106
|
+
removePayload(payload: TPayload): Promise<this>;
|
|
107
|
+
signer(signer?: AccountInstance): this;
|
|
108
|
+
signers(signers?: (AccountInstance | null)[]): this;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=TransactionBuilder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionBuilder.d.ts","sourceRoot":"","sources":["../../../src/transaction/TransactionBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,IAAI,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EACV,eAAe,EAAE,OAAO,EAAE,qBAAqB,EAChD,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,mBAAmB,EACnB,OAAO,EACP,qBAAqB,EACtB,MAAM,+BAA+B,CAAA;AAStC,sDAAsD;AACtD,qBAAa,kBAAkB,CAAC,QAAQ,SAAS,OAAO,CAAE,SAAQ,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE,QAAQ,CAAC,CAAC;IAC3G,OAAO,CAAC,WAAW,CAAC,CAAkB;IACtC,OAAO,CAAC,MAAM,CAAC,CAAK;IACpB,OAAO,CAAC,iBAAiB,CAA4B;IACrD,OAAO,CAAC,KAAK,CAAmC;IAChD,OAAO,CAAC,SAAS,CAAiB;IAClC,OAAO,CAAC,QAAQ,CAAwB;gBAE5B,OAAO,GAAE,IAAI,CAAC,qBAAqB,EAAE,QAAQ,CAAM;IAIzD,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBX,KAAK,CAAC,KAAK,EAAE,OAAO;IAKd,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAaZ,eAAe,CAAC,OAAO,CAAC,EAAE,mBAAmB;IAO7C,gBAAgB,CAAC,QAAQ,CAAC,EAAE,mBAAmB,EAAE;IAQ3C,oBAAoB,IAAI,OAAO,CAAC,qBAAqB,CAAC;IAY5D,IAAI,CAAC,IAAI,EAAE,qBAAqB;IAKhC,OAAO,CAAC,OAAO,CAAC,EAAE,QAAQ;IAK1B,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE;IAU9B,KAAK,CAAC,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;IAQ5B,qBAAqB,CAAC,OAAO,EAAE,mBAAmB;IAalD,aAAa,CAAC,OAAO,EAAE,QAAQ;IAarC,MAAM,CAAC,MAAM,CAAC,EAAE,eAAe;IAO/B,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,eAAe,GAAG,IAAI,CAAC,EAAE;CAS7C"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AccountInstance, Payload, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { AllowedBlockPayload, ChainId, SignedHydratedTransactionWithHashMeta, TransactionFeesBigInt, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** Builds a Transaction instance. */
|
|
4
|
+
export declare function buildTransaction(chain: ChainId, onChainPayloads: AllowedBlockPayload[], offChainPayloads: Payload[], signer: AccountInstance | AccountInstance[], nbf: XL1BlockNumber, exp: XL1BlockNumber, from?: XyoAddress, fees?: TransactionFeesBigInt): Promise<SignedHydratedTransactionWithHashMeta>;
|
|
5
|
+
//# sourceMappingURL=buildTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildTransaction.d.ts","sourceRoot":"","sources":["../../../src/transaction/buildTransaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,eAAe,EAAE,OAAO,EAAE,UAAU,EACrC,MAAM,qBAAqB,CAAA;AAI5B,OAAO,KAAK,EACV,mBAAmB,EACnB,OAAO,EAGP,qCAAqC,EACmB,qBAAqB,EAC7E,cAAc,EACf,MAAM,+BAA+B,CAAA;AAGtC,qCAAqC;AACrC,wBAAsB,gBAAgB,CACpC,KAAK,EAAE,OAAO,EACd,eAAe,EAAE,mBAAmB,EAAE,EACtC,gBAAgB,EAAE,OAAO,EAAE,EAC3B,MAAM,EAAE,eAAe,GAAG,eAAe,EAAE,EAC3C,GAAG,EAAE,cAAc,EACnB,GAAG,EAAE,cAAc,EACnB,IAAI,CAAC,EAAE,UAAU,EACjB,IAAI,GAAE,qBAA8C,GACnD,OAAO,CAAC,qCAAqC,CAAC,CAsChD"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { Payload, XyoAddress } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { AllowedBlockPayload, ChainId, TransactionFeesBigInt, UnsignedHydratedTransaction, XL1BlockNumber } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** Builds a UnsignedTransaction instance. */
|
|
4
|
+
export declare function buildUnsignedTransaction(chain: ChainId, onChainPayloads: AllowedBlockPayload[], offChainPayloads: Payload[], nbf: XL1BlockNumber, exp: XL1BlockNumber, from: XyoAddress, fees?: TransactionFeesBigInt): Promise<UnsignedHydratedTransaction>;
|
|
5
|
+
//# sourceMappingURL=buildUnsignedTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildUnsignedTransaction.d.ts","sourceRoot":"","sources":["../../../src/transaction/buildUnsignedTransaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAE9D,OAAO,KAAK,EACV,mBAAmB,EAAE,OAAO,EAAwF,qBAAqB,EACzI,2BAA2B,EAC3B,cAAc,EACf,MAAM,+BAA+B,CAAA;AAGtC,6CAA6C;AAC7C,wBAAsB,wBAAwB,CAC5C,KAAK,EAAE,OAAO,EACd,eAAe,EAAE,mBAAmB,EAAE,EACtC,gBAAgB,EAAE,OAAO,EAAE,EAC3B,GAAG,EAAE,cAAc,EACnB,GAAG,EAAE,cAAc,EACnB,IAAI,EAAE,UAAU,EAChB,IAAI,GAAE,qBAA8C,GACnD,OAAO,CAAC,2BAA2B,CAAC,CAiCtC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { ConfirmSubmittedTransactionOptions, SignedHydratedTransaction, XyoViewer } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/**
|
|
4
|
+
* Confirms a submitted transaction by checking if it has been included in the blockchain.
|
|
5
|
+
* @param viewer The viewer
|
|
6
|
+
* @param txHash The hash of the transaction to confirm
|
|
7
|
+
* @param options Options for confirmation
|
|
8
|
+
* @returns The confirmed transaction or throws an error if not confirmed
|
|
9
|
+
*/
|
|
10
|
+
export declare const confirmSubmittedTransaction: (viewer: XyoViewer, txHash: Hash, options?: ConfirmSubmittedTransactionOptions) => Promise<SignedHydratedTransaction>;
|
|
11
|
+
//# sourceMappingURL=confirmSubmittedTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirmSubmittedTransaction.d.ts","sourceRoot":"","sources":["../../../src/transaction/confirmSubmittedTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAIvC,OAAO,KAAK,EACV,kCAAkC,EAAE,yBAAyB,EAC7D,SAAS,EACV,MAAM,+BAA+B,CAAA;AAsBtC;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,GACtC,QAAQ,SAAS,EACjB,QAAQ,IAAI,EACZ,UAAU,kCAAkC,KAC3C,OAAO,CAAC,yBAAyB,CAuBnC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { Payload } from '@xyo-network/sdk-js';
|
|
3
|
+
import type { HydratedTransaction, SignedHydratedTransaction, SignedHydratedTransactionWithHashMeta, SignedHydratedTransactionWithStorageMeta } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
import type { ChainStoreRead } from '../model/index.ts';
|
|
5
|
+
/** tryHydrateTransaction constant. */
|
|
6
|
+
export declare const tryHydrateTransaction: ({ chainMap }: ChainStoreRead, hash: Hash) => Promise<SignedHydratedTransactionWithStorageMeta | undefined>;
|
|
7
|
+
/** hydrateTransaction constant. */
|
|
8
|
+
export declare const hydrateTransaction: ({ chainMap }: ChainStoreRead, hash: Hash) => Promise<SignedHydratedTransaction>;
|
|
9
|
+
/** FlattenHydratedTransaction helper function. */
|
|
10
|
+
export declare function flattenHydratedTransaction<T extends HydratedTransaction>(hydratedTransaction: T): (T[0] | T[1][number])[];
|
|
11
|
+
/** tryUnflattenHydratedTransaction constant. */
|
|
12
|
+
export declare const tryUnflattenHydratedTransaction: (flattened: Payload[]) => SignedHydratedTransaction | undefined;
|
|
13
|
+
/** unflattenHydratedTransaction constant. */
|
|
14
|
+
export declare const unflattenHydratedTransaction: (flattened: Payload[]) => SignedHydratedTransaction;
|
|
15
|
+
/** FlattenHydratedTransactions helper function. */
|
|
16
|
+
export declare function flattenHydratedTransactions<T extends HydratedTransaction>(hydratedTransactions: T[]): (T[0] | T[1][number])[];
|
|
17
|
+
/** tryHydrateElevatedTransaction constant. */
|
|
18
|
+
export declare const tryHydrateElevatedTransaction: ({ chainMap }: ChainStoreRead, hash: Hash) => Promise<SignedHydratedTransactionWithHashMeta | undefined>;
|
|
19
|
+
/** hydrateElevatedTransaction constant. */
|
|
20
|
+
export declare const hydrateElevatedTransaction: (context: ChainStoreRead, hash: Hash) => Promise<SignedHydratedTransactionWithHashMeta>;
|
|
21
|
+
//# sourceMappingURL=hydrateTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hydrateTransaction.d.ts","sourceRoot":"","sources":["../../../src/transaction/hydrateTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,OAAO,EAAmB,MAAM,qBAAqB,CAAA;AAInE,OAAO,KAAK,EACW,mBAAmB,EAAE,yBAAyB,EACnE,qCAAqC,EACrC,wCAAwC,EACzC,MAAM,+BAA+B,CAAA;AAKtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAEvD,sCAAsC;AACtC,eAAO,MAAM,qBAAqB,GAChC,cAAc,cAAc,EAC5B,MAAM,IAAI,KACT,OAAO,CAAC,wCAAwC,GAAG,SAAS,CAW9D,CAAA;AAED,mCAAmC;AACnC,eAAO,MAAM,kBAAkB,GAC7B,cAAc,cAAc,EAC5B,MAAM,IAAI,KACT,OAAO,CAAC,yBAAyB,CAWnC,CAAA;AAED,kDAAkD;AAClD,wBAAgB,0BAA0B,CAAC,CAAC,SAAS,mBAAmB,EAAE,mBAAmB,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAGzH;AAED,gDAAgD;AAChD,eAAO,MAAM,+BAA+B,GAC1C,WAAW,OAAO,EAAE,KACnB,yBAAyB,GAAG,SAQ9B,CAAA;AAED,6CAA6C;AAC7C,eAAO,MAAM,4BAA4B,GAAI,WAAW,OAAO,EAAE,KAAG,yBACW,CAAA;AAE/E,mDAAmD;AACnD,wBAAgB,2BAA2B,CAAC,CAAC,SAAS,mBAAmB,EAAE,oBAAoB,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAE7H;AAED,8CAA8C;AAC9C,eAAO,MAAM,6BAA6B,GACxC,cAAc,cAAc,EAC5B,MAAM,IAAI,KACT,OAAO,CAAC,qCAAqC,GAAG,SAAS,CAqB3D,CAAA;AAED,2CAA2C;AAC3C,eAAO,MAAM,0BAA0B,GACrC,SAAS,cAAc,EACvB,MAAM,IAAI,KACT,OAAO,CAAC,qCAAqC,CAE/C,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './buildTransaction.ts';
|
|
2
|
+
export * from './buildUnsignedTransaction.ts';
|
|
3
|
+
export * from './confirmSubmittedTransaction.ts';
|
|
4
|
+
export * from './hydrateTransaction.ts';
|
|
5
|
+
export * from './primitives/index.ts';
|
|
6
|
+
export * from './signTransaction.ts';
|
|
7
|
+
export * from './TransactionBuilder.ts';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA;AAChD,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,yBAAyB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/transaction/primitives/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { HydratedTransaction } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
+
/** The number of bytes that a transaction and its payloads will take up in a block */
|
|
3
|
+
export declare function transactionBlockByteCount([transaction, payloads]: HydratedTransaction): number;
|
|
4
|
+
//# sourceMappingURL=transactionBlockByteCount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionBlockByteCount.d.ts","sourceRoot":"","sources":["../../../../src/transaction/primitives/transactionBlockByteCount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAExE,sFAAsF;AACtF,wBAAgB,yBAAyB,CAAC,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAK9F"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { Payload, WithHashMeta } from '@xyo-network/sdk-js';
|
|
3
|
+
import type { HydratedTransactionWithHashMeta, TransactionBoundWitness } from '@xyo-network/xl1-protocol-lib';
|
|
4
|
+
/** TransactionElevatedPayloadHashes helper function. */
|
|
5
|
+
export declare function transactionElevatedPayloadHashes(transaction: TransactionBoundWitness): Hash[];
|
|
6
|
+
/** TransactionElevatedPayloads helper function. */
|
|
7
|
+
export declare function transactionElevatedPayloads([transaction, payloads]: HydratedTransactionWithHashMeta): WithHashMeta<Payload>[];
|
|
8
|
+
//# sourceMappingURL=transactionElevatedPayloads.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionElevatedPayloads.d.ts","sourceRoot":"","sources":["../../../../src/transaction/primitives/transactionElevatedPayloads.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,IAAI,EAAE,MAAM,aAAa,CAAA;AAC/C,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,KAAK,EAAE,+BAA+B,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAI7G,wDAAwD;AACxD,wBAAgB,gCAAgC,CAAC,WAAW,EAAE,uBAAuB,GAAG,IAAI,EAAE,CAG7F;AAED,mDAAmD;AACnD,wBAAgB,2BAA2B,CAAC,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,+BAA+B,GAAG,YAAY,CAAC,OAAO,CAAC,EAAE,CAI7H"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/** CrackOperation helper function. */
|
|
2
|
+
export declare function crackOperation(operation: string): [string, string[]];
|
|
3
|
+
/** CrackOperations helper function. */
|
|
4
|
+
export declare function crackOperations(operations: string[]): [string, string[]][];
|
|
5
|
+
//# sourceMappingURL=transactionOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionOperations.d.ts","sourceRoot":"","sources":["../../../../src/transaction/primitives/transactionOperations.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAMpE;AAED,uCAAuC;AACvC,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,EAAE,CAE1E"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { HydratedTransactionWithHashMeta } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
+
import { AttoXL1 } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/** The required gas for the byte storage on the block chain for a transaction */
|
|
4
|
+
export declare function transactionBytesRequiredGas([transaction, payloads]: HydratedTransactionWithHashMeta): AttoXL1;
|
|
5
|
+
/** TransactionRequiredGas helper function. */
|
|
6
|
+
export declare function transactionRequiredGas(hydratedTransaction: HydratedTransactionWithHashMeta): AttoXL1;
|
|
7
|
+
//# sourceMappingURL=transactionRequiredGas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionRequiredGas.d.ts","sourceRoot":"","sources":["../../../../src/transaction/primitives/transactionRequiredGas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAA;AACpF,OAAO,EAAE,OAAO,EAAuB,MAAM,+BAA+B,CAAA;AAK5E,iFAAiF;AACjF,wBAAgB,2BAA2B,CAAC,CAAC,WAAW,EAAE,QAAQ,CAAC,EAAE,+BAA+B,GAAG,OAAO,CAG7G;AAED,8CAA8C;AAC9C,wBAAgB,sBAAsB,CAAC,mBAAmB,EAAE,+BAA+B,GAAG,OAAO,CAQpG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"script.d.ts","sourceRoot":"","sources":["../../../src/transaction/script.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,+BAA+B,EAC/B,wBAAwB,EACxB,kCAAkC,GACnC,MAAM,+BAA+B,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { AccountInstance, Signed, UnsignedBoundWitness } from '@xyo-network/sdk-js';
|
|
2
|
+
import type { UnsignedTransactionBoundWitness } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
/**
|
|
4
|
+
* Signs an unsigned bound witness with the provided account, preserving all fields. Stamps the
|
|
5
|
+
* signer's address and previousHash, hashes the bound witness, and appends the signature. Generic
|
|
6
|
+
* over the bound-witness type so the signed result keeps the input's concrete shape.
|
|
7
|
+
* @param bw The unsigned bound witness to sign
|
|
8
|
+
* @param account The account to sign with
|
|
9
|
+
* @returns The signed bound witness
|
|
10
|
+
*/
|
|
11
|
+
export declare function signBoundWitness<T extends UnsignedBoundWitness>(bw: T, account: AccountInstance): Promise<Signed<T>>;
|
|
12
|
+
/**
|
|
13
|
+
* Signs an unsigned transaction with the provided account.
|
|
14
|
+
* @param tx The transaction to sign
|
|
15
|
+
* @param account The account to sign the transaction with
|
|
16
|
+
* @returns The signed transaction
|
|
17
|
+
*/
|
|
18
|
+
export declare function signTransaction(tx: UnsignedTransactionBoundWitness, account: AccountInstance): Promise<Signed<UnsignedTransactionBoundWitness>>;
|
|
19
|
+
//# sourceMappingURL=signTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signTransaction.d.ts","sourceRoot":"","sources":["../../../src/transaction/signTransaction.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,eAAe,EAAE,MAAM,EAAE,oBAAoB,EAC9C,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAA;AAEpF;;;;;;;GAOG;AACH,wBAAsB,gBAAgB,CAAC,CAAC,SAAS,oBAAoB,EAAE,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAc1H;AAED;;;;;GAKG;AACH,wBAAsB,eAAe,CACnC,EAAE,EAAE,+BAA+B,EACnC,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC,CAAC,CAGlD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Hash } from '@xylabs/sdk';
|
|
2
|
+
import type { BlockContextRead } from '@xyo-network/xl1-protocol-lib';
|
|
3
|
+
import { LRUCache } from 'lru-cache';
|
|
4
|
+
/** Function type for Hydrate operations. */
|
|
5
|
+
export type HydrateFunction<T> = (context: BlockContextRead, hash: Hash) => Promise<T | undefined>;
|
|
6
|
+
/** HydratedCache implementation. */
|
|
7
|
+
export declare class HydratedCache<T extends {}> {
|
|
8
|
+
protected readonly cache: LRUCache<Hash, T>;
|
|
9
|
+
protected context: BlockContextRead;
|
|
10
|
+
protected readonly hydrateFunction: HydrateFunction<T>;
|
|
11
|
+
constructor(context: BlockContextRead, hydrateFunction: HydrateFunction<T>, maxCount?: number, ttl?: number);
|
|
12
|
+
get(hash: Hash): Promise<T | null>;
|
|
13
|
+
has(hash: Hash): boolean;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=HydratedCache.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HydratedCache.d.ts","sourceRoot":"","sources":["../../../src/utils/HydratedCache.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAA;AAEpC,4CAA4C;AAC5C,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAC/B,OAAO,EAAE,gBAAgB,EACzB,IAAI,EAAE,IAAI,KACP,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,CAAA;AAE3B,oCAAoC;AACpC,qBAAa,aAAa,CAAC,CAAC,SAAS,EAAE;IACrC,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAA;IAC3C,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAAA;IACnC,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC,CAAC,CAAA;gBAGpD,OAAO,EAAE,gBAAgB,EACzB,eAAe,EAAE,eAAe,CAAC,CAAC,CAAC,EACnC,QAAQ,SAAO,EACf,GAAG,GAAE,MAAgC;IAOjC,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IAQxC,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;CAGzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA"}
|