@xyo-network/xl1-rpc 1.15.28 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/engine/rpcMethodHandlersFromConnection.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromConnection.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromPermissions.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromPermissions.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromRunner.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromRunner.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromSigner.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromSigner.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromViewer.d.ts +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/neutral/engine-node/rpcEngineFromConnection.d.ts +1 -1
- package/dist/neutral/engine-node/rpcEngineFromConnection.d.ts.map +1 -1
- package/dist/neutral/index.mjs +239 -309
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts +1 -1
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts.map +1 -1
- package/dist/neutral/provider/connection/HttpRpcXyoConnection.d.ts +1 -1
- package/dist/neutral/provider/connection/HttpRpcXyoConnection.d.ts.map +1 -1
- package/dist/neutral/provider/connection/XyoBaseConnection.d.ts +1 -1
- package/dist/neutral/provider/connection/XyoBaseConnection.d.ts.map +1 -1
- package/dist/neutral/provider/datalake/AbstractXyoDataLake.d.ts +1 -1
- package/dist/neutral/provider/datalake/AbstractXyoDataLake.d.ts.map +1 -1
- package/dist/neutral/provider/datalake/ArchivistXyoDataLake.d.ts +1 -1
- package/dist/neutral/provider/datalake/ArchivistXyoDataLake.d.ts.map +1 -1
- package/dist/neutral/provider/datalake/HttpXyoDataLake.d.ts +1 -1
- package/dist/neutral/provider/datalake/HttpXyoDataLake.d.ts.map +1 -1
- package/dist/neutral/provider/gateway/Abstract.d.ts +2 -1
- package/dist/neutral/provider/gateway/Abstract.d.ts.map +1 -1
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts +1 -1
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts.map +1 -1
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts +2 -1
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts +1 -1
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/RpcXyoPermissions.d.ts +1 -1
- package/dist/neutral/provider/permissions/RpcXyoPermissions.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts +1 -1
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts +1 -1
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts.map +1 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts +2 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts +2 -1
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/runner/NodeXyoRunner.d.ts +2 -1
- package/dist/neutral/provider/runner/NodeXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts +2 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts +2 -1
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts +2 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts +2 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts +2 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts +2 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +4 -3
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakeViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakeViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsViewerRpc.d.ts +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/StepViewerRpc.d.ts +1 -1
- package/dist/neutral/types/StepViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/XyoPermissions.d.ts +1 -1
- package/dist/neutral/types/XyoPermissions.d.ts.map +1 -1
- package/dist/neutral/types/XyoRunnerRpc.d.ts +1 -1
- package/dist/neutral/types/XyoRunnerRpc.d.ts.map +1 -1
- package/dist/neutral/types/XyoSignerRpc.d.ts +1 -1
- package/dist/neutral/types/XyoSignerRpc.d.ts.map +1 -1
- package/dist/neutral/types/XyoViewerRpc.d.ts +1 -1
- package/dist/neutral/types/XyoViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +1360 -284
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +1361 -285
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +73 -39
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +81 -0
- package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +76 -49
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Transfer.d.ts +59 -4
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec.d.ts +2 -0
- package/dist/neutral/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec.d.ts.map +1 -0
- package/dist/node/engine/rpcMethodHandlersFromConnection.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromConnection.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromPermissions.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromPermissions.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromRunner.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromRunner.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromSigner.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromSigner.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromViewer.d.ts +1 -1
- package/dist/node/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/node/engine-node/rpcEngineFromConnection.d.ts +1 -1
- package/dist/node/engine-node/rpcEngineFromConnection.d.ts.map +1 -1
- package/dist/node/index-node.mjs +239 -309
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/client/MemoryXyoClient.d.ts +1 -1
- package/dist/node/provider/client/MemoryXyoClient.d.ts.map +1 -1
- package/dist/node/provider/connection/HttpRpcXyoConnection.d.ts +1 -1
- package/dist/node/provider/connection/HttpRpcXyoConnection.d.ts.map +1 -1
- package/dist/node/provider/connection/XyoBaseConnection.d.ts +1 -1
- package/dist/node/provider/connection/XyoBaseConnection.d.ts.map +1 -1
- package/dist/node/provider/datalake/AbstractXyoDataLake.d.ts +1 -1
- package/dist/node/provider/datalake/AbstractXyoDataLake.d.ts.map +1 -1
- package/dist/node/provider/datalake/ArchivistXyoDataLake.d.ts +1 -1
- package/dist/node/provider/datalake/ArchivistXyoDataLake.d.ts.map +1 -1
- package/dist/node/provider/datalake/HttpXyoDataLake.d.ts +1 -1
- package/dist/node/provider/datalake/HttpXyoDataLake.d.ts.map +1 -1
- package/dist/node/provider/gateway/Abstract.d.ts +2 -1
- package/dist/node/provider/gateway/Abstract.d.ts.map +1 -1
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts +1 -1
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts.map +1 -1
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts +2 -1
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts.map +1 -1
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts +1 -1
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts.map +1 -1
- package/dist/node/provider/permissions/RpcXyoPermissions.d.ts +1 -1
- package/dist/node/provider/permissions/RpcXyoPermissions.d.ts.map +1 -1
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts +1 -1
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts.map +1 -1
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts +1 -1
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts.map +1 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts +2 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts +2 -1
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/runner/NodeXyoRunner.d.ts +2 -1
- package/dist/node/provider/runner/NodeXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts +2 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts +2 -1
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts +2 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts +2 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts +2 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts +2 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +4 -3
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/types/NetworkStakeViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakeViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsViewerRpc.d.ts +1 -1
- package/dist/node/types/NetworkStakingStepRewardsViewerRpc.d.ts.map +1 -1
- package/dist/node/types/StepViewerRpc.d.ts +1 -1
- package/dist/node/types/StepViewerRpc.d.ts.map +1 -1
- package/dist/node/types/XyoPermissions.d.ts +1 -1
- package/dist/node/types/XyoPermissions.d.ts.map +1 -1
- package/dist/node/types/XyoRunnerRpc.d.ts +1 -1
- package/dist/node/types/XyoRunnerRpc.d.ts.map +1 -1
- package/dist/node/types/XyoSignerRpc.d.ts +1 -1
- package/dist/node/types/XyoSignerRpc.d.ts.map +1 -1
- package/dist/node/types/XyoViewerRpc.d.ts +1 -1
- package/dist/node/types/XyoViewerRpc.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +1360 -284
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +1361 -285
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +73 -39
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/BoundWitness.d.ts +81 -0
- package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +76 -49
- package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/node/types/schema/common/Transfer.d.ts +59 -4
- package/dist/node/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/node/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec.d.ts +2 -0
- package/dist/node/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec.d.ts.map +1 -0
- package/package.json +26 -26
- package/src/engine/rpcMethodHandlersFromConnection.ts +1 -1
- package/src/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.ts +1 -1
- package/src/engine/rpcMethodHandlersFromNetworkStakingViewer.ts +1 -1
- package/src/engine/rpcMethodHandlersFromPermissions.ts +1 -1
- package/src/engine/rpcMethodHandlersFromRunner.ts +1 -1
- package/src/engine/rpcMethodHandlersFromSigner.ts +1 -1
- package/src/engine/rpcMethodHandlersFromViewer.ts +1 -1
- package/src/engine-node/rpcEngineFromConnection.ts +1 -1
- package/src/provider/client/MemoryXyoClient.ts +1 -1
- package/src/provider/client/spec/MemoryXyoClient.spec.ts +2 -3
- package/src/provider/connection/HttpRpcXyoConnection.ts +1 -2
- package/src/provider/connection/XyoBaseConnection.ts +1 -1
- package/src/provider/connection/spec/XyoConnection.spec.ts +1 -1
- package/src/provider/datalake/AbstractXyoDataLake.ts +2 -2
- package/src/provider/datalake/ArchivistXyoDataLake.ts +1 -1
- package/src/provider/datalake/HttpXyoDataLake.ts +2 -1
- package/src/provider/gateway/Abstract.ts +4 -2
- package/src/provider/gateway/MemoryXyoGateway.ts +1 -1
- package/src/provider/network/MemoryXyoNetwork.ts +2 -1
- package/src/provider/permissions/MemoryXyoPermissions.ts +1 -1
- package/src/provider/permissions/RpcXyoPermissions.ts +1 -1
- package/src/provider/permissions/spec/MemoryXyoPermissions.spec.ts +1 -1
- package/src/provider/permissions/store/MemoryPermissions.ts +1 -1
- package/src/provider/permissions/store/PermissionsStore.ts +1 -1
- package/src/provider/runner/JsonRpcXyoRunner.ts +2 -1
- package/src/provider/runner/MemoryXyoRunner.ts +2 -1
- package/src/provider/runner/NodeXyoRunner.ts +2 -4
- package/src/provider/signer/JsonRpcXyoSigner.ts +1 -1
- package/src/provider/signer/MemoryXyoSigner.ts +2 -1
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +2 -1
- package/src/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.ts +2 -3
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.ts +2 -3
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.ts +2 -3
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.ts +2 -5
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.ts +1 -1
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.ts +1 -1
- package/src/provider/viewer/JsonRpcXyoViewer.ts +14 -12
- package/src/types/NetworkStakeViewerRpc.ts +1 -1
- package/src/types/NetworkStakingStepRewardsByPositionViewerRpc.ts +1 -1
- package/src/types/NetworkStakingStepRewardsByStakerViewerRpc.ts +1 -1
- package/src/types/NetworkStakingStepRewardsByStepViewerRpc.ts +1 -1
- package/src/types/NetworkStakingStepRewardsTotalViewerRpc.ts +1 -1
- package/src/types/NetworkStakingStepRewardsViewerRpc.ts +1 -1
- package/src/types/StepViewerRpc.ts +1 -1
- package/src/types/XyoPermissions.ts +1 -1
- package/src/types/XyoRunnerRpc.ts +1 -1
- package/src/types/XyoSignerRpc.ts +1 -1
- package/src/types/XyoViewerRpc.ts +1 -1
- package/src/types/schema/XyoViewerRpcSchemas.ts +59 -152
- package/src/types/schema/common/BlockBoundWitness.ts +9 -5
- package/src/types/schema/common/BoundWitness.ts +4 -1
- package/src/types/schema/common/Transfer.ts +6 -3
- package/dist/neutral/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec copy.d.ts +0 -2
- package/dist/neutral/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec copy.d.ts.map +0 -1
- package/dist/node/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec copy.d.ts +0 -2
- package/dist/node/types/schema/common/spec/UnsignedHydratedTransactionSchema.spec copy.d.ts.map +0 -1
- /package/src/types/schema/common/spec/{UnsignedHydratedTransactionSchema.spec copy.ts → UnsignedHydratedTransactionSchema.spec.ts} +0 -0
|
@@ -2,16 +2,16 @@ import * as z from 'zod';
|
|
|
2
2
|
export declare const XyoViewerRpcSchemas: {
|
|
3
3
|
xyoViewer_networkStakeStepRewardClaimedByAddress: {
|
|
4
4
|
params: {
|
|
5
|
-
to: z.
|
|
5
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
6
6
|
readonly __hex: true;
|
|
7
7
|
}>, {
|
|
8
8
|
readonly __address: true;
|
|
9
|
-
}>, string>>], null
|
|
10
|
-
from: z.
|
|
9
|
+
}>, string>>], null>;
|
|
10
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
11
11
|
readonly __hex: true;
|
|
12
12
|
}>, {
|
|
13
13
|
readonly __address: true;
|
|
14
|
-
}>, string>>], null
|
|
14
|
+
}>, string>>], null>;
|
|
15
15
|
};
|
|
16
16
|
result: {
|
|
17
17
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -26,22 +26,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
26
26
|
};
|
|
27
27
|
xyoViewer_networkStakeStepRewardAddressReward: {
|
|
28
28
|
params: {
|
|
29
|
-
to: z.
|
|
29
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
30
30
|
block: z.ZodNumber;
|
|
31
31
|
step: z.ZodNumber;
|
|
32
32
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
33
33
|
readonly __hex: true;
|
|
34
34
|
}>, {
|
|
35
35
|
readonly __address: true;
|
|
36
|
-
}>, string>>], null
|
|
37
|
-
from: z.
|
|
36
|
+
}>, string>>], null>;
|
|
37
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
38
38
|
block: z.ZodNumber;
|
|
39
39
|
step: z.ZodNumber;
|
|
40
40
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
41
41
|
readonly __hex: true;
|
|
42
42
|
}>, {
|
|
43
43
|
readonly __address: true;
|
|
44
|
-
}>, string>>], null
|
|
44
|
+
}>, string>>], null>;
|
|
45
45
|
};
|
|
46
46
|
result: {
|
|
47
47
|
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -64,16 +64,16 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
64
64
|
};
|
|
65
65
|
xyoViewer_networkStakeStepRewardAddressHistory: {
|
|
66
66
|
params: {
|
|
67
|
-
to: z.
|
|
67
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
68
68
|
readonly __hex: true;
|
|
69
69
|
}>, {
|
|
70
70
|
readonly __address: true;
|
|
71
|
-
}>, string>>], null
|
|
72
|
-
from: z.
|
|
71
|
+
}>, string>>], null>;
|
|
72
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
73
73
|
readonly __hex: true;
|
|
74
74
|
}>, {
|
|
75
75
|
readonly __address: true;
|
|
76
|
-
}>, string>>], null
|
|
76
|
+
}>, string>>], null>;
|
|
77
77
|
};
|
|
78
78
|
result: {
|
|
79
79
|
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -96,22 +96,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
96
96
|
};
|
|
97
97
|
xyoViewer_networkStakeStepRewardAddressShare: {
|
|
98
98
|
params: {
|
|
99
|
-
to: z.
|
|
99
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
100
100
|
block: z.ZodNumber;
|
|
101
101
|
step: z.ZodNumber;
|
|
102
102
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
103
103
|
readonly __hex: true;
|
|
104
104
|
}>, {
|
|
105
105
|
readonly __address: true;
|
|
106
|
-
}>, string>>], null
|
|
107
|
-
from: z.
|
|
106
|
+
}>, string>>], null>;
|
|
107
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
108
108
|
block: z.ZodNumber;
|
|
109
109
|
step: z.ZodNumber;
|
|
110
110
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
111
111
|
readonly __hex: true;
|
|
112
112
|
}>, {
|
|
113
113
|
readonly __address: true;
|
|
114
|
-
}>, string>>], null
|
|
114
|
+
}>, string>>], null>;
|
|
115
115
|
};
|
|
116
116
|
result: {
|
|
117
117
|
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -132,22 +132,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
132
132
|
};
|
|
133
133
|
xyoViewer_networkStakeStepRewardWeightForAddress: {
|
|
134
134
|
params: {
|
|
135
|
-
to: z.
|
|
135
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
136
136
|
block: z.ZodNumber;
|
|
137
137
|
step: z.ZodNumber;
|
|
138
138
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
139
139
|
readonly __hex: true;
|
|
140
140
|
}>, {
|
|
141
141
|
readonly __address: true;
|
|
142
|
-
}>, string>>], null
|
|
143
|
-
from: z.
|
|
142
|
+
}>, string>>], null>;
|
|
143
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
144
144
|
block: z.ZodNumber;
|
|
145
145
|
step: z.ZodNumber;
|
|
146
146
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
147
147
|
readonly __hex: true;
|
|
148
148
|
}>, {
|
|
149
149
|
readonly __address: true;
|
|
150
|
-
}>, string>>], null
|
|
150
|
+
}>, string>>], null>;
|
|
151
151
|
};
|
|
152
152
|
result: {
|
|
153
153
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -162,16 +162,16 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
162
162
|
};
|
|
163
163
|
xyoViewer_networkStakeStepRewardUnclaimedByAddress: {
|
|
164
164
|
params: {
|
|
165
|
-
to: z.
|
|
165
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
166
166
|
readonly __hex: true;
|
|
167
167
|
}>, {
|
|
168
168
|
readonly __address: true;
|
|
169
|
-
}>, string>>], null
|
|
170
|
-
from: z.
|
|
169
|
+
}>, string>>], null>;
|
|
170
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
171
171
|
readonly __hex: true;
|
|
172
172
|
}>, {
|
|
173
173
|
readonly __address: true;
|
|
174
|
-
}>, string>>], null
|
|
174
|
+
}>, string>>], null>;
|
|
175
175
|
};
|
|
176
176
|
result: {
|
|
177
177
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -186,14 +186,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
186
186
|
};
|
|
187
187
|
xyoViewer_networkStakeStepRewardPoolRewards: {
|
|
188
188
|
params: {
|
|
189
|
-
to: z.
|
|
189
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
190
190
|
block: z.ZodNumber;
|
|
191
191
|
step: z.ZodNumber;
|
|
192
|
-
}, z.core.$strip>], null
|
|
193
|
-
from: z.
|
|
192
|
+
}, z.core.$strip>], null>;
|
|
193
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
194
194
|
block: z.ZodNumber;
|
|
195
195
|
step: z.ZodNumber;
|
|
196
|
-
}, z.core.$strip>], null
|
|
196
|
+
}, z.core.$strip>], null>;
|
|
197
197
|
};
|
|
198
198
|
result: {
|
|
199
199
|
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -216,14 +216,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
216
216
|
};
|
|
217
217
|
xyoViewer_networkStakeStepRewardPositionWeight: {
|
|
218
218
|
params: {
|
|
219
|
-
to: z.
|
|
219
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
220
220
|
block: z.ZodNumber;
|
|
221
221
|
step: z.ZodNumber;
|
|
222
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
223
|
-
from: z.
|
|
222
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
223
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
224
224
|
block: z.ZodNumber;
|
|
225
225
|
step: z.ZodNumber;
|
|
226
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
226
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
227
227
|
};
|
|
228
228
|
result: {
|
|
229
229
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -238,14 +238,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
238
238
|
};
|
|
239
239
|
xyoViewer_networkStakeStepRewardPotentialPositionLoss: {
|
|
240
240
|
params: {
|
|
241
|
-
to: z.
|
|
241
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
242
242
|
block: z.ZodNumber;
|
|
243
243
|
step: z.ZodNumber;
|
|
244
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
245
|
-
from: z.
|
|
244
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
245
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
246
246
|
block: z.ZodNumber;
|
|
247
247
|
step: z.ZodNumber;
|
|
248
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
248
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
249
249
|
};
|
|
250
250
|
result: {
|
|
251
251
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -260,14 +260,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
260
260
|
};
|
|
261
261
|
xyoViewer_networkStakeStepRewardForStep: {
|
|
262
262
|
params: {
|
|
263
|
-
to: z.
|
|
263
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
264
264
|
block: z.ZodNumber;
|
|
265
265
|
step: z.ZodNumber;
|
|
266
|
-
}, z.core.$strip>], null
|
|
267
|
-
from: z.
|
|
266
|
+
}, z.core.$strip>], null>;
|
|
267
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
268
268
|
block: z.ZodNumber;
|
|
269
269
|
step: z.ZodNumber;
|
|
270
|
-
}, z.core.$strip>], null
|
|
270
|
+
}, z.core.$strip>], null>;
|
|
271
271
|
};
|
|
272
272
|
result: {
|
|
273
273
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -282,14 +282,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
282
282
|
};
|
|
283
283
|
xyoViewer_networkStakeStepRewardRandomizer: {
|
|
284
284
|
params: {
|
|
285
|
-
to: z.
|
|
285
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
286
286
|
block: z.ZodNumber;
|
|
287
287
|
step: z.ZodNumber;
|
|
288
|
-
}, z.core.$strip>], null
|
|
289
|
-
from: z.
|
|
288
|
+
}, z.core.$strip>], null>;
|
|
289
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
290
290
|
block: z.ZodNumber;
|
|
291
291
|
step: z.ZodNumber;
|
|
292
|
-
}, z.core.$strip>], null
|
|
292
|
+
}, z.core.$strip>], null>;
|
|
293
293
|
};
|
|
294
294
|
result: {
|
|
295
295
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -304,14 +304,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
304
304
|
};
|
|
305
305
|
xyoViewer_networkStakeStepRewardStakerCount: {
|
|
306
306
|
params: {
|
|
307
|
-
to: z.
|
|
307
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
308
308
|
block: z.ZodNumber;
|
|
309
309
|
step: z.ZodNumber;
|
|
310
|
-
}, z.core.$strip>], null
|
|
311
|
-
from: z.
|
|
310
|
+
}, z.core.$strip>], null>;
|
|
311
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
312
312
|
block: z.ZodNumber;
|
|
313
313
|
step: z.ZodNumber;
|
|
314
|
-
}, z.core.$strip>], null
|
|
314
|
+
}, z.core.$strip>], null>;
|
|
315
315
|
};
|
|
316
316
|
result: {
|
|
317
317
|
to: z.ZodNumber;
|
|
@@ -320,14 +320,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
320
320
|
};
|
|
321
321
|
xyoViewer_networkStakeStepRewardPoolShares: {
|
|
322
322
|
params: {
|
|
323
|
-
to: z.
|
|
323
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
324
324
|
block: z.ZodNumber;
|
|
325
325
|
step: z.ZodNumber;
|
|
326
|
-
}, z.core.$strip>], null
|
|
327
|
-
from: z.
|
|
326
|
+
}, z.core.$strip>], null>;
|
|
327
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
328
328
|
block: z.ZodNumber;
|
|
329
329
|
step: z.ZodNumber;
|
|
330
|
-
}, z.core.$strip>], null
|
|
330
|
+
}, z.core.$strip>], null>;
|
|
331
331
|
};
|
|
332
332
|
result: {
|
|
333
333
|
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -350,14 +350,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
350
350
|
};
|
|
351
351
|
xyoViewer_networkStakeStepRewardForStepForPosition: {
|
|
352
352
|
params: {
|
|
353
|
-
to: z.
|
|
353
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
354
354
|
block: z.ZodNumber;
|
|
355
355
|
step: z.ZodNumber;
|
|
356
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
357
|
-
from: z.
|
|
356
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
357
|
+
from: z.ZodTuple<[z.ZodObject<{
|
|
358
358
|
block: z.ZodNumber;
|
|
359
359
|
step: z.ZodNumber;
|
|
360
|
-
}, z.core.$strip>, z.ZodNumber], null
|
|
360
|
+
}, z.core.$strip>, z.ZodNumber], null>;
|
|
361
361
|
};
|
|
362
362
|
result: {
|
|
363
363
|
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -378,8 +378,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
378
378
|
};
|
|
379
379
|
xyoViewer_networkStakeStepRewardForPosition: {
|
|
380
380
|
params: {
|
|
381
|
-
to: z.
|
|
382
|
-
from: z.
|
|
381
|
+
to: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
382
|
+
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
383
383
|
};
|
|
384
384
|
result: {
|
|
385
385
|
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -400,8 +400,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
400
400
|
};
|
|
401
401
|
xyoViewer_networkStakeStepRewardsForRange: {
|
|
402
402
|
params: {
|
|
403
|
-
to: z.
|
|
404
|
-
from: z.
|
|
403
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
404
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
405
405
|
};
|
|
406
406
|
result: {
|
|
407
407
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -416,8 +416,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
416
416
|
};
|
|
417
417
|
xyoViewer_networkStakeStepRewardsForStepLevel: {
|
|
418
418
|
params: {
|
|
419
|
-
to: z.
|
|
420
|
-
from: z.
|
|
419
|
+
to: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
420
|
+
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
421
421
|
};
|
|
422
422
|
result: {
|
|
423
423
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -432,8 +432,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
432
432
|
};
|
|
433
433
|
xyoViewer_networkStakeStepRewardsForPosition: {
|
|
434
434
|
params: {
|
|
435
|
-
to: z.
|
|
436
|
-
from: z.
|
|
435
|
+
to: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
436
|
+
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
437
437
|
};
|
|
438
438
|
result: {
|
|
439
439
|
to: z.ZodRecord<z.ZodString, z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -454,16 +454,16 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
454
454
|
};
|
|
455
455
|
xyoViewer_accountBalance: {
|
|
456
456
|
params: {
|
|
457
|
-
to: z.
|
|
457
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
458
458
|
readonly __hex: true;
|
|
459
459
|
}>, {
|
|
460
460
|
readonly __address: true;
|
|
461
|
-
}>, string>>], null
|
|
462
|
-
from: z.
|
|
461
|
+
}>, string>>], null>;
|
|
462
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
463
463
|
readonly __hex: true;
|
|
464
464
|
}>, {
|
|
465
465
|
readonly __address: true;
|
|
466
|
-
}>, string>>], null
|
|
466
|
+
}>, string>>], null>;
|
|
467
467
|
};
|
|
468
468
|
result: {
|
|
469
469
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -478,68 +478,207 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
478
478
|
};
|
|
479
479
|
xyoViewer_accountBalanceHistory: {
|
|
480
480
|
params: {
|
|
481
|
-
to: z.
|
|
481
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
482
482
|
readonly __hex: true;
|
|
483
483
|
}>, {
|
|
484
484
|
readonly __address: true;
|
|
485
|
-
}>, string>>], null
|
|
486
|
-
from: z.
|
|
485
|
+
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
486
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
487
487
|
readonly __hex: true;
|
|
488
488
|
}>, {
|
|
489
489
|
readonly __address: true;
|
|
490
|
-
}>, string>>], null
|
|
490
|
+
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
491
491
|
};
|
|
492
492
|
result: {
|
|
493
|
-
to: z.ZodArray<z.ZodTuple<[z.
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
readonly __hash: true;
|
|
497
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
498
|
-
readonly __hex: true;
|
|
499
|
-
}>, {
|
|
500
|
-
readonly __hash: true;
|
|
501
|
-
}>, unknown>>, z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
502
|
-
readonly __hex: true;
|
|
503
|
-
}>, {
|
|
504
|
-
readonly __hash: true;
|
|
505
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
506
|
-
readonly __hex: true;
|
|
507
|
-
}>, {
|
|
508
|
-
readonly __hash: true;
|
|
509
|
-
}>, unknown>>, z.ZodObject<{
|
|
510
|
-
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
511
|
-
epoch: z.ZodNumber;
|
|
512
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
493
|
+
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
494
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
495
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
513
496
|
readonly __hex: true;
|
|
514
497
|
}>, {
|
|
515
498
|
readonly __address: true;
|
|
516
|
-
}>, string
|
|
517
|
-
|
|
499
|
+
}>, string>>>;
|
|
500
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
501
|
+
readonly __hex: true;
|
|
502
|
+
}>, {
|
|
503
|
+
readonly __hash: true;
|
|
504
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
505
|
+
readonly __hex: true;
|
|
506
|
+
}>, {
|
|
507
|
+
readonly __hash: true;
|
|
508
|
+
}>, unknown>>>;
|
|
509
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
510
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
511
|
+
readonly __hex: true;
|
|
512
|
+
}>, {
|
|
513
|
+
readonly __hash: true;
|
|
514
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
515
|
+
readonly __hex: true;
|
|
516
|
+
}>, {
|
|
517
|
+
readonly __hash: true;
|
|
518
|
+
}>, unknown>>>>;
|
|
519
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
518
520
|
readonly __hex: true;
|
|
519
521
|
}>, {
|
|
520
522
|
readonly __address: true;
|
|
521
|
-
}>, string
|
|
523
|
+
}>, string>>>;
|
|
524
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
522
525
|
readonly __hex: true;
|
|
523
|
-
}>,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
readonly
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
526
|
+
}>, {
|
|
527
|
+
readonly __hash: true;
|
|
528
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
529
|
+
readonly __hex: true;
|
|
530
|
+
}>, {
|
|
531
|
+
readonly __hash: true;
|
|
532
|
+
}>, unknown>>>;
|
|
533
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
534
|
+
readonly __hex: true;
|
|
535
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
536
|
+
readonly __hex: true;
|
|
537
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
538
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
539
|
+
readonly __hex: true;
|
|
540
|
+
}>, {
|
|
541
|
+
readonly __hash: true;
|
|
542
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
543
|
+
readonly __hex: true;
|
|
544
|
+
}>, {
|
|
545
|
+
readonly __hash: true;
|
|
546
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
547
|
+
readonly __hex: true;
|
|
548
|
+
}>, {
|
|
549
|
+
readonly __hash: true;
|
|
550
|
+
}>>>>;
|
|
551
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
552
|
+
readonly __hex: true;
|
|
553
|
+
}>, {
|
|
554
|
+
readonly __hash: true;
|
|
555
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
556
|
+
readonly __hex: true;
|
|
557
|
+
}>, {
|
|
558
|
+
readonly __hash: true;
|
|
559
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
560
|
+
readonly __hex: true;
|
|
561
|
+
}>, {
|
|
562
|
+
readonly __hash: true;
|
|
563
|
+
}>>>>;
|
|
564
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
565
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
566
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
567
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
568
|
+
readonly __hex: true;
|
|
569
|
+
}>, {
|
|
570
|
+
readonly __hash: true;
|
|
571
|
+
}>, string>>>;
|
|
572
|
+
protocol: z.ZodNumber;
|
|
573
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
574
|
+
readonly __hex: true;
|
|
575
|
+
}>, {
|
|
576
|
+
readonly __hash: true;
|
|
577
|
+
}>, string>>>>;
|
|
578
|
+
$epoch: z.ZodNumber;
|
|
579
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
580
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
581
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
582
|
+
readonly __hex: true;
|
|
583
|
+
}>, {
|
|
584
|
+
readonly __address: true;
|
|
585
|
+
}>, string>>>;
|
|
586
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
587
|
+
readonly __hex: true;
|
|
588
|
+
}>, {
|
|
589
|
+
readonly __hash: true;
|
|
590
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
591
|
+
readonly __hex: true;
|
|
592
|
+
}>, {
|
|
593
|
+
readonly __hash: true;
|
|
594
|
+
}>, unknown>>>;
|
|
595
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
596
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
597
|
+
readonly __hex: true;
|
|
598
|
+
}>, {
|
|
599
|
+
readonly __hash: true;
|
|
600
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
601
|
+
readonly __hex: true;
|
|
602
|
+
}>, {
|
|
603
|
+
readonly __hash: true;
|
|
604
|
+
}>, unknown>>>>;
|
|
605
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
606
|
+
readonly __hex: true;
|
|
607
|
+
}>, {
|
|
608
|
+
readonly __address: true;
|
|
609
|
+
}>, string>>>;
|
|
610
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
611
|
+
readonly __hex: true;
|
|
612
|
+
}>, {
|
|
613
|
+
readonly __hash: true;
|
|
614
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
615
|
+
readonly __hex: true;
|
|
616
|
+
}>, {
|
|
617
|
+
readonly __hash: true;
|
|
618
|
+
}>, unknown>>>;
|
|
619
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
620
|
+
readonly __hex: true;
|
|
621
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
622
|
+
readonly __hex: true;
|
|
623
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
624
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
625
|
+
readonly __hex: true;
|
|
626
|
+
}>, {
|
|
627
|
+
readonly __hash: true;
|
|
628
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
629
|
+
readonly __hex: true;
|
|
630
|
+
}>, {
|
|
631
|
+
readonly __hash: true;
|
|
632
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
633
|
+
readonly __hex: true;
|
|
634
|
+
}>, {
|
|
635
|
+
readonly __hash: true;
|
|
636
|
+
}>>>>;
|
|
637
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
638
|
+
readonly __hex: true;
|
|
639
|
+
}>, {
|
|
640
|
+
readonly __hash: true;
|
|
641
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
642
|
+
readonly __hex: true;
|
|
643
|
+
}>, {
|
|
644
|
+
readonly __hash: true;
|
|
645
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
646
|
+
readonly __hex: true;
|
|
647
|
+
}>, {
|
|
648
|
+
readonly __hash: true;
|
|
649
|
+
}>>>>;
|
|
650
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
651
|
+
nbf: z.ZodNumber;
|
|
652
|
+
exp: z.ZodNumber;
|
|
653
|
+
fees: z.ZodObject<{
|
|
654
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
655
|
+
readonly __hex: true;
|
|
656
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
657
|
+
readonly __hex: true;
|
|
658
|
+
}>, unknown>>;
|
|
659
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
660
|
+
readonly __hex: true;
|
|
661
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
662
|
+
readonly __hex: true;
|
|
663
|
+
}>, unknown>>;
|
|
664
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
665
|
+
readonly __hex: true;
|
|
666
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
667
|
+
readonly __hex: true;
|
|
668
|
+
}>, unknown>>;
|
|
669
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
670
|
+
readonly __hex: true;
|
|
671
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
672
|
+
readonly __hex: true;
|
|
673
|
+
}>, unknown>>;
|
|
674
|
+
}, z.core.$strip>;
|
|
675
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
676
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
677
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
678
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
542
679
|
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
680
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
681
|
+
context: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
|
|
543
682
|
epoch: z.ZodNumber;
|
|
544
683
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
545
684
|
readonly __hex: true;
|
|
@@ -550,15 +689,276 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
550
689
|
readonly __hex: true;
|
|
551
690
|
}>, {
|
|
552
691
|
readonly __address: true;
|
|
553
|
-
}>, string>>, z.
|
|
692
|
+
}>, string>>, z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
554
693
|
readonly __hex: true;
|
|
555
|
-
}>,
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
694
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
695
|
+
readonly __hex: true;
|
|
696
|
+
}>, unknown>>>;
|
|
697
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
698
|
+
readonly __hex: true;
|
|
699
|
+
}>, {
|
|
700
|
+
readonly __hash: true;
|
|
701
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
702
|
+
readonly __hex: true;
|
|
703
|
+
}>, {
|
|
704
|
+
readonly __hash: true;
|
|
705
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
706
|
+
readonly __hex: true;
|
|
707
|
+
}>, {
|
|
708
|
+
readonly __hash: true;
|
|
709
|
+
}>>>;
|
|
710
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
711
|
+
readonly __hex: true;
|
|
712
|
+
}>, {
|
|
713
|
+
readonly __hash: true;
|
|
714
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
715
|
+
readonly __hex: true;
|
|
716
|
+
}>, {
|
|
717
|
+
readonly __hash: true;
|
|
718
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
719
|
+
readonly __hex: true;
|
|
720
|
+
}>, {
|
|
721
|
+
readonly __hash: true;
|
|
722
|
+
}>>>;
|
|
723
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
724
|
+
}, z.core.$strict>], null>>;
|
|
725
|
+
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
726
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
727
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
728
|
+
readonly __hex: true;
|
|
729
|
+
}>, {
|
|
730
|
+
readonly __address: true;
|
|
731
|
+
}>, string>>>;
|
|
732
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
733
|
+
readonly __hex: true;
|
|
734
|
+
}>, {
|
|
735
|
+
readonly __hash: true;
|
|
736
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
737
|
+
readonly __hex: true;
|
|
738
|
+
}>, {
|
|
739
|
+
readonly __hash: true;
|
|
740
|
+
}>, unknown>>>;
|
|
741
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
742
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
743
|
+
readonly __hex: true;
|
|
744
|
+
}>, {
|
|
745
|
+
readonly __hash: true;
|
|
746
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
747
|
+
readonly __hex: true;
|
|
748
|
+
}>, {
|
|
749
|
+
readonly __hash: true;
|
|
750
|
+
}>, unknown>>>>;
|
|
751
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
752
|
+
readonly __hex: true;
|
|
753
|
+
}>, {
|
|
754
|
+
readonly __address: true;
|
|
755
|
+
}>, string>>>;
|
|
756
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
757
|
+
readonly __hex: true;
|
|
758
|
+
}>, {
|
|
759
|
+
readonly __hash: true;
|
|
760
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
761
|
+
readonly __hex: true;
|
|
762
|
+
}>, {
|
|
763
|
+
readonly __hash: true;
|
|
764
|
+
}>, unknown>>>;
|
|
765
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
766
|
+
readonly __hex: true;
|
|
767
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
768
|
+
readonly __hex: true;
|
|
769
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
770
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
771
|
+
readonly __hex: true;
|
|
772
|
+
}>, {
|
|
773
|
+
readonly __hash: true;
|
|
774
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
775
|
+
readonly __hex: true;
|
|
776
|
+
}>, {
|
|
777
|
+
readonly __hash: true;
|
|
778
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
779
|
+
readonly __hex: true;
|
|
780
|
+
}>, {
|
|
781
|
+
readonly __hash: true;
|
|
782
|
+
}>>>>;
|
|
783
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
784
|
+
readonly __hex: true;
|
|
785
|
+
}>, {
|
|
786
|
+
readonly __hash: true;
|
|
787
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
788
|
+
readonly __hex: true;
|
|
789
|
+
}>, {
|
|
790
|
+
readonly __hash: true;
|
|
791
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
792
|
+
readonly __hex: true;
|
|
793
|
+
}>, {
|
|
794
|
+
readonly __hash: true;
|
|
795
|
+
}>>>>;
|
|
796
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
797
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
798
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
799
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
800
|
+
readonly __hex: true;
|
|
801
|
+
}>, {
|
|
802
|
+
readonly __hash: true;
|
|
803
|
+
}>, string>>>;
|
|
804
|
+
protocol: z.ZodNumber;
|
|
805
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
806
|
+
readonly __hex: true;
|
|
807
|
+
}>, {
|
|
808
|
+
readonly __hash: true;
|
|
809
|
+
}>, string>>>>;
|
|
810
|
+
$epoch: z.ZodNumber;
|
|
811
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
812
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
813
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
814
|
+
readonly __hex: true;
|
|
815
|
+
}>, {
|
|
816
|
+
readonly __address: true;
|
|
817
|
+
}>, string>>>;
|
|
818
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
819
|
+
readonly __hex: true;
|
|
820
|
+
}>, {
|
|
821
|
+
readonly __hash: true;
|
|
822
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
823
|
+
readonly __hex: true;
|
|
824
|
+
}>, {
|
|
825
|
+
readonly __hash: true;
|
|
826
|
+
}>, unknown>>>;
|
|
827
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
828
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
829
|
+
readonly __hex: true;
|
|
830
|
+
}>, {
|
|
831
|
+
readonly __hash: true;
|
|
832
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
833
|
+
readonly __hex: true;
|
|
834
|
+
}>, {
|
|
835
|
+
readonly __hash: true;
|
|
836
|
+
}>, unknown>>>>;
|
|
837
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
838
|
+
readonly __hex: true;
|
|
839
|
+
}>, {
|
|
840
|
+
readonly __address: true;
|
|
841
|
+
}>, string>>>;
|
|
842
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
843
|
+
readonly __hex: true;
|
|
844
|
+
}>, {
|
|
845
|
+
readonly __hash: true;
|
|
846
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
847
|
+
readonly __hex: true;
|
|
848
|
+
}>, {
|
|
849
|
+
readonly __hash: true;
|
|
850
|
+
}>, unknown>>>;
|
|
851
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
852
|
+
readonly __hex: true;
|
|
853
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
854
|
+
readonly __hex: true;
|
|
855
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
856
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
857
|
+
readonly __hex: true;
|
|
858
|
+
}>, {
|
|
859
|
+
readonly __hash: true;
|
|
860
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
861
|
+
readonly __hex: true;
|
|
862
|
+
}>, {
|
|
863
|
+
readonly __hash: true;
|
|
864
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
865
|
+
readonly __hex: true;
|
|
866
|
+
}>, {
|
|
867
|
+
readonly __hash: true;
|
|
868
|
+
}>>>>;
|
|
869
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
870
|
+
readonly __hex: true;
|
|
871
|
+
}>, {
|
|
872
|
+
readonly __hash: true;
|
|
873
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
874
|
+
readonly __hex: true;
|
|
875
|
+
}>, {
|
|
876
|
+
readonly __hash: true;
|
|
877
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
878
|
+
readonly __hex: true;
|
|
879
|
+
}>, {
|
|
880
|
+
readonly __hash: true;
|
|
881
|
+
}>>>>;
|
|
882
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
883
|
+
nbf: z.ZodNumber;
|
|
884
|
+
exp: z.ZodNumber;
|
|
885
|
+
fees: z.ZodObject<{
|
|
886
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
887
|
+
readonly __hex: true;
|
|
888
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
889
|
+
readonly __hex: true;
|
|
890
|
+
}>, unknown>>;
|
|
891
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
892
|
+
readonly __hex: true;
|
|
893
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
894
|
+
readonly __hex: true;
|
|
895
|
+
}>, unknown>>;
|
|
896
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
897
|
+
readonly __hex: true;
|
|
898
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
899
|
+
readonly __hex: true;
|
|
900
|
+
}>, unknown>>;
|
|
901
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
902
|
+
readonly __hex: true;
|
|
903
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
904
|
+
readonly __hex: true;
|
|
905
|
+
}>, unknown>>;
|
|
906
|
+
}, z.core.$strip>;
|
|
907
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
908
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
909
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
910
|
+
}, z.core.$strip>>, z.ZodObject<{
|
|
911
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
912
|
+
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
913
|
+
context: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
|
|
914
|
+
epoch: z.ZodNumber;
|
|
915
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
916
|
+
readonly __hex: true;
|
|
917
|
+
}>, {
|
|
918
|
+
readonly __address: true;
|
|
919
|
+
}>, string>>;
|
|
920
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
921
|
+
readonly __hex: true;
|
|
922
|
+
}>, {
|
|
923
|
+
readonly __address: true;
|
|
924
|
+
}>, string>>, z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
925
|
+
readonly __hex: true;
|
|
926
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
927
|
+
readonly __hex: true;
|
|
928
|
+
}>, unknown>>>;
|
|
929
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
930
|
+
readonly __hex: true;
|
|
931
|
+
}>, {
|
|
932
|
+
readonly __hash: true;
|
|
933
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
934
|
+
readonly __hex: true;
|
|
935
|
+
}>, {
|
|
936
|
+
readonly __hash: true;
|
|
937
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
938
|
+
readonly __hex: true;
|
|
939
|
+
}>, {
|
|
940
|
+
readonly __hash: true;
|
|
941
|
+
}>>>;
|
|
942
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
943
|
+
readonly __hex: true;
|
|
944
|
+
}>, {
|
|
945
|
+
readonly __hash: true;
|
|
946
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
947
|
+
readonly __hex: true;
|
|
948
|
+
}>, {
|
|
949
|
+
readonly __hash: true;
|
|
950
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
951
|
+
readonly __hex: true;
|
|
952
|
+
}>, {
|
|
953
|
+
readonly __hash: true;
|
|
954
|
+
}>>>;
|
|
955
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
956
|
+
}, z.core.$strict>], null>>;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
xyoViewer_transferPairBalance: {
|
|
960
|
+
params: {
|
|
961
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
562
962
|
readonly __hex: true;
|
|
563
963
|
}>, {
|
|
564
964
|
readonly __address: true;
|
|
@@ -566,8 +966,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
566
966
|
readonly __hex: true;
|
|
567
967
|
}>, {
|
|
568
968
|
readonly __address: true;
|
|
569
|
-
}>, string>>], null>], null
|
|
570
|
-
from: z.
|
|
969
|
+
}>, string>>], null>], null>;
|
|
970
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
571
971
|
readonly __hex: true;
|
|
572
972
|
}>, {
|
|
573
973
|
readonly __address: true;
|
|
@@ -575,7 +975,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
575
975
|
readonly __hex: true;
|
|
576
976
|
}>, {
|
|
577
977
|
readonly __address: true;
|
|
578
|
-
}>, string>>], null>], null
|
|
978
|
+
}>, string>>], null>], null>;
|
|
579
979
|
};
|
|
580
980
|
result: {
|
|
581
981
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -590,7 +990,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
590
990
|
};
|
|
591
991
|
xyoViewer_transferPairBalanceHistory: {
|
|
592
992
|
params: {
|
|
593
|
-
to: z.
|
|
993
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
594
994
|
readonly __hex: true;
|
|
595
995
|
}>, {
|
|
596
996
|
readonly __address: true;
|
|
@@ -598,8 +998,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
598
998
|
readonly __hex: true;
|
|
599
999
|
}>, {
|
|
600
1000
|
readonly __address: true;
|
|
601
|
-
}>, string>>], null>], null
|
|
602
|
-
from: z.
|
|
1001
|
+
}>, string>>], null>], null>;
|
|
1002
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
603
1003
|
readonly __hex: true;
|
|
604
1004
|
}>, {
|
|
605
1005
|
readonly __address: true;
|
|
@@ -607,61 +1007,399 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
607
1007
|
readonly __hex: true;
|
|
608
1008
|
}>, {
|
|
609
1009
|
readonly __address: true;
|
|
610
|
-
}>, string>>], null>], null
|
|
1010
|
+
}>, string>>], null>], null>;
|
|
611
1011
|
};
|
|
612
1012
|
result: {
|
|
613
|
-
to: z.ZodArray<z.ZodTuple<[z.
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
1013
|
+
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1014
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1015
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1016
|
+
readonly __hex: true;
|
|
1017
|
+
}>, {
|
|
1018
|
+
readonly __address: true;
|
|
1019
|
+
}>, string>>>;
|
|
1020
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1021
|
+
readonly __hex: true;
|
|
1022
|
+
}>, {
|
|
1023
|
+
readonly __hash: true;
|
|
1024
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1025
|
+
readonly __hex: true;
|
|
1026
|
+
}>, {
|
|
1027
|
+
readonly __hash: true;
|
|
1028
|
+
}>, unknown>>>;
|
|
1029
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1030
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1031
|
+
readonly __hex: true;
|
|
1032
|
+
}>, {
|
|
1033
|
+
readonly __hash: true;
|
|
1034
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1035
|
+
readonly __hex: true;
|
|
1036
|
+
}>, {
|
|
1037
|
+
readonly __hash: true;
|
|
1038
|
+
}>, unknown>>>>;
|
|
1039
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1040
|
+
readonly __hex: true;
|
|
1041
|
+
}>, {
|
|
1042
|
+
readonly __address: true;
|
|
1043
|
+
}>, string>>>;
|
|
1044
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1045
|
+
readonly __hex: true;
|
|
1046
|
+
}>, {
|
|
1047
|
+
readonly __hash: true;
|
|
1048
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1049
|
+
readonly __hex: true;
|
|
1050
|
+
}>, {
|
|
1051
|
+
readonly __hash: true;
|
|
1052
|
+
}>, unknown>>>;
|
|
1053
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1054
|
+
readonly __hex: true;
|
|
1055
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1056
|
+
readonly __hex: true;
|
|
1057
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1058
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1059
|
+
readonly __hex: true;
|
|
1060
|
+
}>, {
|
|
1061
|
+
readonly __hash: true;
|
|
1062
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1063
|
+
readonly __hex: true;
|
|
1064
|
+
}>, {
|
|
1065
|
+
readonly __hash: true;
|
|
1066
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1067
|
+
readonly __hex: true;
|
|
1068
|
+
}>, {
|
|
1069
|
+
readonly __hash: true;
|
|
1070
|
+
}>>>;
|
|
1071
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1072
|
+
readonly __hex: true;
|
|
1073
|
+
}>, {
|
|
1074
|
+
readonly __hash: true;
|
|
1075
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1076
|
+
readonly __hex: true;
|
|
1077
|
+
}>, {
|
|
1078
|
+
readonly __hash: true;
|
|
1079
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1080
|
+
readonly __hex: true;
|
|
1081
|
+
}>, {
|
|
1082
|
+
readonly __hash: true;
|
|
1083
|
+
}>>>;
|
|
1084
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1085
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1086
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1087
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1088
|
+
readonly __hex: true;
|
|
1089
|
+
}>, {
|
|
1090
|
+
readonly __hash: true;
|
|
1091
|
+
}>, string>>>;
|
|
1092
|
+
protocol: z.ZodNumber;
|
|
1093
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1094
|
+
readonly __hex: true;
|
|
1095
|
+
}>, {
|
|
1096
|
+
readonly __hash: true;
|
|
1097
|
+
}>, string>>>>;
|
|
1098
|
+
$epoch: z.ZodNumber;
|
|
1099
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1100
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1101
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1102
|
+
readonly __hex: true;
|
|
1103
|
+
}>, {
|
|
1104
|
+
readonly __address: true;
|
|
1105
|
+
}>, string>>>;
|
|
1106
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1107
|
+
readonly __hex: true;
|
|
1108
|
+
}>, {
|
|
1109
|
+
readonly __hash: true;
|
|
1110
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1111
|
+
readonly __hex: true;
|
|
1112
|
+
}>, {
|
|
1113
|
+
readonly __hash: true;
|
|
1114
|
+
}>, unknown>>>;
|
|
1115
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1116
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1117
|
+
readonly __hex: true;
|
|
1118
|
+
}>, {
|
|
1119
|
+
readonly __hash: true;
|
|
1120
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1121
|
+
readonly __hex: true;
|
|
1122
|
+
}>, {
|
|
1123
|
+
readonly __hash: true;
|
|
1124
|
+
}>, unknown>>>>;
|
|
1125
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1126
|
+
readonly __hex: true;
|
|
1127
|
+
}>, {
|
|
1128
|
+
readonly __address: true;
|
|
1129
|
+
}>, string>>>;
|
|
1130
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1131
|
+
readonly __hex: true;
|
|
1132
|
+
}>, {
|
|
1133
|
+
readonly __hash: true;
|
|
1134
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1135
|
+
readonly __hex: true;
|
|
1136
|
+
}>, {
|
|
1137
|
+
readonly __hash: true;
|
|
1138
|
+
}>, unknown>>>;
|
|
1139
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1140
|
+
readonly __hex: true;
|
|
1141
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1142
|
+
readonly __hex: true;
|
|
1143
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1144
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1145
|
+
readonly __hex: true;
|
|
1146
|
+
}>, {
|
|
1147
|
+
readonly __hash: true;
|
|
1148
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1149
|
+
readonly __hex: true;
|
|
1150
|
+
}>, {
|
|
1151
|
+
readonly __hash: true;
|
|
1152
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1153
|
+
readonly __hex: true;
|
|
1154
|
+
}>, {
|
|
1155
|
+
readonly __hash: true;
|
|
1156
|
+
}>>>>;
|
|
1157
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1158
|
+
readonly __hex: true;
|
|
1159
|
+
}>, {
|
|
1160
|
+
readonly __hash: true;
|
|
1161
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1162
|
+
readonly __hex: true;
|
|
1163
|
+
}>, {
|
|
1164
|
+
readonly __hash: true;
|
|
1165
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1166
|
+
readonly __hex: true;
|
|
1167
|
+
}>, {
|
|
1168
|
+
readonly __hash: true;
|
|
1169
|
+
}>>>>;
|
|
1170
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1171
|
+
nbf: z.ZodNumber;
|
|
1172
|
+
exp: z.ZodNumber;
|
|
1173
|
+
fees: z.ZodObject<{
|
|
1174
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1175
|
+
readonly __hex: true;
|
|
1176
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1177
|
+
readonly __hex: true;
|
|
1178
|
+
}>, unknown>>;
|
|
1179
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1180
|
+
readonly __hex: true;
|
|
1181
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1182
|
+
readonly __hex: true;
|
|
1183
|
+
}>, unknown>>;
|
|
1184
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1185
|
+
readonly __hex: true;
|
|
1186
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1187
|
+
readonly __hex: true;
|
|
1188
|
+
}>, unknown>>;
|
|
1189
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1190
|
+
readonly __hex: true;
|
|
1191
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1192
|
+
readonly __hex: true;
|
|
1193
|
+
}>, unknown>>;
|
|
1194
|
+
}, z.core.$strip>;
|
|
1195
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1196
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1197
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1198
|
+
}, z.core.$strip>, z.ZodNull]>, z.ZodObject<{
|
|
630
1199
|
schema: z.ZodString;
|
|
631
1200
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
632
|
-
from: z.ZodArray<z.ZodTuple<[z.
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
1201
|
+
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1202
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1203
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1204
|
+
readonly __hex: true;
|
|
1205
|
+
}>, {
|
|
1206
|
+
readonly __address: true;
|
|
1207
|
+
}>, string>>>;
|
|
1208
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1209
|
+
readonly __hex: true;
|
|
1210
|
+
}>, {
|
|
1211
|
+
readonly __hash: true;
|
|
1212
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1213
|
+
readonly __hex: true;
|
|
1214
|
+
}>, {
|
|
1215
|
+
readonly __hash: true;
|
|
1216
|
+
}>, unknown>>>;
|
|
1217
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1218
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1219
|
+
readonly __hex: true;
|
|
1220
|
+
}>, {
|
|
1221
|
+
readonly __hash: true;
|
|
1222
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1223
|
+
readonly __hex: true;
|
|
1224
|
+
}>, {
|
|
1225
|
+
readonly __hash: true;
|
|
1226
|
+
}>, unknown>>>>;
|
|
1227
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1228
|
+
readonly __hex: true;
|
|
1229
|
+
}>, {
|
|
1230
|
+
readonly __address: true;
|
|
1231
|
+
}>, string>>>;
|
|
1232
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1233
|
+
readonly __hex: true;
|
|
1234
|
+
}>, {
|
|
1235
|
+
readonly __hash: true;
|
|
1236
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1237
|
+
readonly __hex: true;
|
|
1238
|
+
}>, {
|
|
1239
|
+
readonly __hash: true;
|
|
1240
|
+
}>, unknown>>>;
|
|
1241
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1242
|
+
readonly __hex: true;
|
|
1243
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1244
|
+
readonly __hex: true;
|
|
1245
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1246
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1247
|
+
readonly __hex: true;
|
|
1248
|
+
}>, {
|
|
1249
|
+
readonly __hash: true;
|
|
1250
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1251
|
+
readonly __hex: true;
|
|
1252
|
+
}>, {
|
|
1253
|
+
readonly __hash: true;
|
|
1254
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1255
|
+
readonly __hex: true;
|
|
1256
|
+
}>, {
|
|
1257
|
+
readonly __hash: true;
|
|
1258
|
+
}>>>;
|
|
1259
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1260
|
+
readonly __hex: true;
|
|
1261
|
+
}>, {
|
|
1262
|
+
readonly __hash: true;
|
|
1263
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1264
|
+
readonly __hex: true;
|
|
1265
|
+
}>, {
|
|
1266
|
+
readonly __hash: true;
|
|
1267
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1268
|
+
readonly __hex: true;
|
|
1269
|
+
}>, {
|
|
1270
|
+
readonly __hash: true;
|
|
1271
|
+
}>>>;
|
|
1272
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1273
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1274
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1275
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1276
|
+
readonly __hex: true;
|
|
1277
|
+
}>, {
|
|
1278
|
+
readonly __hash: true;
|
|
1279
|
+
}>, string>>>;
|
|
1280
|
+
protocol: z.ZodNumber;
|
|
1281
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1282
|
+
readonly __hex: true;
|
|
1283
|
+
}>, {
|
|
1284
|
+
readonly __hash: true;
|
|
1285
|
+
}>, string>>>>;
|
|
1286
|
+
$epoch: z.ZodNumber;
|
|
1287
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1288
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1289
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1290
|
+
readonly __hex: true;
|
|
1291
|
+
}>, {
|
|
1292
|
+
readonly __address: true;
|
|
1293
|
+
}>, string>>>;
|
|
1294
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1295
|
+
readonly __hex: true;
|
|
1296
|
+
}>, {
|
|
1297
|
+
readonly __hash: true;
|
|
1298
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1299
|
+
readonly __hex: true;
|
|
1300
|
+
}>, {
|
|
1301
|
+
readonly __hash: true;
|
|
1302
|
+
}>, unknown>>>;
|
|
1303
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1304
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1305
|
+
readonly __hex: true;
|
|
1306
|
+
}>, {
|
|
1307
|
+
readonly __hash: true;
|
|
1308
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1309
|
+
readonly __hex: true;
|
|
1310
|
+
}>, {
|
|
1311
|
+
readonly __hash: true;
|
|
1312
|
+
}>, unknown>>>>;
|
|
1313
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1314
|
+
readonly __hex: true;
|
|
1315
|
+
}>, {
|
|
1316
|
+
readonly __address: true;
|
|
1317
|
+
}>, string>>>;
|
|
1318
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1319
|
+
readonly __hex: true;
|
|
1320
|
+
}>, {
|
|
1321
|
+
readonly __hash: true;
|
|
1322
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1323
|
+
readonly __hex: true;
|
|
1324
|
+
}>, {
|
|
1325
|
+
readonly __hash: true;
|
|
1326
|
+
}>, unknown>>>;
|
|
1327
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1328
|
+
readonly __hex: true;
|
|
1329
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1330
|
+
readonly __hex: true;
|
|
1331
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1332
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1333
|
+
readonly __hex: true;
|
|
1334
|
+
}>, {
|
|
1335
|
+
readonly __hash: true;
|
|
1336
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1337
|
+
readonly __hex: true;
|
|
1338
|
+
}>, {
|
|
1339
|
+
readonly __hash: true;
|
|
1340
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1341
|
+
readonly __hex: true;
|
|
1342
|
+
}>, {
|
|
1343
|
+
readonly __hash: true;
|
|
1344
|
+
}>>>>;
|
|
1345
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1346
|
+
readonly __hex: true;
|
|
1347
|
+
}>, {
|
|
1348
|
+
readonly __hash: true;
|
|
1349
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1350
|
+
readonly __hex: true;
|
|
1351
|
+
}>, {
|
|
1352
|
+
readonly __hash: true;
|
|
1353
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1354
|
+
readonly __hex: true;
|
|
1355
|
+
}>, {
|
|
1356
|
+
readonly __hash: true;
|
|
1357
|
+
}>>>>;
|
|
1358
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1359
|
+
nbf: z.ZodNumber;
|
|
1360
|
+
exp: z.ZodNumber;
|
|
1361
|
+
fees: z.ZodObject<{
|
|
1362
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1363
|
+
readonly __hex: true;
|
|
1364
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1365
|
+
readonly __hex: true;
|
|
1366
|
+
}>, unknown>>;
|
|
1367
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1368
|
+
readonly __hex: true;
|
|
1369
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1370
|
+
readonly __hex: true;
|
|
1371
|
+
}>, unknown>>;
|
|
1372
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1373
|
+
readonly __hex: true;
|
|
1374
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1375
|
+
readonly __hex: true;
|
|
1376
|
+
}>, unknown>>;
|
|
1377
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1378
|
+
readonly __hex: true;
|
|
1379
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1380
|
+
readonly __hex: true;
|
|
1381
|
+
}>, unknown>>;
|
|
1382
|
+
}, z.core.$strip>;
|
|
1383
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1384
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1385
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1386
|
+
}, z.core.$strip>, z.ZodNull]>, z.ZodObject<{
|
|
649
1387
|
schema: z.ZodString;
|
|
650
1388
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
651
1389
|
};
|
|
652
1390
|
};
|
|
653
1391
|
xyoViewer_transferBalance: {
|
|
654
1392
|
params: {
|
|
655
|
-
to: z.
|
|
1393
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
656
1394
|
readonly __hex: true;
|
|
657
1395
|
}>, {
|
|
658
1396
|
readonly __address: true;
|
|
659
|
-
}>, string>>], null
|
|
660
|
-
from: z.
|
|
1397
|
+
}>, string>>], null>;
|
|
1398
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
661
1399
|
readonly __hex: true;
|
|
662
1400
|
}>, {
|
|
663
1401
|
readonly __address: true;
|
|
664
|
-
}>, string>>], null
|
|
1402
|
+
}>, string>>], null>;
|
|
665
1403
|
};
|
|
666
1404
|
result: {
|
|
667
1405
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -676,54 +1414,392 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
676
1414
|
};
|
|
677
1415
|
xyoViewer_transferBalanceHistory: {
|
|
678
1416
|
params: {
|
|
679
|
-
to: z.
|
|
1417
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
680
1418
|
readonly __hex: true;
|
|
681
1419
|
}>, {
|
|
682
1420
|
readonly __address: true;
|
|
683
|
-
}>, string>>], null
|
|
684
|
-
from: z.
|
|
1421
|
+
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
1422
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
685
1423
|
readonly __hex: true;
|
|
686
1424
|
}>, {
|
|
687
1425
|
readonly __address: true;
|
|
688
|
-
}>, string>>], null
|
|
1426
|
+
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
689
1427
|
};
|
|
690
1428
|
result: {
|
|
691
|
-
to: z.ZodArray<z.ZodTuple<[z.
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
1429
|
+
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1430
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1431
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1432
|
+
readonly __hex: true;
|
|
1433
|
+
}>, {
|
|
1434
|
+
readonly __address: true;
|
|
1435
|
+
}>, string>>>;
|
|
1436
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1437
|
+
readonly __hex: true;
|
|
1438
|
+
}>, {
|
|
1439
|
+
readonly __hash: true;
|
|
1440
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1441
|
+
readonly __hex: true;
|
|
1442
|
+
}>, {
|
|
1443
|
+
readonly __hash: true;
|
|
1444
|
+
}>, unknown>>>;
|
|
1445
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1446
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1447
|
+
readonly __hex: true;
|
|
1448
|
+
}>, {
|
|
1449
|
+
readonly __hash: true;
|
|
1450
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1451
|
+
readonly __hex: true;
|
|
1452
|
+
}>, {
|
|
1453
|
+
readonly __hash: true;
|
|
1454
|
+
}>, unknown>>>>;
|
|
1455
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1456
|
+
readonly __hex: true;
|
|
1457
|
+
}>, {
|
|
1458
|
+
readonly __address: true;
|
|
1459
|
+
}>, string>>>;
|
|
1460
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1461
|
+
readonly __hex: true;
|
|
1462
|
+
}>, {
|
|
1463
|
+
readonly __hash: true;
|
|
1464
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1465
|
+
readonly __hex: true;
|
|
1466
|
+
}>, {
|
|
1467
|
+
readonly __hash: true;
|
|
1468
|
+
}>, unknown>>>;
|
|
1469
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1470
|
+
readonly __hex: true;
|
|
1471
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1472
|
+
readonly __hex: true;
|
|
1473
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1474
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1475
|
+
readonly __hex: true;
|
|
1476
|
+
}>, {
|
|
1477
|
+
readonly __hash: true;
|
|
1478
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1479
|
+
readonly __hex: true;
|
|
1480
|
+
}>, {
|
|
1481
|
+
readonly __hash: true;
|
|
1482
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1483
|
+
readonly __hex: true;
|
|
1484
|
+
}>, {
|
|
1485
|
+
readonly __hash: true;
|
|
1486
|
+
}>>>;
|
|
1487
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1488
|
+
readonly __hex: true;
|
|
1489
|
+
}>, {
|
|
1490
|
+
readonly __hash: true;
|
|
1491
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1492
|
+
readonly __hex: true;
|
|
1493
|
+
}>, {
|
|
1494
|
+
readonly __hash: true;
|
|
1495
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1496
|
+
readonly __hex: true;
|
|
1497
|
+
}>, {
|
|
1498
|
+
readonly __hash: true;
|
|
1499
|
+
}>>>;
|
|
1500
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1501
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1502
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1503
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1504
|
+
readonly __hex: true;
|
|
1505
|
+
}>, {
|
|
1506
|
+
readonly __hash: true;
|
|
1507
|
+
}>, string>>>;
|
|
1508
|
+
protocol: z.ZodNumber;
|
|
1509
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1510
|
+
readonly __hex: true;
|
|
1511
|
+
}>, {
|
|
1512
|
+
readonly __hash: true;
|
|
1513
|
+
}>, string>>>>;
|
|
1514
|
+
$epoch: z.ZodNumber;
|
|
1515
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1516
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1517
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1518
|
+
readonly __hex: true;
|
|
1519
|
+
}>, {
|
|
1520
|
+
readonly __address: true;
|
|
1521
|
+
}>, string>>>;
|
|
1522
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1523
|
+
readonly __hex: true;
|
|
1524
|
+
}>, {
|
|
1525
|
+
readonly __hash: true;
|
|
1526
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1527
|
+
readonly __hex: true;
|
|
1528
|
+
}>, {
|
|
1529
|
+
readonly __hash: true;
|
|
1530
|
+
}>, unknown>>>;
|
|
1531
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1532
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1533
|
+
readonly __hex: true;
|
|
1534
|
+
}>, {
|
|
1535
|
+
readonly __hash: true;
|
|
1536
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1537
|
+
readonly __hex: true;
|
|
1538
|
+
}>, {
|
|
1539
|
+
readonly __hash: true;
|
|
1540
|
+
}>, unknown>>>>;
|
|
1541
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1542
|
+
readonly __hex: true;
|
|
1543
|
+
}>, {
|
|
1544
|
+
readonly __address: true;
|
|
1545
|
+
}>, string>>>;
|
|
1546
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1547
|
+
readonly __hex: true;
|
|
1548
|
+
}>, {
|
|
1549
|
+
readonly __hash: true;
|
|
1550
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1551
|
+
readonly __hex: true;
|
|
1552
|
+
}>, {
|
|
1553
|
+
readonly __hash: true;
|
|
1554
|
+
}>, unknown>>>;
|
|
1555
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1556
|
+
readonly __hex: true;
|
|
1557
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1558
|
+
readonly __hex: true;
|
|
1559
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1560
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1561
|
+
readonly __hex: true;
|
|
1562
|
+
}>, {
|
|
1563
|
+
readonly __hash: true;
|
|
1564
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1565
|
+
readonly __hex: true;
|
|
1566
|
+
}>, {
|
|
1567
|
+
readonly __hash: true;
|
|
1568
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1569
|
+
readonly __hex: true;
|
|
1570
|
+
}>, {
|
|
1571
|
+
readonly __hash: true;
|
|
1572
|
+
}>>>>;
|
|
1573
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1574
|
+
readonly __hex: true;
|
|
1575
|
+
}>, {
|
|
1576
|
+
readonly __hash: true;
|
|
1577
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1578
|
+
readonly __hex: true;
|
|
1579
|
+
}>, {
|
|
1580
|
+
readonly __hash: true;
|
|
1581
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1582
|
+
readonly __hex: true;
|
|
1583
|
+
}>, {
|
|
1584
|
+
readonly __hash: true;
|
|
1585
|
+
}>>>>;
|
|
1586
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1587
|
+
nbf: z.ZodNumber;
|
|
1588
|
+
exp: z.ZodNumber;
|
|
1589
|
+
fees: z.ZodObject<{
|
|
1590
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1591
|
+
readonly __hex: true;
|
|
1592
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1593
|
+
readonly __hex: true;
|
|
1594
|
+
}>, unknown>>;
|
|
1595
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1596
|
+
readonly __hex: true;
|
|
1597
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1598
|
+
readonly __hex: true;
|
|
1599
|
+
}>, unknown>>;
|
|
1600
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1601
|
+
readonly __hex: true;
|
|
1602
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1603
|
+
readonly __hex: true;
|
|
1604
|
+
}>, unknown>>;
|
|
1605
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1606
|
+
readonly __hex: true;
|
|
1607
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1608
|
+
readonly __hex: true;
|
|
1609
|
+
}>, unknown>>;
|
|
1610
|
+
}, z.core.$strip>;
|
|
1611
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1612
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1613
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1614
|
+
}, z.core.$strip>, z.ZodNull]>, z.ZodObject<{
|
|
708
1615
|
schema: z.ZodString;
|
|
709
1616
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
710
|
-
from: z.ZodArray<z.ZodTuple<[z.
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
1617
|
+
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1618
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1619
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1620
|
+
readonly __hex: true;
|
|
1621
|
+
}>, {
|
|
1622
|
+
readonly __address: true;
|
|
1623
|
+
}>, string>>>;
|
|
1624
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1625
|
+
readonly __hex: true;
|
|
1626
|
+
}>, {
|
|
1627
|
+
readonly __hash: true;
|
|
1628
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1629
|
+
readonly __hex: true;
|
|
1630
|
+
}>, {
|
|
1631
|
+
readonly __hash: true;
|
|
1632
|
+
}>, unknown>>>;
|
|
1633
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1634
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1635
|
+
readonly __hex: true;
|
|
1636
|
+
}>, {
|
|
1637
|
+
readonly __hash: true;
|
|
1638
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1639
|
+
readonly __hex: true;
|
|
1640
|
+
}>, {
|
|
1641
|
+
readonly __hash: true;
|
|
1642
|
+
}>, unknown>>>>;
|
|
1643
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1644
|
+
readonly __hex: true;
|
|
1645
|
+
}>, {
|
|
1646
|
+
readonly __address: true;
|
|
1647
|
+
}>, string>>>;
|
|
1648
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1649
|
+
readonly __hex: true;
|
|
1650
|
+
}>, {
|
|
1651
|
+
readonly __hash: true;
|
|
1652
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1653
|
+
readonly __hex: true;
|
|
1654
|
+
}>, {
|
|
1655
|
+
readonly __hash: true;
|
|
1656
|
+
}>, unknown>>>;
|
|
1657
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1658
|
+
readonly __hex: true;
|
|
1659
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1660
|
+
readonly __hex: true;
|
|
1661
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1662
|
+
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1663
|
+
readonly __hex: true;
|
|
1664
|
+
}>, {
|
|
1665
|
+
readonly __hash: true;
|
|
1666
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1667
|
+
readonly __hex: true;
|
|
1668
|
+
}>, {
|
|
1669
|
+
readonly __hash: true;
|
|
1670
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1671
|
+
readonly __hex: true;
|
|
1672
|
+
}>, {
|
|
1673
|
+
readonly __hash: true;
|
|
1674
|
+
}>>>;
|
|
1675
|
+
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1676
|
+
readonly __hex: true;
|
|
1677
|
+
}>, {
|
|
1678
|
+
readonly __hash: true;
|
|
1679
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1680
|
+
readonly __hex: true;
|
|
1681
|
+
}>, {
|
|
1682
|
+
readonly __hash: true;
|
|
1683
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1684
|
+
readonly __hex: true;
|
|
1685
|
+
}>, {
|
|
1686
|
+
readonly __hash: true;
|
|
1687
|
+
}>>>;
|
|
1688
|
+
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1689
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1690
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1691
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1692
|
+
readonly __hex: true;
|
|
1693
|
+
}>, {
|
|
1694
|
+
readonly __hash: true;
|
|
1695
|
+
}>, string>>>;
|
|
1696
|
+
protocol: z.ZodNumber;
|
|
1697
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1698
|
+
readonly __hex: true;
|
|
1699
|
+
}>, {
|
|
1700
|
+
readonly __hash: true;
|
|
1701
|
+
}>, string>>>>;
|
|
1702
|
+
$epoch: z.ZodNumber;
|
|
1703
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1704
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1705
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1706
|
+
readonly __hex: true;
|
|
1707
|
+
}>, {
|
|
1708
|
+
readonly __address: true;
|
|
1709
|
+
}>, string>>>;
|
|
1710
|
+
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1711
|
+
readonly __hex: true;
|
|
1712
|
+
}>, {
|
|
1713
|
+
readonly __hash: true;
|
|
1714
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1715
|
+
readonly __hex: true;
|
|
1716
|
+
}>, {
|
|
1717
|
+
readonly __hash: true;
|
|
1718
|
+
}>, unknown>>>;
|
|
1719
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1720
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1721
|
+
readonly __hex: true;
|
|
1722
|
+
}>, {
|
|
1723
|
+
readonly __hash: true;
|
|
1724
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1725
|
+
readonly __hex: true;
|
|
1726
|
+
}>, {
|
|
1727
|
+
readonly __hash: true;
|
|
1728
|
+
}>, unknown>>>>;
|
|
1729
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1730
|
+
readonly __hex: true;
|
|
1731
|
+
}>, {
|
|
1732
|
+
readonly __address: true;
|
|
1733
|
+
}>, string>>>;
|
|
1734
|
+
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1735
|
+
readonly __hex: true;
|
|
1736
|
+
}>, {
|
|
1737
|
+
readonly __hash: true;
|
|
1738
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1739
|
+
readonly __hex: true;
|
|
1740
|
+
}>, {
|
|
1741
|
+
readonly __hash: true;
|
|
1742
|
+
}>, unknown>>>;
|
|
1743
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1744
|
+
readonly __hex: true;
|
|
1745
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1746
|
+
readonly __hex: true;
|
|
1747
|
+
}>, unknown>>, z.ZodNull]>>;
|
|
1748
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1749
|
+
readonly __hex: true;
|
|
1750
|
+
}>, {
|
|
1751
|
+
readonly __hash: true;
|
|
1752
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1753
|
+
readonly __hex: true;
|
|
1754
|
+
}>, {
|
|
1755
|
+
readonly __hash: true;
|
|
1756
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1757
|
+
readonly __hex: true;
|
|
1758
|
+
}>, {
|
|
1759
|
+
readonly __hash: true;
|
|
1760
|
+
}>>>>;
|
|
1761
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1762
|
+
readonly __hex: true;
|
|
1763
|
+
}>, {
|
|
1764
|
+
readonly __hash: true;
|
|
1765
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1766
|
+
readonly __hex: true;
|
|
1767
|
+
}>, {
|
|
1768
|
+
readonly __hash: true;
|
|
1769
|
+
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1770
|
+
readonly __hex: true;
|
|
1771
|
+
}>, {
|
|
1772
|
+
readonly __hash: true;
|
|
1773
|
+
}>>>>;
|
|
1774
|
+
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1775
|
+
nbf: z.ZodNumber;
|
|
1776
|
+
exp: z.ZodNumber;
|
|
1777
|
+
fees: z.ZodObject<{
|
|
1778
|
+
base: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1779
|
+
readonly __hex: true;
|
|
1780
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1781
|
+
readonly __hex: true;
|
|
1782
|
+
}>, unknown>>;
|
|
1783
|
+
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1784
|
+
readonly __hex: true;
|
|
1785
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1786
|
+
readonly __hex: true;
|
|
1787
|
+
}>, unknown>>;
|
|
1788
|
+
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1789
|
+
readonly __hex: true;
|
|
1790
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1791
|
+
readonly __hex: true;
|
|
1792
|
+
}>, unknown>>;
|
|
1793
|
+
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1794
|
+
readonly __hex: true;
|
|
1795
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1796
|
+
readonly __hex: true;
|
|
1797
|
+
}>, unknown>>;
|
|
1798
|
+
}, z.core.$strip>;
|
|
1799
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1800
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1801
|
+
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1802
|
+
}, z.core.$strip>, z.ZodNull]>, z.ZodObject<{
|
|
727
1803
|
schema: z.ZodString;
|
|
728
1804
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
729
1805
|
};
|
|
@@ -822,19 +1898,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
822
1898
|
readonly __hash: true;
|
|
823
1899
|
}>>>>;
|
|
824
1900
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
825
|
-
block: z.ZodNumber
|
|
1901
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
826
1902
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
827
|
-
previous: z.ZodNullable<z.
|
|
828
|
-
readonly __hex: true;
|
|
829
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
830
|
-
readonly __hex: true;
|
|
831
|
-
}>, unknown>>>;
|
|
832
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
833
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1903
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
834
1904
|
readonly __hex: true;
|
|
835
|
-
}>,
|
|
1905
|
+
}>, {
|
|
1906
|
+
readonly __hash: true;
|
|
1907
|
+
}>, string>>>;
|
|
1908
|
+
protocol: z.ZodNumber;
|
|
1909
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
836
1910
|
readonly __hex: true;
|
|
837
|
-
}>,
|
|
1911
|
+
}>, {
|
|
1912
|
+
readonly __hash: true;
|
|
1913
|
+
}>, string>>>>;
|
|
838
1914
|
$epoch: z.ZodNumber;
|
|
839
1915
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
840
1916
|
schema: z.ZodString;
|
|
@@ -911,19 +1987,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
911
1987
|
readonly __hash: true;
|
|
912
1988
|
}>>>>;
|
|
913
1989
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
914
|
-
block: z.ZodNumber
|
|
1990
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
915
1991
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
916
|
-
previous: z.ZodNullable<z.
|
|
917
|
-
readonly __hex: true;
|
|
918
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
919
|
-
readonly __hex: true;
|
|
920
|
-
}>, unknown>>>;
|
|
921
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
922
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1992
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
923
1993
|
readonly __hex: true;
|
|
924
|
-
}>,
|
|
1994
|
+
}>, {
|
|
1995
|
+
readonly __hash: true;
|
|
1996
|
+
}>, string>>>;
|
|
1997
|
+
protocol: z.ZodNumber;
|
|
1998
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
925
1999
|
readonly __hex: true;
|
|
926
|
-
}>,
|
|
2000
|
+
}>, {
|
|
2001
|
+
readonly __hash: true;
|
|
2002
|
+
}>, string>>>>;
|
|
927
2003
|
$epoch: z.ZodNumber;
|
|
928
2004
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
929
2005
|
schema: z.ZodString;
|
|
@@ -1008,19 +2084,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1008
2084
|
readonly __hash: true;
|
|
1009
2085
|
}>>>>;
|
|
1010
2086
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1011
|
-
block: z.ZodNumber
|
|
2087
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1012
2088
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1013
|
-
previous: z.ZodNullable<z.
|
|
1014
|
-
readonly __hex: true;
|
|
1015
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1016
|
-
readonly __hex: true;
|
|
1017
|
-
}>, unknown>>>;
|
|
1018
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1019
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2089
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1020
2090
|
readonly __hex: true;
|
|
1021
|
-
}>,
|
|
2091
|
+
}>, {
|
|
2092
|
+
readonly __hash: true;
|
|
2093
|
+
}>, string>>>;
|
|
2094
|
+
protocol: z.ZodNumber;
|
|
2095
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1022
2096
|
readonly __hex: true;
|
|
1023
|
-
}>,
|
|
2097
|
+
}>, {
|
|
2098
|
+
readonly __hash: true;
|
|
2099
|
+
}>, string>>>>;
|
|
1024
2100
|
$epoch: z.ZodNumber;
|
|
1025
2101
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1026
2102
|
schema: z.ZodString;
|
|
@@ -1097,19 +2173,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1097
2173
|
readonly __hash: true;
|
|
1098
2174
|
}>>>>;
|
|
1099
2175
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1100
|
-
block: z.ZodNumber
|
|
2176
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1101
2177
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1102
|
-
previous: z.ZodNullable<z.
|
|
1103
|
-
readonly __hex: true;
|
|
1104
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1105
|
-
readonly __hex: true;
|
|
1106
|
-
}>, unknown>>>;
|
|
1107
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1108
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2178
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1109
2179
|
readonly __hex: true;
|
|
1110
|
-
}>,
|
|
2180
|
+
}>, {
|
|
2181
|
+
readonly __hash: true;
|
|
2182
|
+
}>, string>>>;
|
|
2183
|
+
protocol: z.ZodNumber;
|
|
2184
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1111
2185
|
readonly __hex: true;
|
|
1112
|
-
}>,
|
|
2186
|
+
}>, {
|
|
2187
|
+
readonly __hash: true;
|
|
2188
|
+
}>, string>>>>;
|
|
1113
2189
|
$epoch: z.ZodNumber;
|
|
1114
2190
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1115
2191
|
schema: z.ZodString;
|
|
@@ -1210,19 +2286,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1210
2286
|
readonly __hash: true;
|
|
1211
2287
|
}>>>>;
|
|
1212
2288
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1213
|
-
block: z.ZodNumber
|
|
2289
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1214
2290
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1215
|
-
previous: z.ZodNullable<z.
|
|
1216
|
-
readonly __hex: true;
|
|
1217
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1218
|
-
readonly __hex: true;
|
|
1219
|
-
}>, unknown>>>;
|
|
1220
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1221
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2291
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1222
2292
|
readonly __hex: true;
|
|
1223
|
-
}>,
|
|
2293
|
+
}>, {
|
|
2294
|
+
readonly __hash: true;
|
|
2295
|
+
}>, string>>>;
|
|
2296
|
+
protocol: z.ZodNumber;
|
|
2297
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1224
2298
|
readonly __hex: true;
|
|
1225
|
-
}>,
|
|
2299
|
+
}>, {
|
|
2300
|
+
readonly __hash: true;
|
|
2301
|
+
}>, string>>>>;
|
|
1226
2302
|
$epoch: z.ZodNumber;
|
|
1227
2303
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1228
2304
|
schema: z.ZodString;
|
|
@@ -1299,19 +2375,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1299
2375
|
readonly __hash: true;
|
|
1300
2376
|
}>>>>;
|
|
1301
2377
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1302
|
-
block: z.ZodNumber
|
|
2378
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1303
2379
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1304
|
-
previous: z.ZodNullable<z.
|
|
1305
|
-
readonly __hex: true;
|
|
1306
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1307
|
-
readonly __hex: true;
|
|
1308
|
-
}>, unknown>>>;
|
|
1309
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1310
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2380
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1311
2381
|
readonly __hex: true;
|
|
1312
|
-
}>,
|
|
2382
|
+
}>, {
|
|
2383
|
+
readonly __hash: true;
|
|
2384
|
+
}>, string>>>;
|
|
2385
|
+
protocol: z.ZodNumber;
|
|
2386
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1313
2387
|
readonly __hex: true;
|
|
1314
|
-
}>,
|
|
2388
|
+
}>, {
|
|
2389
|
+
readonly __hash: true;
|
|
2390
|
+
}>, string>>>>;
|
|
1315
2391
|
$epoch: z.ZodNumber;
|
|
1316
2392
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1317
2393
|
schema: z.ZodString;
|
|
@@ -1432,19 +2508,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1432
2508
|
readonly __hash: true;
|
|
1433
2509
|
}>>>>;
|
|
1434
2510
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1435
|
-
block: z.ZodNumber
|
|
2511
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1436
2512
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1437
|
-
previous: z.ZodNullable<z.
|
|
1438
|
-
readonly __hex: true;
|
|
1439
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1440
|
-
readonly __hex: true;
|
|
1441
|
-
}>, unknown>>>;
|
|
1442
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1443
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2513
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1444
2514
|
readonly __hex: true;
|
|
1445
|
-
}>,
|
|
2515
|
+
}>, {
|
|
2516
|
+
readonly __hash: true;
|
|
2517
|
+
}>, string>>>;
|
|
2518
|
+
protocol: z.ZodNumber;
|
|
2519
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1446
2520
|
readonly __hex: true;
|
|
1447
|
-
}>,
|
|
2521
|
+
}>, {
|
|
2522
|
+
readonly __hash: true;
|
|
2523
|
+
}>, string>>>>;
|
|
1448
2524
|
$epoch: z.ZodNumber;
|
|
1449
2525
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1450
2526
|
schema: z.ZodString;
|
|
@@ -1521,19 +2597,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1521
2597
|
readonly __hash: true;
|
|
1522
2598
|
}>>>>;
|
|
1523
2599
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1524
|
-
block: z.ZodNumber
|
|
2600
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1525
2601
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1526
|
-
previous: z.ZodNullable<z.
|
|
1527
|
-
readonly __hex: true;
|
|
1528
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1529
|
-
readonly __hex: true;
|
|
1530
|
-
}>, unknown>>>;
|
|
1531
|
-
protocol: z.ZodOptional<z.ZodNumber>;
|
|
1532
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2602
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1533
2603
|
readonly __hex: true;
|
|
1534
|
-
}>,
|
|
2604
|
+
}>, {
|
|
2605
|
+
readonly __hash: true;
|
|
2606
|
+
}>, string>>>;
|
|
2607
|
+
protocol: z.ZodNumber;
|
|
2608
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1535
2609
|
readonly __hex: true;
|
|
1536
|
-
}>,
|
|
2610
|
+
}>, {
|
|
2611
|
+
readonly __hash: true;
|
|
2612
|
+
}>, string>>>>;
|
|
1537
2613
|
$epoch: z.ZodNumber;
|
|
1538
2614
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1539
2615
|
schema: z.ZodString;
|