@xyo-network/xl1-protocol 4.0.10 → 4.0.12
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/index.d.ts +4 -4
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +4 -4
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/neutral/modules/network-model/icons/index.d.ts +4 -0
- package/dist/neutral/modules/network-model/icons/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/icons/local/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/icons/local/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/icons/mainnet/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/icons/sequence/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/icons/sequence/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/index.d.ts +7 -0
- package/dist/neutral/modules/network-model/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts +8 -0
- package/dist/neutral/modules/network-model/lib/NetworkDataLakeUrls.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/lib/Networks.d.ts +10 -0
- package/dist/neutral/modules/network-model/lib/Networks.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/lib/index.d.ts +3 -0
- package/dist/neutral/modules/network-model/lib/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/manifest/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/manifest/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts +4 -0
- package/dist/neutral/modules/network-model/manifest/networkManifest.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/models/Bootstrap.d.ts +56 -0
- package/dist/neutral/modules/network-model/models/Bootstrap.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/models/NetworkId.d.ts +12 -0
- package/dist/neutral/modules/network-model/models/NetworkId.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/models/index.d.ts +3 -0
- package/dist/neutral/modules/network-model/models/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/modules/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/modules/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts +10 -0
- package/dist/neutral/modules/network-model/modules/node/getNetworkNode.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts +4 -0
- package/dist/neutral/modules/network-model/modules/node/getNetworkNodes.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/modules/node/index.d.ts +4 -0
- package/dist/neutral/modules/network-model/modules/node/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts +5 -0
- package/dist/neutral/modules/network-model/modules/node/initNetworkNode.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/index.d.ts +10 -0
- package/dist/neutral/modules/network-model/staticRest/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts +84 -0
- package/dist/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts +101 -0
- package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts +4 -0
- package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts +263 -0
- package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts +10 -0
- package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts +14 -0
- package/dist/neutral/modules/network-model/staticRest/paths/finalized.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts +4 -0
- package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts +14 -0
- package/dist/neutral/modules/network-model/staticRest/paths/indexPaths.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/staticRest/templates.d.ts +27 -0
- package/dist/neutral/modules/network-model/staticRest/templates.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts +28 -0
- package/dist/neutral/modules/network-model/utils/ExplorerLinks.d.ts.map +1 -0
- package/dist/neutral/modules/network-model/utils/index.d.ts +2 -0
- package/dist/neutral/modules/network-model/utils/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts +7 -0
- package/dist/neutral/modules/protocol-lib/OpenTelemetryProviders.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts +4 -0
- package/dist/neutral/modules/protocol-lib/address/derivedReceiveAddress.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/address/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-lib/address/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts +7 -0
- package/dist/neutral/modules/protocol-lib/address/rewardAddressFromStepIdentity.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts +21 -0
- package/dist/neutral/modules/protocol-lib/address/sentinelAddressFromSchema.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/index.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/network/Status.d.ts +26 -0
- package/dist/neutral/modules/protocol-lib/network/Status.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/network/index.d.ts +2 -0
- package/dist/neutral/modules/protocol-lib/network/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts +48 -0
- package/dist/neutral/modules/protocol-lib/permissions/InvokerPermission.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts +33 -0
- package/dist/neutral/modules/protocol-lib/permissions/XyoPermissions.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/permissions/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-lib/permissions/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts +86 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Client.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts +10 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Provider.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts +15 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Runner.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/Viewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts +5 -0
- package/dist/neutral/modules/protocol-lib/providers/DataLake/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts +9 -0
- package/dist/neutral/modules/protocol-lib/providers/TransactionHelper.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts +25 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoClient.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts +18 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoConnection.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts +20 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoGateway.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts +57 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoGatewayRunner.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts +7 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoNetwork.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/providers/XyoRunner.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/index.d.ts +9 -0
- package/dist/neutral/modules/protocol-lib/providers/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts +24 -0
- package/dist/neutral/modules/protocol-lib/providers/signer/XyoSigner.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts +2 -0
- package/dist/neutral/modules/protocol-lib/providers/signer/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts +27 -0
- package/dist/neutral/modules/protocol-lib/repository/Repository.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionReadRepository.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts +13 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionRepository.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionRepositoryIterator.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/repository/TransactionWriteRepository.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/repository/index.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/repository/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/Block.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/runners/Block.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts +30 -0
- package/dist/neutral/modules/protocol-lib/runners/BlockPublish.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts +18 -0
- package/dist/neutral/modules/protocol-lib/runners/ChainStatePublish.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts +22 -0
- package/dist/neutral/modules/protocol-lib/runners/DeadLetterQueue.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts +15 -0
- package/dist/neutral/modules/protocol-lib/runners/Finalization.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts +35 -0
- package/dist/neutral/modules/protocol-lib/runners/IndexPublish.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts +25 -0
- package/dist/neutral/modules/protocol-lib/runners/Mempool.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/runners/index.d.ts +8 -0
- package/dist/neutral/modules/protocol-lib/runners/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts +84 -0
- package/dist/neutral/modules/protocol-lib/status/SystemStatus.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/status/index.d.ts +2 -0
- package/dist/neutral/modules/protocol-lib/status/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts +26 -0
- package/dist/neutral/modules/protocol-lib/summary/BlocksStepSummary.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/summary/StepSummary.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/summary/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-lib/summary/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts +21 -0
- package/dist/neutral/modules/protocol-lib/summary/stepPlacement.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts +5 -0
- package/dist/neutral/modules/protocol-lib/transaction/elevatedPayloads.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/transaction/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-lib/transaction/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/transaction/script.d.ts +17 -0
- package/dist/neutral/modules/protocol-lib/transaction/script.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/validation/block/BlockValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts +19 -0
- package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockStateValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/validation/block/HydratedBlockValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts +167 -0
- package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts +5 -0
- package/dist/neutral/modules/protocol-lib/validation/block/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/BoundWitnessValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts +8 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/HydratedBoundWitnessValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts +13 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/error.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-lib/validation/boundwitness/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/error.d.ts +59 -0
- package/dist/neutral/modules/protocol-lib/validation/error.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/index.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/validation/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts +10 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts +12 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/error.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts +18 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionStateValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/HydratedTransactionValidationFunction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts +8 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/error.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-lib/validation/transaction/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts +38 -0
- package/dist/neutral/modules/protocol-lib/viewers/Block.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts +56 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockInvalidation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockReward.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts +56 -0
- package/dist/neutral/modules/protocol-lib/viewers/BlockValidation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts +23 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainContract.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts +11 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainStakeViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts +26 -0
- package/dist/neutral/modules/protocol-lib/viewers/ChainState.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts +31 -0
- package/dist/neutral/modules/protocol-lib/viewers/DeadLetterQueue.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts +18 -0
- package/dist/neutral/modules/protocol-lib/viewers/Finalization.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts +9 -0
- package/dist/neutral/modules/protocol-lib/viewers/Fork.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/viewers/IndexViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts +31 -0
- package/dist/neutral/modules/protocol-lib/viewers/Mempool.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts +17 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/NetworkStakeViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByPositionViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts +15 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStakerViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/ByStepViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts +19 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Options.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts +14 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/TotalViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts +20 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/Viewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts +8 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts +6 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/ByIndexMethodsTemplate.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts +10 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/MethodsTemplate.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/Rewards/templates/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStake/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts +41 -0
- package/dist/neutral/modules/protocol-lib/viewers/NetworkStakeStepReward.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts +39 -0
- package/dist/neutral/modules/protocol-lib/viewers/Stake.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts +45 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeEvents.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts +16 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeIntent.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts +21 -0
- package/dist/neutral/modules/protocol-lib/viewers/StakeTotals.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts +15 -0
- package/dist/neutral/modules/protocol-lib/viewers/StepStake.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts +38 -0
- package/dist/neutral/modules/protocol-lib/viewers/StepViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts +19 -0
- package/dist/neutral/modules/protocol-lib/viewers/Sync.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts +21 -0
- package/dist/neutral/modules/protocol-lib/viewers/TimeSync.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts +22 -0
- package/dist/neutral/modules/protocol-lib/viewers/Transaction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts +54 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransactionInvalidation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts +55 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransactionValidation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts +30 -0
- package/dist/neutral/modules/protocol-lib/viewers/TransferBalance.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts +18 -0
- package/dist/neutral/modules/protocol-lib/viewers/WindowedBlock.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts +50 -0
- package/dist/neutral/modules/protocol-lib/viewers/XyoViewer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-lib/viewers/index.d.ts +28 -0
- package/dist/neutral/modules/protocol-lib/viewers/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts +35 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts +46 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/Numberish.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts +46 -0
- package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/RecordKeyType.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/Step/StepHash.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts +19 -0
- package/dist/neutral/modules/protocol-model/Step/StepIdentity.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts +12 -0
- package/dist/neutral/modules/protocol-model/Step/StepSizes.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/Step/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/Step/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/TransferPayload.d.ts +79 -0
- package/dist/neutral/modules/protocol-model/TransferPayload.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts +9 -0
- package/dist/neutral/modules/protocol-model/amount/ShiftedBigIntConfig.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/amount/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/amount/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts +16 -0
- package/dist/neutral/modules/protocol-model/amount/xl1AmountInstance.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts +40 -0
- package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +544 -0
- package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +1466 -0
- package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/index.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/block/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +168 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +286 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +343 -0
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/signed/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/block/signed/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +168 -0
- package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts +2 -0
- package/dist/neutral/modules/protocol-model/block/unsigned/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/chain/Chain.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/chain/Chain.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/chain/ChainAnalyzer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts +28 -0
- package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/chain/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/chain/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/fields/Addressable.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts +25 -0
- package/dist/neutral/modules/protocol-model/fields/BlockDuration.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts +32 -0
- package/dist/neutral/modules/protocol-model/fields/BlockNumber.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/fields/ChainReference.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/fields/index.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/fields/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/index.d.ts +16 -0
- package/dist/neutral/modules/protocol-model/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts +42 -0
- package/dist/neutral/modules/protocol-model/map/AsyncMap.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/map/MapType.d.ts +17 -0
- package/dist/neutral/modules/protocol-model/map/MapType.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts +41 -0
- package/dist/neutral/modules/protocol-model/map/SyncMap.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/map/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/map/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts +122 -0
- package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/model/ArrayBuffer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts +32 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts +32 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/Numberish.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts +18 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts +32 -0
- package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts +290 -0
- package/dist/neutral/modules/protocol-model/model/BlockRate.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts +57 -0
- package/dist/neutral/modules/protocol-model/model/ChainQualification.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/model/Context/BaseContext.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts +26 -0
- package/dist/neutral/modules/protocol-model/model/Context/BaseContext.zod.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts +9 -0
- package/dist/neutral/modules/protocol-model/model/Context/BlockContext.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts +33 -0
- package/dist/neutral/modules/protocol-model/model/Context/BlockContext.zod.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/model/Context/CachingContext.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/model/Context/CachingContext.zod.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts +9 -0
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +115 -0
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts +5 -0
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts +70 -0
- package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Context/index.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/model/Context/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/model/GatewayName.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts +2300 -0
- package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/OpCodes.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/model/PayloadMap.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Permission.d.ts +65 -0
- package/dist/neutral/modules/protocol-model/model/Permission.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Position.d.ts +13 -0
- package/dist/neutral/modules/protocol-model/model/Position.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/PositionId.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/model/PositionId.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/model/RangeMultipliers.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/RewardShare.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts +16 -0
- package/dist/neutral/modules/protocol-model/model/RewardsRangeOptions.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Sequence.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/model/Sequence.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/Stake.d.ts +121 -0
- package/dist/neutral/modules/protocol-model/model/Stake.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/StakeShare.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +409 -0
- package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/model/TimeDomain.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts +12 -0
- package/dist/neutral/modules/protocol-model/model/TransferPair.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/addresses.d.ts +28 -0
- package/dist/neutral/modules/protocol-model/model/addresses.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/model/defaultRewardRatio.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/model/defaultTransactionFees.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/index.d.ts +28 -0
- package/dist/neutral/modules/protocol-model/model/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/model/minTransactionFees.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/rewards.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/model/rewards.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/model/version.d.ts +11 -0
- package/dist/neutral/modules/protocol-model/model/version.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts +20 -0
- package/dist/neutral/modules/protocol-model/payload/StepIdentityPayload.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts +29 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeOutcome.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts +47 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/ExchangeTerms.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts +25 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/PartySecretReveal.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/payload/application/Exchange/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts +26 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/Inscription.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts +30 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/OrdinalTransfer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/payload/application/Ordinal/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/Ticker.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenAmount.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts +27 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenDeploy.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts +25 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenMint.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts +30 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/TokenTransfer.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/payload/application/Xrc20/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/application/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/payload/application/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts +23 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeCompletion.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts +33 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDestinationObservation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts +45 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeDetails.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts +31 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeIntent.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts +33 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/BridgeSourceObservation.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Bridge/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts +24 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/ChainStakeIntent.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts +21 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Executable.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts +21 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Hash.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts +22 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/StepComplete.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts +71 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/Time.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts +7 -0
- package/dist/neutral/modules/protocol-model/payload/elevatable/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/payload/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/payload/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/provider/Provider.d.ts +6 -0
- package/dist/neutral/modules/protocol-model/provider/Provider.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts +9 -0
- package/dist/neutral/modules/protocol-model/provider/ProviderMoniker.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/provider/index.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/provider/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +169 -0
- package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/rejection/RejectionError.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts +205 -0
- package/dist/neutral/modules/protocol-model/rejection/TransactionRejectionPayload.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/rejection/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/rejection/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts +2127 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts +138 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts +38 -0
- package/dist/neutral/modules/protocol-model/transaction/TransactionGasCosts.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/transaction/index.d.ts +4 -0
- package/dist/neutral/modules/protocol-model/transaction/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/attoXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/femtoXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/index.d.ts +9 -0
- package/dist/neutral/modules/protocol-model/xl1/index.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts +12 -0
- package/dist/neutral/modules/protocol-model/xl1/isXl1Factory.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/microXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/milliXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/nanoXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/picoXl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts +15 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts +3 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1MaxValue.d.ts.map +1 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts +10 -0
- package/dist/neutral/modules/protocol-model/xl1/xl1Units.d.ts.map +1 -0
- package/dist/neutral/modules/schema/Executable.d.ts +5 -0
- package/dist/neutral/modules/schema/Executable.d.ts.map +1 -0
- package/dist/neutral/modules/schema/StorageMeta.d.ts +5 -0
- package/dist/neutral/modules/schema/StorageMeta.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts +17 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts +18 -0
- package/dist/neutral/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts +17 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitness.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts +17 -0
- package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts.map +1 -0
- package/dist/neutral/modules/schema/boundwitness/index.d.ts +5 -0
- package/dist/neutral/modules/schema/boundwitness/index.d.ts.map +1 -0
- package/dist/neutral/modules/schema/index.d.ts +5 -0
- package/dist/neutral/modules/schema/index.d.ts.map +1 -0
- package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts +7 -0
- package/dist/neutral/modules/schema/mergeJsonSchemaRequired.d.ts.map +1 -0
- package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts +17 -0
- package/dist/neutral/modules/schema/payload/ChainStakeIntent.d.ts.map +1 -0
- package/dist/neutral/modules/schema/payload/HashPayload.d.ts +17 -0
- package/dist/neutral/modules/schema/payload/HashPayload.d.ts.map +1 -0
- package/dist/neutral/modules/schema/payload/TransferPayload.d.ts +17 -0
- package/dist/neutral/modules/schema/payload/TransferPayload.d.ts.map +1 -0
- package/dist/neutral/modules/schema/payload/index.d.ts +4 -0
- package/dist/neutral/modules/schema/payload/index.d.ts.map +1 -0
- package/dist/neutral/{test → modules/test}/buildRandomTransaction.d.ts +1 -1
- package/dist/neutral/modules/test/buildRandomTransaction.d.ts.map +1 -0
- package/dist/neutral/{test → modules/test}/buildTransaction.d.ts +1 -1
- package/dist/neutral/modules/test/buildTransaction.d.ts.map +1 -0
- package/dist/neutral/{test → modules/test}/createTransferPayload.d.ts +1 -1
- package/dist/neutral/modules/test/createTransferPayload.d.ts.map +1 -0
- package/dist/neutral/modules/test/index.d.ts +4 -0
- package/dist/neutral/modules/test/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/block/index.d.ts +2 -0
- package/dist/neutral/modules/validation/block/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts +7 -0
- package/dist/neutral/modules/validation/block/validators/BlockCumulativeBalanceValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/block/validators/index.d.ts +2 -0
- package/dist/neutral/modules/validation/block/validators/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/boundwitness/index.d.ts +2 -0
- package/dist/neutral/modules/validation/boundwitness/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts +5 -0
- package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessReferences.d.ts.map +1 -0
- package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts +4 -0
- package/dist/neutral/modules/validation/boundwitness/validators/BoundWitnessSignatures.d.ts.map +1 -0
- package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts +3 -0
- package/dist/neutral/modules/validation/boundwitness/validators/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/index.d.ts +4 -0
- package/dist/neutral/modules/validation/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/index.d.ts +3 -0
- package/dist/neutral/modules/validation/transaction/index.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validateTransaction.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts +48 -0
- package/dist/neutral/modules/validation/transaction/validators/SignerAuthorization.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts +18 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionBoundWitnessValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionDurationValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionElevationValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionFromValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionGasValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionJsonSchemaValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts +4 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionProtocolValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts +17 -0
- package/dist/neutral/modules/validation/transaction/validators/TransactionTransfersValidator.d.ts.map +1 -0
- package/dist/neutral/modules/validation/transaction/validators/index.d.ts +10 -0
- package/dist/neutral/modules/validation/transaction/validators/index.d.ts.map +1 -0
- package/dist/neutral/network-model.d.ts +2 -0
- package/dist/neutral/network-model.d.ts.map +1 -0
- package/dist/neutral/network-model.mjs +431 -0
- package/dist/neutral/network-model.mjs.map +7 -0
- package/dist/neutral/protocol-lib.d.ts +2 -0
- package/dist/neutral/protocol-lib.d.ts.map +1 -0
- package/dist/neutral/protocol-lib.mjs +584 -0
- package/dist/neutral/protocol-lib.mjs.map +7 -0
- package/dist/neutral/protocol-model.d.ts +2 -0
- package/dist/neutral/protocol-model.d.ts.map +1 -0
- package/dist/neutral/protocol-model.mjs +2047 -0
- package/dist/neutral/protocol-model.mjs.map +7 -0
- package/dist/neutral/schema.d.ts +2 -0
- package/dist/neutral/schema.d.ts.map +1 -0
- package/dist/neutral/schema.mjs +259 -0
- package/dist/neutral/schema.mjs.map +7 -0
- package/dist/neutral/test.d.ts +2 -0
- package/dist/neutral/test.d.ts.map +1 -0
- package/dist/neutral/{test/index.mjs → test.mjs} +8 -8
- package/dist/neutral/test.mjs.map +7 -0
- package/dist/neutral/validation.d.ts +2 -0
- package/dist/neutral/validation.d.ts.map +1 -0
- package/dist/neutral/validation.mjs +510 -0
- package/dist/neutral/validation.mjs.map +7 -0
- package/package.json +49 -23
- package/dist/neutral/test/buildRandomTransaction.d.ts.map +0 -1
- package/dist/neutral/test/buildTransaction.d.ts.map +0 -1
- package/dist/neutral/test/createTransferPayload.d.ts.map +0 -1
- package/dist/neutral/test/index.d.ts +0 -4
- package/dist/neutral/test/index.d.ts.map +0 -1
- package/dist/neutral/test/index.mjs.map +0 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionBoundWitness.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { z } from 'zod/mini';
|
|
2
|
+
/** AttoZod constant. */
|
|
3
|
+
export declare const AttoZod: z.ZodMiniBigInt<bigint>;
|
|
4
|
+
/** JsonToAttoZod constant. */
|
|
5
|
+
export declare const JsonToAttoZod: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<bigint, string>>, z.ZodMiniTransform<import('../xl1/attoXl1.js').AttoXL1, bigint>>;
|
|
6
|
+
/** AttoToJsonZod constant. */
|
|
7
|
+
/** TransactionFeesHexZod constant. */
|
|
8
|
+
export declare const TransactionFeesHexZod: z.ZodMiniObject<{
|
|
9
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
10
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
11
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
12
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
/** TransactionFeesHex type. */
|
|
15
|
+
export type TransactionFeesHex = z.infer<typeof TransactionFeesHexZod>;
|
|
16
|
+
/** Type guard that checks if a value is a valid TransactionFeesHex. */
|
|
17
|
+
export declare const isTransactionFeesHex: <T>(value: T) => value is T & {
|
|
18
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
19
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
20
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
21
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
22
|
+
};
|
|
23
|
+
/** Converts a value to TransactionFeesHex, throwing if invalid. */
|
|
24
|
+
export declare const asTransactionFeesHex: {
|
|
25
|
+
<T>(value: T): (T & {
|
|
26
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
27
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
28
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
29
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
30
|
+
}) | undefined;
|
|
31
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
32
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
33
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
34
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
35
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
/** toTransactionFeesHex constant. */
|
|
39
|
+
export declare const toTransactionFeesHex: {
|
|
40
|
+
<T>(value: T): (T & {
|
|
41
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
42
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
43
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
44
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
45
|
+
}) | undefined;
|
|
46
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
47
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
48
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
49
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
50
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
/** TransactionFeesBigIntZod constant. */
|
|
54
|
+
export declare const TransactionFeesBigIntZod: z.ZodMiniObject<{
|
|
55
|
+
base: z.ZodMiniBigInt<bigint>;
|
|
56
|
+
gasLimit: z.ZodMiniBigInt<bigint>;
|
|
57
|
+
gasPrice: z.ZodMiniBigInt<bigint>;
|
|
58
|
+
priority: z.ZodMiniBigInt<bigint>;
|
|
59
|
+
}, z.core.$strip>;
|
|
60
|
+
/** TransactionFeesBigInt type. */
|
|
61
|
+
export type TransactionFeesBigInt = z.infer<typeof TransactionFeesBigIntZod>;
|
|
62
|
+
/** Type guard that checks if a value is a valid TransactionFeesBigInt. */
|
|
63
|
+
export declare const isTransactionFeesBigInt: <T>(value: T) => value is T & {
|
|
64
|
+
base: bigint;
|
|
65
|
+
gasLimit: bigint;
|
|
66
|
+
gasPrice: bigint;
|
|
67
|
+
priority: bigint;
|
|
68
|
+
};
|
|
69
|
+
/** Converts a value to TransactionFeesBigInt, throwing if invalid. */
|
|
70
|
+
export declare const asTransactionFeesBigInt: {
|
|
71
|
+
<T>(value: T): (T & {
|
|
72
|
+
base: bigint;
|
|
73
|
+
gasLimit: bigint;
|
|
74
|
+
gasPrice: bigint;
|
|
75
|
+
priority: bigint;
|
|
76
|
+
}) | undefined;
|
|
77
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
78
|
+
base: bigint;
|
|
79
|
+
gasLimit: bigint;
|
|
80
|
+
gasPrice: bigint;
|
|
81
|
+
priority: bigint;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
/** toTransactionFeesBigInt constant. */
|
|
85
|
+
export declare const toTransactionFeesBigInt: {
|
|
86
|
+
<T>(value: T): (T & {
|
|
87
|
+
base: bigint;
|
|
88
|
+
gasLimit: bigint;
|
|
89
|
+
gasPrice: bigint;
|
|
90
|
+
priority: bigint;
|
|
91
|
+
}) | undefined;
|
|
92
|
+
<T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
|
|
93
|
+
base: bigint;
|
|
94
|
+
gasLimit: bigint;
|
|
95
|
+
gasPrice: bigint;
|
|
96
|
+
priority: bigint;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
/** TransactionFeesJsonToBigIntZod constant. */
|
|
100
|
+
export declare const TransactionFeesJsonToBigIntZod: z.ZodMiniPipe<z.ZodMiniObject<{
|
|
101
|
+
base: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
102
|
+
gasLimit: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
103
|
+
gasPrice: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
104
|
+
priority: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
|
|
105
|
+
}, z.core.$strip>, z.ZodMiniTransform<{
|
|
106
|
+
base: bigint;
|
|
107
|
+
gasLimit: bigint;
|
|
108
|
+
gasPrice: bigint;
|
|
109
|
+
priority: bigint;
|
|
110
|
+
}, {
|
|
111
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
112
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
113
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
114
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
115
|
+
}>>;
|
|
116
|
+
/** TransactionFeesBigIntToJsonZod constant. */
|
|
117
|
+
export declare const TransactionFeesBigIntToJsonZod: z.ZodMiniPipe<z.ZodMiniObject<{
|
|
118
|
+
base: z.ZodMiniBigInt<bigint>;
|
|
119
|
+
gasLimit: z.ZodMiniBigInt<bigint>;
|
|
120
|
+
gasPrice: z.ZodMiniBigInt<bigint>;
|
|
121
|
+
priority: z.ZodMiniBigInt<bigint>;
|
|
122
|
+
}, z.core.$strip>, z.ZodMiniTransform<{
|
|
123
|
+
base: import("@ariestools/sdk").BrandedHex;
|
|
124
|
+
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
125
|
+
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
126
|
+
priority: import("@ariestools/sdk").BrandedHex;
|
|
127
|
+
}, {
|
|
128
|
+
base: bigint;
|
|
129
|
+
gasLimit: bigint;
|
|
130
|
+
gasPrice: bigint;
|
|
131
|
+
priority: bigint;
|
|
132
|
+
}>>;
|
|
133
|
+
/** TransactionFeesJsonToBigIntZodType type. */
|
|
134
|
+
export type TransactionFeesJsonToBigIntZodType = z.infer<typeof TransactionFeesJsonToBigIntZod>;
|
|
135
|
+
/** TransactionFeesBigIntToJsonZodType type. */
|
|
136
|
+
export type TransactionFeesBigIntToJsonZodType = z.infer<typeof TransactionFeesBigIntToJsonZod>;
|
|
137
|
+
export { BigIntToJsonZod as AttoToJsonZod } from '@ariestools/sdk';
|
|
138
|
+
//# sourceMappingURL=TransactionFees.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionFees.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionFees.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAI5B,wBAAwB;AACxB,eAAO,MAAM,OAAO,yBAAa,CAAA;AACjC,8BAA8B;AAC9B,eAAO,MAAM,aAAa,4JAAoE,CAAA;AAE9F,8BAA8B;AAE9B,sCAAsC;AACtC,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAA;AAEF,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEtE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;CAAsC,CAAA;AACvE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAA8D,CAAA;AAC/F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;CAA8D,CAAA;AAE/F,yCAAyC;AACzC,eAAO,MAAM,wBAAwB;;;;;iBAKnC,CAAA;AAEF,kCAAkC;AAClC,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE5E,0EAA0E;AAC1E,eAAO,MAAM,uBAAuB;;;;;CAAyC,CAAA;AAC7E,sEAAsE;AACtE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;CAAoE,CAAA;AACxG,wCAAwC;AACxC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;CAAoE,CAAA;AAExG,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;GAQ1C,CAAA;AAED,+CAA+C;AAC/C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;GAQ1C,CAAA;AAED,+CAA+C;AAC/C,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAC/F,+CAA+C;AAC/C,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAE/F,OAAO,EAAE,eAAe,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/** TransactionGasCosts constant. */
|
|
2
|
+
export declare const TransactionGasCosts: {
|
|
3
|
+
/**
|
|
4
|
+
* The cost of storing each character that is added to the chain
|
|
5
|
+
* This includes the transaction JSON and all the elevated payloads' JSON
|
|
6
|
+
*/
|
|
7
|
+
readonly characterStorage: 10n;
|
|
8
|
+
/** The cost of static validating every payload that will be included in the chain */
|
|
9
|
+
readonly payloadValidation: 1000n;
|
|
10
|
+
/** The cost of validating each signature that will be included in the chain */
|
|
11
|
+
readonly signatureValidation: 1000n;
|
|
12
|
+
/** The cost of validating each hash that will be included in the chain */
|
|
13
|
+
readonly hashValidation: 100n;
|
|
14
|
+
/** The cost of validating a balance state, triggered by a Transfer payload or gas collection */
|
|
15
|
+
readonly balanceValidation: 100n;
|
|
16
|
+
};
|
|
17
|
+
/** Gas Calculation
|
|
18
|
+
*
|
|
19
|
+
* 1 Million microXL1 (mXL1) = 1 XL1
|
|
20
|
+
*
|
|
21
|
+
* Gas amount is calculated as follows:
|
|
22
|
+
*
|
|
23
|
+
* 1. Each byte in the transaction cost 10 gas
|
|
24
|
+
* 2. Each payload validation in the transaction costs 1000 gas
|
|
25
|
+
* 3. Each signature verification in the transaction costs 1000 gas
|
|
26
|
+
* 4. Each hash validation in the transaction costs 100 gas
|
|
27
|
+
* 5. Each balance validation in the transaction costs 100 gas
|
|
28
|
+
* 6. Processing/Compute/Storage Cost?
|
|
29
|
+
* 7. operation Costs?
|
|
30
|
+
*
|
|
31
|
+
* The total gas cost is calculated by multiplying the gas amount by the gas price.
|
|
32
|
+
*
|
|
33
|
+
* minGasPrice is initially set to 100 mXL1
|
|
34
|
+
* minBase is initially set to 1000 mXL1
|
|
35
|
+
* minPriority is always 0 mXL1, but can be set to increase the priority of the transaction
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
//# sourceMappingURL=TransactionGasCosts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionGasCosts.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/TransactionGasCosts.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC,eAAO,MAAM,mBAAmB;IAC9B;;;MAGE;;IAGF,qFAAqF;;IAGrF,+EAA+E;;IAG/E,0EAA0E;;IAG1E,gGAAgG;;CAExF,CAAA;AAEV;;;;;;;;;;;;;;;;;;;;GAoBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,0BAA0B,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Maximum value for the AttoXL1 branded type. */
|
|
2
|
+
export declare const AttoXL1MaxValue: bigint;
|
|
3
|
+
/** AttoXL1 type. */
|
|
4
|
+
export type AttoXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'AttoXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid AttoXL1. */
|
|
8
|
+
export declare const isAttoXL1: (val: unknown) => val is AttoXL1;
|
|
9
|
+
/** Converts a value to AttoXL1, throwing if invalid. */
|
|
10
|
+
export declare const asAttoXL1: (val: unknown) => AttoXL1;
|
|
11
|
+
/** Converts a bigint value to AttoXL1 without validation. */
|
|
12
|
+
export declare const toAttoXL1: (val: unknown) => AttoXL1 | undefined;
|
|
13
|
+
/** Shorthand alias for asAttoXL1. */
|
|
14
|
+
export declare const AttoXL1: (val: unknown) => AttoXL1;
|
|
15
|
+
//# sourceMappingURL=attoXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/attoXl1.ts"],"names":[],"mappings":"AAMA,kDAAkD;AAClD,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAC9D,6DAA6D;AAC7D,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,qCAAqC;AACrC,eAAO,MAAM,OAAO,2BAAY,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Maximum value for the FemtoXL1 branded type. */
|
|
2
|
+
export declare const FemtoXL1MaxValue: bigint;
|
|
3
|
+
/** FemtoXL1 type. */
|
|
4
|
+
export type FemtoXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'FemtoXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid FemtoXL1. */
|
|
8
|
+
export declare const isFemtoXL1: (val: unknown) => val is FemtoXL1;
|
|
9
|
+
/** Converts a value to FemtoXL1, throwing if invalid. */
|
|
10
|
+
export declare const asFemtoXL1: (val: unknown) => FemtoXL1;
|
|
11
|
+
/** Converts a bigint value to FemtoXL1 without validation. */
|
|
12
|
+
export declare const toFemtoXL1: (val: unknown) => FemtoXL1 | undefined;
|
|
13
|
+
/** Shorthand alias for asFemtoXL1. */
|
|
14
|
+
export declare const FemtoXL1: (val: unknown) => FemtoXL1;
|
|
15
|
+
//# sourceMappingURL=femtoXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"femtoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/femtoXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './attoXl1.js';
|
|
2
|
+
export * from './femtoXl1.js';
|
|
3
|
+
export * from './microXl1.js';
|
|
4
|
+
export * from './milliXl1.js';
|
|
5
|
+
export * from './nanoXl1.js';
|
|
6
|
+
export * from './picoXl1.js';
|
|
7
|
+
export * from './xl1.js';
|
|
8
|
+
export * from './xl1Units.js';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/** Type guard that checks if a value is a valid XL1Factory. */
|
|
3
|
+
export declare const isXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => val is T;
|
|
4
|
+
/** Creates a Zod schema factory for XL1 branded bigint types. */
|
|
5
|
+
export declare const XL1ZodFactory: <T extends bigint>(places: bigint, name: string) => z.ZodBigInt & z.ZodType<T, bigint, z.core.$ZodTypeInternals<T, bigint>>;
|
|
6
|
+
/** Creates a Zod transform factory that converts values between XL1 unit types. */
|
|
7
|
+
export declare const XL1TransformZodFactory: <T extends bigint>(places: bigint, name: string) => z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString, z.ZodBoolean]>, z.ZodTransform<Awaited<T>, string | number | bigint | boolean>>;
|
|
8
|
+
/** Converts a value to XL1Factory, throwing if invalid. */
|
|
9
|
+
export declare const asXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => T;
|
|
10
|
+
/** Creates a factory function that converts bigint values to a specific XL1 branded type. */
|
|
11
|
+
export declare const toXL1Factory: <T extends bigint>(places: bigint) => (val: unknown) => T | undefined;
|
|
12
|
+
//# sourceMappingURL=isXl1Factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isXl1Factory.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/isXl1Factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,+DAA+D;AAC/D,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAAM,KAAK,OAAO,KAAG,GAAG,IAAI,CAGxF,CAAA;AAED,iEAAiE;AACjE,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,EAAE,MAAM,MAAM,4EAU3E,CAAA;AAED,mFAAmF;AACnF,eAAO,MAAM,sBAAsB,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,EAAE,MAAM,MAAM,0JAUpF,CAAA;AAED,2DAA2D;AAC3D,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAEnD,KAAK,OAAO,KAAG,CAOxB,CAAA;AAED,6FAA6F;AAC7F,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,QAAQ,MAAM,MAEnD,KAAK,OAAO,KAAG,CAAC,GAAG,SAI5B,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Maximum value for the MicroXL1 branded type. */
|
|
2
|
+
export declare const MicroXL1MaxValue: bigint;
|
|
3
|
+
/** MicroXL1 type. */
|
|
4
|
+
export type MicroXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'MicroXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid MicroXL1. */
|
|
8
|
+
export declare const isMicroXL1: (val: unknown) => val is MicroXL1;
|
|
9
|
+
/** Converts a value to MicroXL1, throwing if invalid. */
|
|
10
|
+
export declare const asMicroXL1: (val: unknown) => MicroXL1;
|
|
11
|
+
/** Converts a bigint value to MicroXL1 without validation. */
|
|
12
|
+
export declare const toMicroXL1: (val: unknown) => MicroXL1 | undefined;
|
|
13
|
+
/** Shorthand alias for asMicroXL1. */
|
|
14
|
+
export declare const MicroXL1: (val: unknown) => MicroXL1;
|
|
15
|
+
//# sourceMappingURL=microXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/microXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Maximum value for the MilliXL1 branded type. */
|
|
2
|
+
export declare const MilliXL1MaxValue: bigint;
|
|
3
|
+
/** MilliXL1 type. */
|
|
4
|
+
export type MilliXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'MilliXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid MilliXL1. */
|
|
8
|
+
export declare const isMilliXL1: (val: unknown) => val is MilliXL1;
|
|
9
|
+
/** Converts a value to MilliXL1, throwing if invalid. */
|
|
10
|
+
export declare const asMilliXL1: (val: unknown) => MilliXL1;
|
|
11
|
+
/** Converts a bigint value to MilliXL1 without validation. */
|
|
12
|
+
export declare const toMilliXL1: (val: unknown) => MilliXL1 | undefined;
|
|
13
|
+
/** Shorthand alias for asMilliXL1. */
|
|
14
|
+
export declare const MilliXL1: (val: unknown) => MilliXL1;
|
|
15
|
+
//# sourceMappingURL=milliXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"milliXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/milliXl1.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,eAAO,MAAM,gBAAgB,QAA+B,CAAA;AAC5D,qBAAqB;AACrB,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAA;CAAE,CAAA;AAC7D,6DAA6D;AAC7D,eAAO,MAAM,UAAU,mCAA0C,CAAA;AACjE,yDAAyD;AACzD,eAAO,MAAM,UAAU,4BAA0C,CAAA;AAEjE,8DAA8D;AAC9D,eAAO,MAAM,UAAU,wCAA0C,CAAA;AAEjE,sCAAsC;AACtC,eAAO,MAAM,QAAQ,4BAAa,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** Maximum value for the NanoXL1 branded type. */
|
|
2
|
+
export declare const NanoXL1MaxValue: bigint;
|
|
3
|
+
/** NanoXL1 type. */
|
|
4
|
+
export type NanoXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'NanoXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid NanoXL1. */
|
|
8
|
+
export declare const isNanoXL1: (val: unknown) => val is NanoXL1;
|
|
9
|
+
/** Converts a value to NanoXL1, throwing if invalid. */
|
|
10
|
+
export declare const asNanoXL1: (val: unknown) => NanoXL1;
|
|
11
|
+
/** Converts a bigint value to NanoXL1 without validation. */
|
|
12
|
+
export declare const toNanoXL1: (val: unknown) => NanoXL1 | undefined;
|
|
13
|
+
/** Shorthand alias for asNanoXL1. */
|
|
14
|
+
export declare const NanoXL1: (val: unknown) => NanoXL1;
|
|
15
|
+
//# sourceMappingURL=nanoXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nanoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/nanoXl1.ts"],"names":[],"mappings":"AAMA,kDAAkD;AAClD,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAE9D,6DAA6D;AAC7D,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,qCAAqC;AACrC,eAAO,MAAM,OAAO,2BAAY,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** PicoXL1MaxValue constant. */
|
|
2
|
+
export declare const PicoXL1MaxValue: bigint;
|
|
3
|
+
/** PicoXL1 type. */
|
|
4
|
+
export type PicoXL1 = bigint & {
|
|
5
|
+
readonly _tag: 'PicoXL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid PicoXL1. */
|
|
8
|
+
export declare const isPicoXL1: (val: unknown) => val is PicoXL1;
|
|
9
|
+
/** Converts a value to PicoXL1, throwing if invalid. */
|
|
10
|
+
export declare const asPicoXL1: (val: unknown) => PicoXL1;
|
|
11
|
+
/** toPicoXL1 constant. */
|
|
12
|
+
export declare const toPicoXL1: (val: unknown) => PicoXL1 | undefined;
|
|
13
|
+
/** PicoXL1 constant. */
|
|
14
|
+
export declare const PicoXL1: (val: unknown) => PicoXL1;
|
|
15
|
+
//# sourceMappingURL=picoXl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picoXl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/picoXl1.ts"],"names":[],"mappings":"AAMA,gCAAgC;AAChC,eAAO,MAAM,eAAe,QAA8B,CAAA;AAC1D,oBAAoB;AACpB,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;CAAE,CAAA;AAC3D,4DAA4D;AAC5D,eAAO,MAAM,SAAS,kCAAwC,CAAA;AAC9D,wDAAwD;AACxD,eAAO,MAAM,SAAS,2BAAwC,CAAA;AAE9D,0BAA0B;AAC1B,eAAO,MAAM,SAAS,uCAAwC,CAAA;AAE9D,wBAAwB;AACxB,eAAO,MAAM,OAAO,2BAAY,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** XL1MaxValue constant. */
|
|
2
|
+
export declare const XL1MaxValue: bigint;
|
|
3
|
+
/** XL1 type. */
|
|
4
|
+
export type XL1 = bigint & {
|
|
5
|
+
readonly _tag: 'XL1';
|
|
6
|
+
};
|
|
7
|
+
/** Type guard that checks if a value is a valid XL1. */
|
|
8
|
+
export declare const isXL1: (val: unknown) => val is XL1;
|
|
9
|
+
/** Converts a value to XL1, throwing if invalid. */
|
|
10
|
+
export declare const asXL1: (val: unknown) => XL1;
|
|
11
|
+
/** toXL1 constant. */
|
|
12
|
+
export declare const toXL1: (val: unknown) => XL1 | undefined;
|
|
13
|
+
/** XL1 constant. */
|
|
14
|
+
export declare const XL1: (val: unknown) => XL1;
|
|
15
|
+
//# sourceMappingURL=xl1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xl1.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1.ts"],"names":[],"mappings":"AAMA,4BAA4B;AAC5B,eAAO,MAAM,WAAW,QAA6B,CAAA;AACrD,gBAAgB;AAChB,MAAM,MAAM,GAAG,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAA;CAAE,CAAA;AACnD,wDAAwD;AACxD,eAAO,MAAM,KAAK,8BAAmC,CAAA;AACrD,oDAAoD;AACpD,eAAO,MAAM,KAAK,uBAAmC,CAAA;AAErD,sBAAsB;AACtB,eAAO,MAAM,KAAK,mCAAmC,CAAA;AAErD,oBAAoB;AACpB,eAAO,MAAM,GAAG,uBAAQ,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xl1MaxValue.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1MaxValue.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,eAAO,MAAM,WAAW,GAAI,QAAQ,MAAM,WAA+B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type XL1Units = 'xl1' | 'milli' | 'micro' | 'nano' | 'pico' | 'femto' | 'atto';
|
|
2
|
+
/** Decimal place definitions for each XL1 currency unit (atto=18, femto=15, etc.). */
|
|
3
|
+
export declare const XL1Places: Record<XL1Units, bigint>;
|
|
4
|
+
/**
|
|
5
|
+
* Convert factor by which a respective unit is multiplied to convert it to AttoXL1 or
|
|
6
|
+
* by which AttoXL1 is divided to convert it to respective unit is multiplied.
|
|
7
|
+
*/
|
|
8
|
+
export declare const AttoXL1ConvertFactor: Record<XL1Units, bigint>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=xl1Units.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xl1Units.d.ts","sourceRoot":"","sources":["../../../../../src/modules/protocol-model/xl1/xl1Units.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;AAE9E,sFAAsF;AACtF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAQrC,CAAA;AAEV;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAQhD,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { Executable } from '../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating Executable payloads containing elevation scripts. */
|
|
4
|
+
export declare const ExecutableJsonSchema: JSONSchemaType<Executable>;
|
|
5
|
+
//# sourceMappingURL=Executable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Executable.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/Executable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAE/C,mFAAmF;AACnF,eAAO,MAAM,oBAAoB,EAAE,cAAc,CAAC,UAAU,CAMlD,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { StorageMeta } from '@xyo-network/sdk';
|
|
2
|
+
import type { JSONSchemaType } from 'ajv';
|
|
3
|
+
/** JSON schema for validating storage metadata fields (_sequence, _hash, _dataHash). */
|
|
4
|
+
export declare const StorageMetaJsonSchema: JSONSchemaType<StorageMeta>;
|
|
5
|
+
//# sourceMappingURL=StorageMeta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StorageMeta.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/StorageMeta.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,wFAAwF;AACxF,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,WAAW,CASpD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { BlockBoundWitness } from '../../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating BlockBoundWitness payloads. */
|
|
4
|
+
export declare const BlockBoundWitnessJsonSchema: JSONSchemaType<BlockBoundWitness>;
|
|
5
|
+
export declare const BlockBoundWitnessSchemaPayload: {
|
|
6
|
+
schema: "network.xyo.schema" & {
|
|
7
|
+
readonly __schema: true;
|
|
8
|
+
};
|
|
9
|
+
definition: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
$id?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
extends?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
version?: number | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=BlockBoundWitness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/BlockBoundWitness.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AAItD,6DAA6D;AAC7D,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,iBAAiB,CAoBhE,CAAA;AAIV,eAAO,MAAM,8BAA8B;;;;;;;;;;;CACmB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { WithStorageMeta } from '@xyo-network/sdk';
|
|
2
|
+
import type { JSONSchemaType } from 'ajv';
|
|
3
|
+
import type { BlockBoundWitness } from '../../protocol-lib/index.js';
|
|
4
|
+
/** JSON schema for validating BlockBoundWitness payloads including storage metadata. */
|
|
5
|
+
export declare const BlockBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<WithStorageMeta<BlockBoundWitness>>;
|
|
6
|
+
export declare const BlockBoundWitnessWithStorageMetaSchemaPayload: {
|
|
7
|
+
schema: "network.xyo.schema" & {
|
|
8
|
+
readonly __schema: true;
|
|
9
|
+
};
|
|
10
|
+
definition: {
|
|
11
|
+
[x: string]: unknown;
|
|
12
|
+
$id?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
extends?: string | undefined;
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
version?: number | undefined;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=BlockBoundWitnessWithStorageMeta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockBoundWitnessWithStorageMeta.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/BlockBoundWitnessWithStorageMeta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAKtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AAMtD,wFAAwF;AACxF,eAAO,MAAM,0CAA0C,EAAE,cAAc,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAehG,CAAA;AAIV,eAAO,MAAM,6CAA6C;;;;;;;;;;;CACmB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { TransactionBoundWitness } from '../../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating TransactionBoundWitness payloads. */
|
|
4
|
+
export declare const TransactionBoundWitnessJsonSchema: JSONSchemaType<TransactionBoundWitness>;
|
|
5
|
+
export declare const TransactionBoundWitnessSchemaPayload: {
|
|
6
|
+
schema: "network.xyo.schema" & {
|
|
7
|
+
readonly __schema: true;
|
|
8
|
+
};
|
|
9
|
+
definition: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
$id?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
extends?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
version?: number | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=TransactionBoundWitness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/TransactionBoundWitness.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAK5D,mEAAmE;AACnE,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,uBAAuB,CA2B5E,CAAA;AAIV,eAAO,MAAM,oCAAoC;;;;;;;;;;;CACmB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { TransactionBoundWitness } from '../../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating TransactionBoundWitness payloads including storage metadata. */
|
|
4
|
+
export declare const TransactionBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<TransactionBoundWitness>;
|
|
5
|
+
export declare const TransactionBoundWitnessWithStorageMetaSchemaPayload: {
|
|
6
|
+
schema: "network.xyo.schema" & {
|
|
7
|
+
readonly __schema: true;
|
|
8
|
+
};
|
|
9
|
+
definition: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
$id?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
extends?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
version?: number | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=TransactionBoundWitnessWithStorageMeta.d.ts.map
|
package/dist/neutral/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionBoundWitnessWithStorageMeta.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/TransactionBoundWitnessWithStorageMeta.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAK5D,8FAA8F;AAC9F,eAAO,MAAM,gDAAgD,EAAE,cAAc,CAAC,uBAAuB,CAgB3F,CAAA;AAIV,eAAO,MAAM,mDAAmD;;;;;;;;;;;CACmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/boundwitness/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,uCAAuC,CAAA;AACrD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6CAA6C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
export declare const asRequiredStrings: (required: unknown) => readonly string[];
|
|
3
|
+
/** Merge JSON schema `required` arrays without spreading untyped sdk-js values. */
|
|
4
|
+
export declare const mergeJsonSchemaRequired: <T>(...groups: readonly unknown[]) => JSONSchemaType<T> extends {
|
|
5
|
+
required: infer R;
|
|
6
|
+
} ? R : never;
|
|
7
|
+
//# sourceMappingURL=mergeJsonSchemaRequired.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mergeJsonSchemaRequired.d.ts","sourceRoot":"","sources":["../../../../src/modules/schema/mergeJsonSchemaRequired.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,eAAO,MAAM,iBAAiB,GAAI,UAAU,OAAO,KAAG,SAAS,MAAM,EAIpE,CAAA;AAED,mFAAmF;AACnF,eAAO,MAAM,uBAAuB,GAAI,CAAC,EACvC,GAAG,QAAQ,SAAS,OAAO,EAAE,KAC5B,cAAc,CAAC,CAAC,CAAC,SAAS;IAAE,QAAQ,EAAE,MAAM,CAAC,CAAA;CAAE,GAAG,CAAC,GAAG,KAExD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { ChainStakeIntent } from '../../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating ChainStakeIntent payloads. */
|
|
4
|
+
export declare const ChainStakeIntentPayloadJsonSchema: JSONSchemaType<ChainStakeIntent>;
|
|
5
|
+
export declare const ChainStakeIntentPayloadJsonSchemaPayload: {
|
|
6
|
+
schema: "network.xyo.schema" & {
|
|
7
|
+
readonly __schema: true;
|
|
8
|
+
};
|
|
9
|
+
definition: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
$id?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
extends?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
version?: number | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ChainStakeIntent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChainStakeIntent.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/payload/ChainStakeIntent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAKrD,4DAA4D;AAC5D,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,gBAAgB,CAa9E,CAAA;AAID,eAAO,MAAM,wCAAwC;;;;;;;;;;;CACe,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { JSONSchemaType } from 'ajv';
|
|
2
|
+
import type { HashPayload } from '../../protocol-lib/index.js';
|
|
3
|
+
/** JSON schema for validating Hash payloads. */
|
|
4
|
+
export declare const HashPayloadJsonSchema: JSONSchemaType<HashPayload>;
|
|
5
|
+
export declare const HashPayloadJsonSchemaPayload: {
|
|
6
|
+
schema: "network.xyo.schema" & {
|
|
7
|
+
readonly __schema: true;
|
|
8
|
+
};
|
|
9
|
+
definition: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
$id?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
extends?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
|
+
version?: number | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=HashPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HashPayload.d.ts","sourceRoot":"","sources":["../../../../../src/modules/schema/payload/HashPayload.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAKhD,gDAAgD;AAChD,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,WAAW,CAY7D,CAAA;AAID,eAAO,MAAM,4BAA4B;;;;;;;;;;;CACe,CAAA"}
|