@xyo-network/xl1-rpc 1.15.27 → 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/index.d.ts +5 -0
- package/dist/neutral/engine/index.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromConnection.d.ts +2 -2
- package/dist/neutral/engine/rpcMethodHandlersFromConnection.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts +4 -0
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -0
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts +4 -0
- package/dist/neutral/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts.map +1 -0
- 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/index.d.ts +2 -0
- package/dist/neutral/engine-node/index.d.ts.map +1 -0
- package/dist/neutral/engine-node/rpcEngineFromConnection.d.ts +4 -0
- package/dist/neutral/engine-node/rpcEngineFromConnection.d.ts.map +1 -0
- package/dist/neutral/index-node.d.ts +2 -1
- package/dist/neutral/index-node.d.ts.map +1 -1
- package/dist/neutral/index.mjs +1151 -753
- 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 -8
- package/dist/neutral/provider/connection/HttpRpcXyoConnection.d.ts.map +1 -1
- package/dist/neutral/provider/connection/XyoBaseConnection.d.ts +1 -12
- package/dist/neutral/provider/connection/XyoBaseConnection.d.ts.map +1 -1
- package/dist/neutral/provider/connection/spec/XyoConnection.spec.d.ts +2 -0
- package/dist/neutral/provider/connection/spec/XyoConnection.spec.d.ts.map +1 -0
- 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 -3
- 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 -10
- 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 +10 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts +7 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakeViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts +5 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts +12 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts +5 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts +12 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts +5 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts +12 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts +5 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts +12 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts +16 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts +6 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcViewer.d.ts +7 -0
- package/dist/neutral/provider/viewer/JsonRpcViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +10 -7
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/index.d.ts +2 -0
- package/dist/neutral/provider/viewer/index.d.ts.map +1 -1
- package/dist/neutral/transport/index.d.ts +0 -1
- package/dist/neutral/transport/index.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakeViewerRpc.d.ts +7 -4
- package/dist/neutral/types/NetworkStakeViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts +10 -0
- package/dist/neutral/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts +10 -0
- package/dist/neutral/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts +10 -0
- package/dist/neutral/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts +10 -0
- package/dist/neutral/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/NetworkStakingStepRewardsViewerRpc.d.ts +10 -0
- package/dist/neutral/types/NetworkStakingStepRewardsViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/RpcMethodName.d.ts +6 -0
- package/dist/neutral/types/RpcMethodName.d.ts.map +1 -0
- 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/XyoProviderRpc.d.ts +1 -7
- package/dist/neutral/types/XyoProviderRpc.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 +3 -3
- package/dist/neutral/types/XyoViewerRpc.d.ts.map +1 -1
- package/dist/neutral/types/index.d.ts +6 -0
- package/dist/neutral/types/index.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +1992 -1535
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts +6 -6
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +212 -0
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +244 -0
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +244 -0
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +204 -0
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/StepRewardsViewerRpcSchemas.d.ts +2 -0
- package/dist/neutral/types/schema/StepRewardsViewerRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +1 -344
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.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/BlockRange.d.ts +3 -0
- package/dist/neutral/types/schema/common/BlockRange.d.ts.map +1 -0
- 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/RewardsRangeOptions.d.ts +15 -0
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts.map +1 -0
- 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/index.d.ts +2 -0
- package/dist/neutral/types/schema/common/index.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/neutral/types/schema/index.d.ts +5 -1
- package/dist/neutral/types/schema/index.d.ts.map +1 -1
- package/dist/node/engine/index.d.ts +5 -0
- package/dist/node/engine/index.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromConnection.d.ts +2 -2
- package/dist/node/engine/rpcMethodHandlersFromConnection.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts +4 -0
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -0
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts +4 -0
- package/dist/node/engine/rpcMethodHandlersFromNetworkStakingViewer.d.ts.map +1 -0
- 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/index.d.ts +2 -0
- package/dist/node/engine-node/index.d.ts.map +1 -0
- package/dist/node/engine-node/rpcEngineFromConnection.d.ts +4 -0
- package/dist/node/engine-node/rpcEngineFromConnection.d.ts.map +1 -0
- package/dist/node/index-node.d.ts +2 -1
- package/dist/node/index-node.d.ts.map +1 -1
- package/dist/node/index-node.mjs +1155 -757
- 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 -8
- package/dist/node/provider/connection/HttpRpcXyoConnection.d.ts.map +1 -1
- package/dist/node/provider/connection/XyoBaseConnection.d.ts +1 -12
- package/dist/node/provider/connection/XyoBaseConnection.d.ts.map +1 -1
- package/dist/node/provider/connection/spec/XyoConnection.spec.d.ts +2 -0
- package/dist/node/provider/connection/spec/XyoConnection.spec.d.ts.map +1 -0
- 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 -3
- 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 -10
- 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 +10 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts +7 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakeViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts +5 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts +12 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts +5 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts +12 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts +5 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts +12 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts +5 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts +12 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts +16 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts +6 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcViewer.d.ts +7 -0
- package/dist/node/provider/viewer/JsonRpcViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +10 -7
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/index.d.ts +2 -0
- package/dist/node/provider/viewer/index.d.ts.map +1 -1
- package/dist/node/transport/index.d.ts +0 -1
- package/dist/node/transport/index.d.ts.map +1 -1
- package/dist/node/types/NetworkStakeViewerRpc.d.ts +7 -4
- package/dist/node/types/NetworkStakeViewerRpc.d.ts.map +1 -1
- package/dist/node/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts +10 -0
- package/dist/node/types/NetworkStakingStepRewardsByPositionViewerRpc.d.ts.map +1 -0
- package/dist/node/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts +10 -0
- package/dist/node/types/NetworkStakingStepRewardsByStakerViewerRpc.d.ts.map +1 -0
- package/dist/node/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts +10 -0
- package/dist/node/types/NetworkStakingStepRewardsByStepViewerRpc.d.ts.map +1 -0
- package/dist/node/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts +10 -0
- package/dist/node/types/NetworkStakingStepRewardsTotalViewerRpc.d.ts.map +1 -0
- package/dist/node/types/NetworkStakingStepRewardsViewerRpc.d.ts +10 -0
- package/dist/node/types/NetworkStakingStepRewardsViewerRpc.d.ts.map +1 -0
- package/dist/node/types/RpcMethodName.d.ts +6 -0
- package/dist/node/types/RpcMethodName.d.ts.map +1 -0
- 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/XyoProviderRpc.d.ts +1 -7
- package/dist/node/types/XyoProviderRpc.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 +3 -3
- package/dist/node/types/XyoViewerRpc.d.ts.map +1 -1
- package/dist/node/types/index.d.ts +6 -0
- package/dist/node/types/index.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +1992 -1535
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts +6 -6
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +212 -0
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +244 -0
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +244 -0
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +204 -0
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/StepRewardsViewerRpcSchemas.d.ts +2 -0
- package/dist/node/types/schema/StepRewardsViewerRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +1 -344
- package/dist/node/types/schema/XyoSignerRpcSchemas.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/BlockRange.d.ts +3 -0
- package/dist/node/types/schema/common/BlockRange.d.ts.map +1 -0
- 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/RewardsRangeOptions.d.ts +15 -0
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts.map +1 -0
- 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/index.d.ts +2 -0
- package/dist/node/types/schema/common/index.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/dist/node/types/schema/index.d.ts +5 -1
- package/dist/node/types/schema/index.d.ts.map +1 -1
- package/package.json +31 -33
- package/src/engine/index.ts +5 -0
- package/src/engine/rpcMethodHandlersFromConnection.ts +12 -8
- package/src/engine/rpcMethodHandlersFromNetworkStakingStepRewardsByPositionViewer.ts +14 -0
- package/src/engine/rpcMethodHandlersFromNetworkStakingViewer.ts +7 -0
- package/src/engine/rpcMethodHandlersFromPermissions.ts +1 -1
- package/src/engine/rpcMethodHandlersFromRunner.ts +1 -1
- package/src/engine/rpcMethodHandlersFromSigner.ts +1 -2
- package/src/engine/rpcMethodHandlersFromViewer.ts +1 -1
- package/src/engine-node/index.ts +1 -0
- package/src/{engine → engine-node}/rpcEngineFromConnection.ts +5 -5
- package/src/index-node.ts +2 -2
- package/src/provider/client/MemoryXyoClient.ts +1 -1
- package/src/provider/client/spec/MemoryXyoClient.spec.ts +2 -4
- package/src/provider/connection/HttpRpcXyoConnection.ts +13 -20
- package/src/provider/connection/XyoBaseConnection.ts +2 -80
- package/src/provider/connection/spec/XyoConnection.spec.ts +30 -0
- 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 +5 -16
- package/src/provider/gateway/MemoryXyoGateway.ts +1 -1
- package/src/provider/gateway/spec/MemoryXyoGateway.spec.ts +12 -8
- 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 -34
- package/src/provider/signer/MemoryXyoSigner.ts +2 -1
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +57 -17
- package/src/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewer.ts +19 -0
- package/src/provider/viewer/JsonRpcNetworkStakeViewer/JsonRpcNetworkStakeViewerMethods.ts +9 -0
- package/src/provider/viewer/JsonRpcNetworkStakeViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewer.ts +6 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/JsonRpcNetworkStakingStepRewardsByPositionViewerMethods.ts +27 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByPositionViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewer.ts +5 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/JsonRpcNetworkStakingStepRewardsByStakerViewerMethods.ts +27 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStakerViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewer.ts +5 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/JsonRpcNetworkStakingStepRewardsByStepViewerMethods.ts +27 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsByStepViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewer.ts +5 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/JsonRpcNetworkStakingStepRewardsTotalViewerMethods.ts +27 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsTotalViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewer.ts +42 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/JsonRpcNetworkStakingStepRewardsViewerMethods.ts +6 -0
- package/src/provider/viewer/JsonRpcNetworkStakingStepRewardsViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcViewer.ts +10 -0
- package/src/provider/viewer/JsonRpcXyoViewer.ts +25 -17
- package/src/provider/viewer/index.ts +2 -0
- package/src/provider/viewer/spec/JsonRpcXyoViewer.spec.ts +4 -3
- package/src/transport/index.ts +0 -1
- package/src/types/NetworkStakeViewerRpc.ts +9 -5
- package/src/types/NetworkStakingStepRewardsByPositionViewerRpc.ts +16 -0
- package/src/types/NetworkStakingStepRewardsByStakerViewerRpc.ts +15 -0
- package/src/types/NetworkStakingStepRewardsByStepViewerRpc.ts +15 -0
- package/src/types/NetworkStakingStepRewardsTotalViewerRpc.ts +15 -0
- package/src/types/NetworkStakingStepRewardsViewerRpc.ts +15 -0
- package/src/types/RpcMethodName.ts +3 -0
- package/src/types/StepViewerRpc.ts +2 -2
- package/src/types/XyoPermissions.ts +2 -2
- package/src/types/XyoProviderRpc.ts +2 -17
- package/src/types/XyoRunnerRpc.ts +2 -2
- package/src/types/XyoSignerRpc.ts +2 -3
- package/src/types/XyoViewerRpc.ts +4 -4
- package/src/types/index.ts +6 -0
- package/src/types/schema/AllRpcSchemas.ts +2 -2
- package/src/types/schema/NetworkStakeViewerRpcSchemas.ts +5 -5
- package/src/types/schema/RewardsByPositionViewerRpcSchemas.ts +60 -0
- package/src/types/schema/RewardsByStakerViewerRpcSchemas.ts +59 -0
- package/src/types/schema/RewardsByStepViewerRpcSchemas.ts +59 -0
- package/src/types/schema/RewardsTotalViewerRpcSchemas.ts +60 -0
- package/src/types/schema/StepRewardsViewerRpcSchemas.ts +4 -0
- package/src/types/schema/XyoSignerRpcSchemas.ts +2 -34
- package/src/types/schema/XyoViewerRpcSchemas.ts +59 -152
- package/src/types/schema/common/BlockBoundWitness.ts +9 -5
- package/src/types/schema/common/BlockRange.ts +6 -0
- package/src/types/schema/common/BoundWitness.ts +4 -1
- package/src/types/schema/common/RewardsRangeOptions.ts +12 -0
- package/src/types/schema/common/Transfer.ts +6 -3
- package/src/types/schema/common/index.ts +2 -0
- package/src/types/schema/index.ts +5 -1
- package/dist/neutral/engine/index-node.d.ts +0 -4
- package/dist/neutral/engine/index-node.d.ts.map +0 -1
- package/dist/neutral/engine/rpcEngineFromConnection.d.ts +0 -4
- package/dist/neutral/engine/rpcEngineFromConnection.d.ts.map +0 -1
- package/dist/neutral/provider/connection/spec/XyoConnection.d.ts +0 -2
- package/dist/neutral/provider/connection/spec/XyoConnection.d.ts.map +0 -1
- package/dist/neutral/transport/post-message/SessionEnvelope.d.ts +0 -11
- package/dist/neutral/transport/post-message/SessionEnvelope.d.ts.map +0 -1
- package/dist/neutral/transport/post-message/helpers.d.ts +0 -14
- package/dist/neutral/transport/post-message/helpers.d.ts.map +0 -1
- package/dist/neutral/transport/post-message/index.d.ts +0 -2
- package/dist/neutral/transport/post-message/index.d.ts.map +0 -1
- package/dist/neutral/transport/post-message/resolveData.d.ts +0 -13
- package/dist/neutral/transport/post-message/resolveData.d.ts.map +0 -1
- package/dist/neutral/types/schema/XyoProviderRpcSchemas.d.ts +0 -298
- package/dist/neutral/types/schema/XyoProviderRpcSchemas.d.ts.map +0 -1
- 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/engine/index-node.d.ts +0 -4
- package/dist/node/engine/index-node.d.ts.map +0 -1
- package/dist/node/engine/rpcEngineFromConnection.d.ts +0 -4
- package/dist/node/engine/rpcEngineFromConnection.d.ts.map +0 -1
- package/dist/node/provider/connection/spec/XyoConnection.d.ts +0 -2
- package/dist/node/provider/connection/spec/XyoConnection.d.ts.map +0 -1
- package/dist/node/transport/post-message/SessionEnvelope.d.ts +0 -11
- package/dist/node/transport/post-message/SessionEnvelope.d.ts.map +0 -1
- package/dist/node/transport/post-message/helpers.d.ts +0 -14
- package/dist/node/transport/post-message/helpers.d.ts.map +0 -1
- package/dist/node/transport/post-message/index.d.ts +0 -2
- package/dist/node/transport/post-message/index.d.ts.map +0 -1
- package/dist/node/transport/post-message/resolveData.d.ts +0 -13
- package/dist/node/transport/post-message/resolveData.d.ts.map +0 -1
- package/dist/node/types/schema/XyoProviderRpcSchemas.d.ts +0 -298
- package/dist/node/types/schema/XyoProviderRpcSchemas.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/engine/index-node.ts +0 -3
- package/src/provider/connection/spec/XyoConnection.ts +0 -26
- package/src/transport/post-message/SessionEnvelope.ts +0 -20
- package/src/transport/post-message/helpers.ts +0 -24
- package/src/transport/post-message/index.ts +0 -1
- package/src/transport/post-message/resolveData.ts +0 -30
- package/src/types/global.d.ts +0 -15
- package/src/types/schema/XyoProviderRpcSchemas.ts +0 -37
- /package/src/types/schema/common/spec/{UnsignedHydratedTransactionSchema.spec copy.ts → UnsignedHydratedTransactionSchema.spec.ts} +0 -0
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
export declare const AllRpcSchemas: {
|
|
2
|
+
networkStakeViewer_active: {
|
|
3
|
+
params: {
|
|
4
|
+
from: import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>], null>;
|
|
5
|
+
to: import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>], null>;
|
|
6
|
+
};
|
|
7
|
+
result: {
|
|
8
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
9
|
+
readonly __hex: true;
|
|
10
|
+
}>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
11
|
+
readonly __hex: true;
|
|
12
|
+
}>>>, import("zod").ZodNumber], null>;
|
|
13
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
14
|
+
readonly __hex: true;
|
|
15
|
+
}>, bigint>>, import("zod").ZodNumber], null>;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
2
18
|
xyoPermissions_getPermissions: {
|
|
3
19
|
params: {
|
|
4
20
|
to: import("zod").ZodArray<import("zod").ZodAny>;
|
|
@@ -71,16 +87,16 @@ export declare const AllRpcSchemas: {
|
|
|
71
87
|
};
|
|
72
88
|
xyoViewer_networkStakeStepRewardClaimedByAddress: {
|
|
73
89
|
params: {
|
|
74
|
-
to: import("zod").
|
|
90
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
75
91
|
readonly __hex: true;
|
|
76
92
|
}>, {
|
|
77
93
|
readonly __address: true;
|
|
78
|
-
}>, string>>], null
|
|
79
|
-
from: import("zod").
|
|
94
|
+
}>, string>>], null>;
|
|
95
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
80
96
|
readonly __hex: true;
|
|
81
97
|
}>, {
|
|
82
98
|
readonly __address: true;
|
|
83
|
-
}>, string>>], null
|
|
99
|
+
}>, string>>], null>;
|
|
84
100
|
};
|
|
85
101
|
result: {
|
|
86
102
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -95,22 +111,22 @@ export declare const AllRpcSchemas: {
|
|
|
95
111
|
};
|
|
96
112
|
xyoViewer_networkStakeStepRewardAddressReward: {
|
|
97
113
|
params: {
|
|
98
|
-
to: import("zod").
|
|
114
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
99
115
|
block: import("zod").ZodNumber;
|
|
100
116
|
step: import("zod").ZodNumber;
|
|
101
117
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
102
118
|
readonly __hex: true;
|
|
103
119
|
}>, {
|
|
104
120
|
readonly __address: true;
|
|
105
|
-
}>, string>>], null
|
|
106
|
-
from: import("zod").
|
|
121
|
+
}>, string>>], null>;
|
|
122
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
107
123
|
block: import("zod").ZodNumber;
|
|
108
124
|
step: import("zod").ZodNumber;
|
|
109
125
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
110
126
|
readonly __hex: true;
|
|
111
127
|
}>, {
|
|
112
128
|
readonly __address: true;
|
|
113
|
-
}>, string>>], null
|
|
129
|
+
}>, string>>], null>;
|
|
114
130
|
};
|
|
115
131
|
result: {
|
|
116
132
|
to: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -133,16 +149,16 @@ export declare const AllRpcSchemas: {
|
|
|
133
149
|
};
|
|
134
150
|
xyoViewer_networkStakeStepRewardAddressHistory: {
|
|
135
151
|
params: {
|
|
136
|
-
to: import("zod").
|
|
152
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
137
153
|
readonly __hex: true;
|
|
138
154
|
}>, {
|
|
139
155
|
readonly __address: true;
|
|
140
|
-
}>, string>>], null
|
|
141
|
-
from: import("zod").
|
|
156
|
+
}>, string>>], null>;
|
|
157
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
142
158
|
readonly __hex: true;
|
|
143
159
|
}>, {
|
|
144
160
|
readonly __address: true;
|
|
145
|
-
}>, string>>], null
|
|
161
|
+
}>, string>>], null>;
|
|
146
162
|
};
|
|
147
163
|
result: {
|
|
148
164
|
to: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -165,22 +181,22 @@ export declare const AllRpcSchemas: {
|
|
|
165
181
|
};
|
|
166
182
|
xyoViewer_networkStakeStepRewardAddressShare: {
|
|
167
183
|
params: {
|
|
168
|
-
to: import("zod").
|
|
184
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
169
185
|
block: import("zod").ZodNumber;
|
|
170
186
|
step: import("zod").ZodNumber;
|
|
171
187
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
172
188
|
readonly __hex: true;
|
|
173
189
|
}>, {
|
|
174
190
|
readonly __address: true;
|
|
175
|
-
}>, string>>], null
|
|
176
|
-
from: import("zod").
|
|
191
|
+
}>, string>>], null>;
|
|
192
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
177
193
|
block: import("zod").ZodNumber;
|
|
178
194
|
step: import("zod").ZodNumber;
|
|
179
195
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
180
196
|
readonly __hex: true;
|
|
181
197
|
}>, {
|
|
182
198
|
readonly __address: true;
|
|
183
|
-
}>, string>>], null
|
|
199
|
+
}>, string>>], null>;
|
|
184
200
|
};
|
|
185
201
|
result: {
|
|
186
202
|
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -201,22 +217,22 @@ export declare const AllRpcSchemas: {
|
|
|
201
217
|
};
|
|
202
218
|
xyoViewer_networkStakeStepRewardWeightForAddress: {
|
|
203
219
|
params: {
|
|
204
|
-
to: import("zod").
|
|
220
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
205
221
|
block: import("zod").ZodNumber;
|
|
206
222
|
step: import("zod").ZodNumber;
|
|
207
223
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
208
224
|
readonly __hex: true;
|
|
209
225
|
}>, {
|
|
210
226
|
readonly __address: true;
|
|
211
|
-
}>, string>>], null
|
|
212
|
-
from: import("zod").
|
|
227
|
+
}>, string>>], null>;
|
|
228
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
213
229
|
block: import("zod").ZodNumber;
|
|
214
230
|
step: import("zod").ZodNumber;
|
|
215
231
|
}, import("zod/v4/core").$strip>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
216
232
|
readonly __hex: true;
|
|
217
233
|
}>, {
|
|
218
234
|
readonly __address: true;
|
|
219
|
-
}>, string>>], null
|
|
235
|
+
}>, string>>], null>;
|
|
220
236
|
};
|
|
221
237
|
result: {
|
|
222
238
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -231,16 +247,16 @@ export declare const AllRpcSchemas: {
|
|
|
231
247
|
};
|
|
232
248
|
xyoViewer_networkStakeStepRewardUnclaimedByAddress: {
|
|
233
249
|
params: {
|
|
234
|
-
to: import("zod").
|
|
250
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
235
251
|
readonly __hex: true;
|
|
236
252
|
}>, {
|
|
237
253
|
readonly __address: true;
|
|
238
|
-
}>, string>>], null
|
|
239
|
-
from: import("zod").
|
|
254
|
+
}>, string>>], null>;
|
|
255
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
240
256
|
readonly __hex: true;
|
|
241
257
|
}>, {
|
|
242
258
|
readonly __address: true;
|
|
243
|
-
}>, string>>], null
|
|
259
|
+
}>, string>>], null>;
|
|
244
260
|
};
|
|
245
261
|
result: {
|
|
246
262
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -255,14 +271,14 @@ export declare const AllRpcSchemas: {
|
|
|
255
271
|
};
|
|
256
272
|
xyoViewer_networkStakeStepRewardPoolRewards: {
|
|
257
273
|
params: {
|
|
258
|
-
to: import("zod").
|
|
274
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
259
275
|
block: import("zod").ZodNumber;
|
|
260
276
|
step: import("zod").ZodNumber;
|
|
261
|
-
}, import("zod/v4/core").$strip>], null
|
|
262
|
-
from: import("zod").
|
|
277
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
278
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
263
279
|
block: import("zod").ZodNumber;
|
|
264
280
|
step: import("zod").ZodNumber;
|
|
265
|
-
}, import("zod/v4/core").$strip>], null
|
|
281
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
266
282
|
};
|
|
267
283
|
result: {
|
|
268
284
|
to: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -285,14 +301,14 @@ export declare const AllRpcSchemas: {
|
|
|
285
301
|
};
|
|
286
302
|
xyoViewer_networkStakeStepRewardPositionWeight: {
|
|
287
303
|
params: {
|
|
288
|
-
to: import("zod").
|
|
304
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
289
305
|
block: import("zod").ZodNumber;
|
|
290
306
|
step: import("zod").ZodNumber;
|
|
291
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
292
|
-
from: import("zod").
|
|
307
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
308
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
293
309
|
block: import("zod").ZodNumber;
|
|
294
310
|
step: import("zod").ZodNumber;
|
|
295
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
311
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
296
312
|
};
|
|
297
313
|
result: {
|
|
298
314
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -307,14 +323,14 @@ export declare const AllRpcSchemas: {
|
|
|
307
323
|
};
|
|
308
324
|
xyoViewer_networkStakeStepRewardPotentialPositionLoss: {
|
|
309
325
|
params: {
|
|
310
|
-
to: import("zod").
|
|
326
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
311
327
|
block: import("zod").ZodNumber;
|
|
312
328
|
step: import("zod").ZodNumber;
|
|
313
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
314
|
-
from: import("zod").
|
|
329
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
330
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
315
331
|
block: import("zod").ZodNumber;
|
|
316
332
|
step: import("zod").ZodNumber;
|
|
317
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
333
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
318
334
|
};
|
|
319
335
|
result: {
|
|
320
336
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -329,14 +345,14 @@ export declare const AllRpcSchemas: {
|
|
|
329
345
|
};
|
|
330
346
|
xyoViewer_networkStakeStepRewardForStep: {
|
|
331
347
|
params: {
|
|
332
|
-
to: import("zod").
|
|
348
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
333
349
|
block: import("zod").ZodNumber;
|
|
334
350
|
step: import("zod").ZodNumber;
|
|
335
|
-
}, import("zod/v4/core").$strip>], null
|
|
336
|
-
from: import("zod").
|
|
351
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
352
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
337
353
|
block: import("zod").ZodNumber;
|
|
338
354
|
step: import("zod").ZodNumber;
|
|
339
|
-
}, import("zod/v4/core").$strip>], null
|
|
355
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
340
356
|
};
|
|
341
357
|
result: {
|
|
342
358
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -351,14 +367,14 @@ export declare const AllRpcSchemas: {
|
|
|
351
367
|
};
|
|
352
368
|
xyoViewer_networkStakeStepRewardRandomizer: {
|
|
353
369
|
params: {
|
|
354
|
-
to: import("zod").
|
|
370
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
355
371
|
block: import("zod").ZodNumber;
|
|
356
372
|
step: import("zod").ZodNumber;
|
|
357
|
-
}, import("zod/v4/core").$strip>], null
|
|
358
|
-
from: import("zod").
|
|
373
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
374
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
359
375
|
block: import("zod").ZodNumber;
|
|
360
376
|
step: import("zod").ZodNumber;
|
|
361
|
-
}, import("zod/v4/core").$strip>], null
|
|
377
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
362
378
|
};
|
|
363
379
|
result: {
|
|
364
380
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -373,14 +389,14 @@ export declare const AllRpcSchemas: {
|
|
|
373
389
|
};
|
|
374
390
|
xyoViewer_networkStakeStepRewardStakerCount: {
|
|
375
391
|
params: {
|
|
376
|
-
to: import("zod").
|
|
392
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
377
393
|
block: import("zod").ZodNumber;
|
|
378
394
|
step: import("zod").ZodNumber;
|
|
379
|
-
}, import("zod/v4/core").$strip>], null
|
|
380
|
-
from: import("zod").
|
|
395
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
396
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
381
397
|
block: import("zod").ZodNumber;
|
|
382
398
|
step: import("zod").ZodNumber;
|
|
383
|
-
}, import("zod/v4/core").$strip>], null
|
|
399
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
384
400
|
};
|
|
385
401
|
result: {
|
|
386
402
|
to: import("zod").ZodNumber;
|
|
@@ -389,14 +405,14 @@ export declare const AllRpcSchemas: {
|
|
|
389
405
|
};
|
|
390
406
|
xyoViewer_networkStakeStepRewardPoolShares: {
|
|
391
407
|
params: {
|
|
392
|
-
to: import("zod").
|
|
408
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
393
409
|
block: import("zod").ZodNumber;
|
|
394
410
|
step: import("zod").ZodNumber;
|
|
395
|
-
}, import("zod/v4/core").$strip>], null
|
|
396
|
-
from: import("zod").
|
|
411
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
412
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
397
413
|
block: import("zod").ZodNumber;
|
|
398
414
|
step: import("zod").ZodNumber;
|
|
399
|
-
}, import("zod/v4/core").$strip>], null
|
|
415
|
+
}, import("zod/v4/core").$strip>], null>;
|
|
400
416
|
};
|
|
401
417
|
result: {
|
|
402
418
|
to: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -419,14 +435,14 @@ export declare const AllRpcSchemas: {
|
|
|
419
435
|
};
|
|
420
436
|
xyoViewer_networkStakeStepRewardForStepForPosition: {
|
|
421
437
|
params: {
|
|
422
|
-
to: import("zod").
|
|
438
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
423
439
|
block: import("zod").ZodNumber;
|
|
424
440
|
step: import("zod").ZodNumber;
|
|
425
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
426
|
-
from: import("zod").
|
|
441
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
442
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
427
443
|
block: import("zod").ZodNumber;
|
|
428
444
|
step: import("zod").ZodNumber;
|
|
429
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null
|
|
445
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNumber], null>;
|
|
430
446
|
};
|
|
431
447
|
result: {
|
|
432
448
|
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -447,8 +463,8 @@ export declare const AllRpcSchemas: {
|
|
|
447
463
|
};
|
|
448
464
|
xyoViewer_networkStakeStepRewardForPosition: {
|
|
449
465
|
params: {
|
|
450
|
-
to: import("zod").
|
|
451
|
-
from: import("zod").
|
|
466
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
467
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
452
468
|
};
|
|
453
469
|
result: {
|
|
454
470
|
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -469,8 +485,8 @@ export declare const AllRpcSchemas: {
|
|
|
469
485
|
};
|
|
470
486
|
xyoViewer_networkStakeStepRewardsForRange: {
|
|
471
487
|
params: {
|
|
472
|
-
to: import("zod").
|
|
473
|
-
from: import("zod").
|
|
488
|
+
to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
489
|
+
from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
474
490
|
};
|
|
475
491
|
result: {
|
|
476
492
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -485,8 +501,8 @@ export declare const AllRpcSchemas: {
|
|
|
485
501
|
};
|
|
486
502
|
xyoViewer_networkStakeStepRewardsForStepLevel: {
|
|
487
503
|
params: {
|
|
488
|
-
to: import("zod").
|
|
489
|
-
from: import("zod").
|
|
504
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
505
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
490
506
|
};
|
|
491
507
|
result: {
|
|
492
508
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -501,8 +517,8 @@ export declare const AllRpcSchemas: {
|
|
|
501
517
|
};
|
|
502
518
|
xyoViewer_networkStakeStepRewardsForPosition: {
|
|
503
519
|
params: {
|
|
504
|
-
to: import("zod").
|
|
505
|
-
from: import("zod").
|
|
520
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
521
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>], null>;
|
|
506
522
|
};
|
|
507
523
|
result: {
|
|
508
524
|
to: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -523,16 +539,16 @@ export declare const AllRpcSchemas: {
|
|
|
523
539
|
};
|
|
524
540
|
xyoViewer_accountBalance: {
|
|
525
541
|
params: {
|
|
526
|
-
to: import("zod").
|
|
542
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
527
543
|
readonly __hex: true;
|
|
528
544
|
}>, {
|
|
529
545
|
readonly __address: true;
|
|
530
|
-
}>, string>>], null
|
|
531
|
-
from: import("zod").
|
|
546
|
+
}>, string>>], null>;
|
|
547
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
532
548
|
readonly __hex: true;
|
|
533
549
|
}>, {
|
|
534
550
|
readonly __address: true;
|
|
535
|
-
}>, string>>], null
|
|
551
|
+
}>, string>>], null>;
|
|
536
552
|
};
|
|
537
553
|
result: {
|
|
538
554
|
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -547,286 +563,136 @@ export declare const AllRpcSchemas: {
|
|
|
547
563
|
};
|
|
548
564
|
xyoViewer_accountBalanceHistory: {
|
|
549
565
|
params: {
|
|
550
|
-
to: import("zod").
|
|
566
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
551
567
|
readonly __hex: true;
|
|
552
568
|
}>, {
|
|
553
569
|
readonly __address: true;
|
|
554
|
-
}>, string>>], null
|
|
555
|
-
from: import("zod").
|
|
570
|
+
}>, string>>, import("zod").ZodOptional<import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>, import("zod").ZodOptional<import("zod").ZodNumber>], null>>], null>;
|
|
571
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
556
572
|
readonly __hex: true;
|
|
557
573
|
}>, {
|
|
558
574
|
readonly __address: true;
|
|
559
|
-
}>, string>>], null
|
|
575
|
+
}>, string>>, import("zod").ZodOptional<import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>, import("zod").ZodOptional<import("zod").ZodNumber>], null>>], null>;
|
|
560
576
|
};
|
|
561
577
|
result: {
|
|
562
|
-
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
readonly __hash: true;
|
|
566
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
567
|
-
readonly __hex: true;
|
|
568
|
-
}>, {
|
|
569
|
-
readonly __hash: true;
|
|
570
|
-
}>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
571
|
-
readonly __hex: true;
|
|
572
|
-
}>, {
|
|
573
|
-
readonly __hash: true;
|
|
574
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
575
|
-
readonly __hex: true;
|
|
576
|
-
}>, {
|
|
577
|
-
readonly __hash: true;
|
|
578
|
-
}>, unknown>>, import("zod").ZodObject<{
|
|
579
|
-
schema: import("zod").ZodLiteral<"network.xyo.transfer">;
|
|
580
|
-
epoch: import("zod").ZodNumber;
|
|
581
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
578
|
+
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
579
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
580
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
582
581
|
readonly __hex: true;
|
|
583
582
|
}>, {
|
|
584
583
|
readonly __address: true;
|
|
585
|
-
}>, string
|
|
586
|
-
|
|
584
|
+
}>, string>>>;
|
|
585
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
586
|
+
readonly __hex: true;
|
|
587
|
+
}>, {
|
|
588
|
+
readonly __hash: true;
|
|
589
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
590
|
+
readonly __hex: true;
|
|
591
|
+
}>, {
|
|
592
|
+
readonly __hash: true;
|
|
593
|
+
}>, unknown>>>;
|
|
594
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
595
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
596
|
+
readonly __hex: true;
|
|
597
|
+
}>, {
|
|
598
|
+
readonly __hash: true;
|
|
599
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
600
|
+
readonly __hex: true;
|
|
601
|
+
}>, {
|
|
602
|
+
readonly __hash: true;
|
|
603
|
+
}>, unknown>>>>;
|
|
604
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
587
605
|
readonly __hex: true;
|
|
588
606
|
}>, {
|
|
589
607
|
readonly __address: true;
|
|
590
|
-
}>, string
|
|
608
|
+
}>, string>>>;
|
|
609
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
591
610
|
readonly __hex: true;
|
|
592
|
-
}>,
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
readonly
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
611
|
+
}>, {
|
|
612
|
+
readonly __hash: true;
|
|
613
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
614
|
+
readonly __hex: true;
|
|
615
|
+
}>, {
|
|
616
|
+
readonly __hash: true;
|
|
617
|
+
}>, unknown>>>;
|
|
618
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
619
|
+
readonly __hex: true;
|
|
620
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
621
|
+
readonly __hex: true;
|
|
622
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
623
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
624
|
+
readonly __hex: true;
|
|
625
|
+
}>, {
|
|
626
|
+
readonly __hash: true;
|
|
627
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
628
|
+
readonly __hex: true;
|
|
629
|
+
}>, {
|
|
630
|
+
readonly __hash: true;
|
|
631
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
632
|
+
readonly __hex: true;
|
|
633
|
+
}>, {
|
|
634
|
+
readonly __hash: true;
|
|
635
|
+
}>>>>;
|
|
636
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
637
|
+
readonly __hex: true;
|
|
638
|
+
}>, {
|
|
639
|
+
readonly __hash: true;
|
|
640
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
641
|
+
readonly __hex: true;
|
|
642
|
+
}>, {
|
|
643
|
+
readonly __hash: true;
|
|
644
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
645
|
+
readonly __hex: true;
|
|
646
|
+
}>, {
|
|
647
|
+
readonly __hash: true;
|
|
648
|
+
}>>>>;
|
|
649
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
650
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
651
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
652
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
653
|
+
readonly __hex: true;
|
|
654
|
+
}>, {
|
|
655
|
+
readonly __hash: true;
|
|
656
|
+
}>, string>>>;
|
|
657
|
+
protocol: import("zod").ZodNumber;
|
|
658
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
659
|
+
readonly __hex: true;
|
|
660
|
+
}>, {
|
|
661
|
+
readonly __hash: true;
|
|
662
|
+
}>, string>>>>;
|
|
663
|
+
$epoch: import("zod").ZodNumber;
|
|
664
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNullable<import("zod").ZodObject<{
|
|
665
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
666
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
614
667
|
readonly __hex: true;
|
|
615
668
|
}>, {
|
|
616
669
|
readonly __address: true;
|
|
617
|
-
}>, string
|
|
618
|
-
|
|
670
|
+
}>, string>>>;
|
|
671
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
672
|
+
readonly __hex: true;
|
|
673
|
+
}>, {
|
|
674
|
+
readonly __hash: true;
|
|
675
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
676
|
+
readonly __hex: true;
|
|
677
|
+
}>, {
|
|
678
|
+
readonly __hash: true;
|
|
679
|
+
}>, unknown>>>;
|
|
680
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
681
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
682
|
+
readonly __hex: true;
|
|
683
|
+
}>, {
|
|
684
|
+
readonly __hash: true;
|
|
685
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
686
|
+
readonly __hex: true;
|
|
687
|
+
}>, {
|
|
688
|
+
readonly __hash: true;
|
|
689
|
+
}>, unknown>>>>;
|
|
690
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
619
691
|
readonly __hex: true;
|
|
620
692
|
}>, {
|
|
621
693
|
readonly __address: true;
|
|
622
|
-
}>, string
|
|
623
|
-
|
|
624
|
-
}>, bigint>>>;
|
|
625
|
-
}, import("zod/v4/core").$strict>], null>>;
|
|
626
|
-
};
|
|
627
|
-
};
|
|
628
|
-
xyoViewer_transferPairBalance: {
|
|
629
|
-
params: {
|
|
630
|
-
to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
631
|
-
readonly __hex: true;
|
|
632
|
-
}>, {
|
|
633
|
-
readonly __address: true;
|
|
634
|
-
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
635
|
-
readonly __hex: true;
|
|
636
|
-
}>, {
|
|
637
|
-
readonly __address: true;
|
|
638
|
-
}>, string>>], null>], null>]>;
|
|
639
|
-
from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
640
|
-
readonly __hex: true;
|
|
641
|
-
}>, {
|
|
642
|
-
readonly __address: true;
|
|
643
|
-
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
644
|
-
readonly __hex: true;
|
|
645
|
-
}>, {
|
|
646
|
-
readonly __address: true;
|
|
647
|
-
}>, string>>], null>], null>]>;
|
|
648
|
-
};
|
|
649
|
-
result: {
|
|
650
|
-
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
651
|
-
readonly __hex: true;
|
|
652
|
-
}>, bigint>>;
|
|
653
|
-
from: import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
654
|
-
readonly __hex: true;
|
|
655
|
-
}>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
656
|
-
readonly __hex: true;
|
|
657
|
-
}>>>;
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
xyoViewer_transferPairBalanceHistory: {
|
|
661
|
-
params: {
|
|
662
|
-
to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
663
|
-
readonly __hex: true;
|
|
664
|
-
}>, {
|
|
665
|
-
readonly __address: true;
|
|
666
|
-
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
667
|
-
readonly __hex: true;
|
|
668
|
-
}>, {
|
|
669
|
-
readonly __address: true;
|
|
670
|
-
}>, string>>], null>], null>]>;
|
|
671
|
-
from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
672
|
-
readonly __hex: true;
|
|
673
|
-
}>, {
|
|
674
|
-
readonly __address: true;
|
|
675
|
-
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
676
|
-
readonly __hex: true;
|
|
677
|
-
}>, {
|
|
678
|
-
readonly __address: true;
|
|
679
|
-
}>, string>>], null>], null>]>;
|
|
680
|
-
};
|
|
681
|
-
result: {
|
|
682
|
-
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
683
|
-
readonly __hex: true;
|
|
684
|
-
}>, {
|
|
685
|
-
readonly __hash: true;
|
|
686
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
687
|
-
readonly __hex: true;
|
|
688
|
-
}>, {
|
|
689
|
-
readonly __hash: true;
|
|
690
|
-
}>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
691
|
-
readonly __hex: true;
|
|
692
|
-
}>, {
|
|
693
|
-
readonly __hash: true;
|
|
694
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
695
|
-
readonly __hex: true;
|
|
696
|
-
}>, {
|
|
697
|
-
readonly __hash: true;
|
|
698
|
-
}>, unknown>>, import("zod").ZodObject<{
|
|
699
|
-
schema: import("zod").ZodString;
|
|
700
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
701
|
-
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
702
|
-
readonly __hex: true;
|
|
703
|
-
}>, {
|
|
704
|
-
readonly __hash: true;
|
|
705
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
706
|
-
readonly __hex: true;
|
|
707
|
-
}>, {
|
|
708
|
-
readonly __hash: true;
|
|
709
|
-
}>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
710
|
-
readonly __hex: true;
|
|
711
|
-
}>, {
|
|
712
|
-
readonly __hash: true;
|
|
713
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
714
|
-
readonly __hex: true;
|
|
715
|
-
}>, {
|
|
716
|
-
readonly __hash: true;
|
|
717
|
-
}>, unknown>>, import("zod").ZodObject<{
|
|
718
|
-
schema: import("zod").ZodString;
|
|
719
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
720
|
-
};
|
|
721
|
-
};
|
|
722
|
-
xyoViewer_transferBalance: {
|
|
723
|
-
params: {
|
|
724
|
-
to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
725
|
-
readonly __hex: true;
|
|
726
|
-
}>, {
|
|
727
|
-
readonly __address: true;
|
|
728
|
-
}>, string>>], null>]>;
|
|
729
|
-
from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
730
|
-
readonly __hex: true;
|
|
731
|
-
}>, {
|
|
732
|
-
readonly __address: true;
|
|
733
|
-
}>, string>>], null>]>;
|
|
734
|
-
};
|
|
735
|
-
result: {
|
|
736
|
-
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
737
|
-
readonly __hex: true;
|
|
738
|
-
}>, bigint>>;
|
|
739
|
-
from: import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
740
|
-
readonly __hex: true;
|
|
741
|
-
}>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
742
|
-
readonly __hex: true;
|
|
743
|
-
}>>>;
|
|
744
|
-
};
|
|
745
|
-
};
|
|
746
|
-
xyoViewer_transferBalanceHistory: {
|
|
747
|
-
params: {
|
|
748
|
-
to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
749
|
-
readonly __hex: true;
|
|
750
|
-
}>, {
|
|
751
|
-
readonly __address: true;
|
|
752
|
-
}>, string>>], null>]>;
|
|
753
|
-
from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
754
|
-
readonly __hex: true;
|
|
755
|
-
}>, {
|
|
756
|
-
readonly __address: true;
|
|
757
|
-
}>, string>>], null>]>;
|
|
758
|
-
};
|
|
759
|
-
result: {
|
|
760
|
-
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
761
|
-
readonly __hex: true;
|
|
762
|
-
}>, {
|
|
763
|
-
readonly __hash: true;
|
|
764
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
765
|
-
readonly __hex: true;
|
|
766
|
-
}>, {
|
|
767
|
-
readonly __hash: true;
|
|
768
|
-
}>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
769
|
-
readonly __hex: true;
|
|
770
|
-
}>, {
|
|
771
|
-
readonly __hash: true;
|
|
772
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
773
|
-
readonly __hex: true;
|
|
774
|
-
}>, {
|
|
775
|
-
readonly __hash: true;
|
|
776
|
-
}>, unknown>>, import("zod").ZodObject<{
|
|
777
|
-
schema: import("zod").ZodString;
|
|
778
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
779
|
-
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
780
|
-
readonly __hex: true;
|
|
781
|
-
}>, {
|
|
782
|
-
readonly __hash: true;
|
|
783
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
784
|
-
readonly __hex: true;
|
|
785
|
-
}>, {
|
|
786
|
-
readonly __hash: true;
|
|
787
|
-
}>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
788
|
-
readonly __hex: true;
|
|
789
|
-
}>, {
|
|
790
|
-
readonly __hash: true;
|
|
791
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
792
|
-
readonly __hex: true;
|
|
793
|
-
}>, {
|
|
794
|
-
readonly __hash: true;
|
|
795
|
-
}>, unknown>>, import("zod").ZodObject<{
|
|
796
|
-
schema: import("zod").ZodString;
|
|
797
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
xyoViewer_blockByHash: {
|
|
801
|
-
params: {
|
|
802
|
-
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
803
|
-
readonly __hex: true;
|
|
804
|
-
}>, {
|
|
805
|
-
readonly __hash: true;
|
|
806
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
807
|
-
readonly __hex: true;
|
|
808
|
-
}>, {
|
|
809
|
-
readonly __hash: true;
|
|
810
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
811
|
-
readonly __hex: true;
|
|
812
|
-
}>, {
|
|
813
|
-
readonly __hash: true;
|
|
814
|
-
}>>>], null>;
|
|
815
|
-
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
816
|
-
readonly __hex: true;
|
|
817
|
-
}>, {
|
|
818
|
-
readonly __hash: true;
|
|
819
|
-
}>, string>>], null>;
|
|
820
|
-
};
|
|
821
|
-
result: {
|
|
822
|
-
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
823
|
-
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
824
|
-
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
825
|
-
readonly __hex: true;
|
|
826
|
-
}>, {
|
|
827
|
-
readonly __address: true;
|
|
828
|
-
}>, string>>>;
|
|
829
|
-
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
694
|
+
}>, string>>>;
|
|
695
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
830
696
|
readonly __hex: true;
|
|
831
697
|
}>, {
|
|
832
698
|
readonly __hash: true;
|
|
@@ -835,8 +701,12 @@ export declare const AllRpcSchemas: {
|
|
|
835
701
|
}>, {
|
|
836
702
|
readonly __hash: true;
|
|
837
703
|
}>, unknown>>>;
|
|
838
|
-
|
|
839
|
-
|
|
704
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
705
|
+
readonly __hex: true;
|
|
706
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
707
|
+
readonly __hex: true;
|
|
708
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
709
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
840
710
|
readonly __hex: true;
|
|
841
711
|
}>, {
|
|
842
712
|
readonly __hash: true;
|
|
@@ -844,13 +714,12 @@ export declare const AllRpcSchemas: {
|
|
|
844
714
|
readonly __hex: true;
|
|
845
715
|
}>, {
|
|
846
716
|
readonly __hash: true;
|
|
847
|
-
}>, unknown
|
|
848
|
-
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
717
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
849
718
|
readonly __hex: true;
|
|
850
719
|
}>, {
|
|
851
|
-
readonly
|
|
852
|
-
}
|
|
853
|
-
|
|
720
|
+
readonly __hash: true;
|
|
721
|
+
}>>>>;
|
|
722
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
854
723
|
readonly __hex: true;
|
|
855
724
|
}>, {
|
|
856
725
|
readonly __hash: true;
|
|
@@ -858,13 +727,59 @@ export declare const AllRpcSchemas: {
|
|
|
858
727
|
readonly __hex: true;
|
|
859
728
|
}>, {
|
|
860
729
|
readonly __hash: true;
|
|
861
|
-
}>, unknown
|
|
862
|
-
|
|
730
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
731
|
+
readonly __hex: true;
|
|
732
|
+
}>, {
|
|
733
|
+
readonly __hash: true;
|
|
734
|
+
}>>>>;
|
|
735
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
736
|
+
nbf: import("zod").ZodNumber;
|
|
737
|
+
exp: import("zod").ZodNumber;
|
|
738
|
+
fees: import("zod").ZodObject<{
|
|
739
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
740
|
+
readonly __hex: true;
|
|
741
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
742
|
+
readonly __hex: true;
|
|
743
|
+
}>, unknown>>;
|
|
744
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
745
|
+
readonly __hex: true;
|
|
746
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
747
|
+
readonly __hex: true;
|
|
748
|
+
}>, unknown>>;
|
|
749
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
750
|
+
readonly __hex: true;
|
|
751
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
752
|
+
readonly __hex: true;
|
|
753
|
+
}>, unknown>>;
|
|
754
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
755
|
+
readonly __hex: true;
|
|
756
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
757
|
+
readonly __hex: true;
|
|
758
|
+
}>, unknown>>;
|
|
759
|
+
}, import("zod/v4/core").$strip>;
|
|
760
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
761
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
762
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
763
|
+
}, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
|
|
764
|
+
schema: import("zod").ZodLiteral<"network.xyo.transfer">;
|
|
765
|
+
$opCodes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
766
|
+
context: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$strip>>;
|
|
767
|
+
epoch: import("zod").ZodNumber;
|
|
768
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
769
|
+
readonly __hex: true;
|
|
770
|
+
}>, {
|
|
771
|
+
readonly __address: true;
|
|
772
|
+
}>, string>>;
|
|
773
|
+
transfers: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
774
|
+
readonly __hex: true;
|
|
775
|
+
}>, {
|
|
776
|
+
readonly __address: true;
|
|
777
|
+
}>, string>>, import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
863
778
|
readonly __hex: true;
|
|
864
779
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
865
780
|
readonly __hex: true;
|
|
866
|
-
}>, unknown
|
|
867
|
-
_hash: import("zod").
|
|
781
|
+
}>, unknown>>>;
|
|
782
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
868
783
|
readonly __hex: true;
|
|
869
784
|
}>, {
|
|
870
785
|
readonly __hash: true;
|
|
@@ -876,8 +791,8 @@ export declare const AllRpcSchemas: {
|
|
|
876
791
|
readonly __hex: true;
|
|
877
792
|
}>, {
|
|
878
793
|
readonly __hash: true;
|
|
879
|
-
}
|
|
880
|
-
_dataHash: import("zod").
|
|
794
|
+
}>>>;
|
|
795
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
881
796
|
readonly __hex: true;
|
|
882
797
|
}>, {
|
|
883
798
|
readonly __hash: true;
|
|
@@ -889,26 +804,10 @@ export declare const AllRpcSchemas: {
|
|
|
889
804
|
readonly __hex: true;
|
|
890
805
|
}>, {
|
|
891
806
|
readonly __hash: true;
|
|
892
|
-
}
|
|
893
|
-
_sequence: import("zod").
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
897
|
-
readonly __hex: true;
|
|
898
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
899
|
-
readonly __hex: true;
|
|
900
|
-
}>, unknown>>>;
|
|
901
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
902
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
903
|
-
readonly __hex: true;
|
|
904
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
905
|
-
readonly __hex: true;
|
|
906
|
-
}>, unknown>>>>;
|
|
907
|
-
$epoch: import("zod").ZodNumber;
|
|
908
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
909
|
-
schema: import("zod").ZodString;
|
|
910
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
911
|
-
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
807
|
+
}>>>;
|
|
808
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
809
|
+
}, import("zod/v4/core").$strict>], null>>;
|
|
810
|
+
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
912
811
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
913
812
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
914
813
|
readonly __hex: true;
|
|
@@ -980,32 +879,21 @@ export declare const AllRpcSchemas: {
|
|
|
980
879
|
readonly __hash: true;
|
|
981
880
|
}>>>>;
|
|
982
881
|
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
983
|
-
block: import("zod").ZodNumber
|
|
882
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
984
883
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
985
|
-
previous: import("zod").ZodNullable<import("zod").
|
|
986
|
-
readonly __hex: true;
|
|
987
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
988
|
-
readonly __hex: true;
|
|
989
|
-
}>, unknown>>>;
|
|
990
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
991
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
884
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
992
885
|
readonly __hex: true;
|
|
993
|
-
}>,
|
|
886
|
+
}>, {
|
|
887
|
+
readonly __hash: true;
|
|
888
|
+
}>, string>>>;
|
|
889
|
+
protocol: import("zod").ZodNumber;
|
|
890
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
994
891
|
readonly __hex: true;
|
|
995
|
-
}>,
|
|
892
|
+
}>, {
|
|
893
|
+
readonly __hash: true;
|
|
894
|
+
}>, string>>>>;
|
|
996
895
|
$epoch: import("zod").ZodNumber;
|
|
997
|
-
}, import("zod/v4/core").$strip>, import("zod").
|
|
998
|
-
schema: import("zod").ZodString;
|
|
999
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
1000
|
-
};
|
|
1001
|
-
};
|
|
1002
|
-
xyoViewer_blockByNumber: {
|
|
1003
|
-
params: {
|
|
1004
|
-
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1005
|
-
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1006
|
-
};
|
|
1007
|
-
result: {
|
|
1008
|
-
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
896
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1009
897
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1010
898
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1011
899
|
readonly __hex: true;
|
|
@@ -1077,69 +965,53 @@ export declare const AllRpcSchemas: {
|
|
|
1077
965
|
readonly __hash: true;
|
|
1078
966
|
}>>>>;
|
|
1079
967
|
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1080
|
-
|
|
968
|
+
nbf: import("zod").ZodNumber;
|
|
969
|
+
exp: import("zod").ZodNumber;
|
|
970
|
+
fees: import("zod").ZodObject<{
|
|
971
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
972
|
+
readonly __hex: true;
|
|
973
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
974
|
+
readonly __hex: true;
|
|
975
|
+
}>, unknown>>;
|
|
976
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
977
|
+
readonly __hex: true;
|
|
978
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
979
|
+
readonly __hex: true;
|
|
980
|
+
}>, unknown>>;
|
|
981
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
982
|
+
readonly __hex: true;
|
|
983
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
984
|
+
readonly __hex: true;
|
|
985
|
+
}>, unknown>>;
|
|
986
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
987
|
+
readonly __hex: true;
|
|
988
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
989
|
+
readonly __hex: true;
|
|
990
|
+
}>, unknown>>;
|
|
991
|
+
}, import("zod/v4/core").$strip>;
|
|
1081
992
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1091
|
-
readonly __hex: true;
|
|
1092
|
-
}>, unknown>>>>;
|
|
1093
|
-
$epoch: import("zod").ZodNumber;
|
|
1094
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1095
|
-
schema: import("zod").ZodString;
|
|
1096
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
1097
|
-
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1098
|
-
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1099
|
-
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
993
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
994
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
995
|
+
}, import("zod/v4/core").$strip>>, import("zod").ZodObject<{
|
|
996
|
+
schema: import("zod").ZodLiteral<"network.xyo.transfer">;
|
|
997
|
+
$opCodes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
998
|
+
context: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$strip>>;
|
|
999
|
+
epoch: import("zod").ZodNumber;
|
|
1000
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1100
1001
|
readonly __hex: true;
|
|
1101
1002
|
}>, {
|
|
1102
1003
|
readonly __address: true;
|
|
1103
|
-
}>, string
|
|
1104
|
-
|
|
1105
|
-
readonly __hex: true;
|
|
1106
|
-
}>, {
|
|
1107
|
-
readonly __hash: true;
|
|
1108
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1109
|
-
readonly __hex: true;
|
|
1110
|
-
}>, {
|
|
1111
|
-
readonly __hash: true;
|
|
1112
|
-
}>, unknown>>>;
|
|
1113
|
-
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1114
|
-
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1115
|
-
readonly __hex: true;
|
|
1116
|
-
}>, {
|
|
1117
|
-
readonly __hash: true;
|
|
1118
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1119
|
-
readonly __hex: true;
|
|
1120
|
-
}>, {
|
|
1121
|
-
readonly __hash: true;
|
|
1122
|
-
}>, unknown>>>>;
|
|
1123
|
-
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1004
|
+
}>, string>>;
|
|
1005
|
+
transfers: import("zod").ZodRecord<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1124
1006
|
readonly __hex: true;
|
|
1125
1007
|
}>, {
|
|
1126
1008
|
readonly __address: true;
|
|
1127
|
-
}>, string
|
|
1128
|
-
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1129
|
-
readonly __hex: true;
|
|
1130
|
-
}>, {
|
|
1131
|
-
readonly __hash: true;
|
|
1132
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1133
|
-
readonly __hex: true;
|
|
1134
|
-
}>, {
|
|
1135
|
-
readonly __hash: true;
|
|
1136
|
-
}>, unknown>>>;
|
|
1137
|
-
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1009
|
+
}>, string>>, import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1138
1010
|
readonly __hex: true;
|
|
1139
1011
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1140
1012
|
readonly __hex: true;
|
|
1141
|
-
}>, unknown
|
|
1142
|
-
_hash: import("zod").
|
|
1013
|
+
}>, unknown>>>;
|
|
1014
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1143
1015
|
readonly __hex: true;
|
|
1144
1016
|
}>, {
|
|
1145
1017
|
readonly __hash: true;
|
|
@@ -1151,8 +1023,8 @@ export declare const AllRpcSchemas: {
|
|
|
1151
1023
|
readonly __hex: true;
|
|
1152
1024
|
}>, {
|
|
1153
1025
|
readonly __hash: true;
|
|
1154
|
-
}
|
|
1155
|
-
_dataHash: import("zod").
|
|
1026
|
+
}>>>;
|
|
1027
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1156
1028
|
readonly __hex: true;
|
|
1157
1029
|
}>, {
|
|
1158
1030
|
readonly __hash: true;
|
|
@@ -1164,47 +1036,63 @@ export declare const AllRpcSchemas: {
|
|
|
1164
1036
|
readonly __hex: true;
|
|
1165
1037
|
}>, {
|
|
1166
1038
|
readonly __hash: true;
|
|
1167
|
-
}
|
|
1168
|
-
_sequence: import("zod").
|
|
1169
|
-
|
|
1170
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1171
|
-
previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1172
|
-
readonly __hex: true;
|
|
1173
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1174
|
-
readonly __hex: true;
|
|
1175
|
-
}>, unknown>>>;
|
|
1176
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1177
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1178
|
-
readonly __hex: true;
|
|
1179
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1180
|
-
readonly __hex: true;
|
|
1181
|
-
}>, unknown>>>>;
|
|
1182
|
-
$epoch: import("zod").ZodNumber;
|
|
1183
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1184
|
-
schema: import("zod").ZodString;
|
|
1185
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
1039
|
+
}>>>;
|
|
1040
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
1041
|
+
}, import("zod/v4/core").$strict>], null>>;
|
|
1186
1042
|
};
|
|
1187
1043
|
};
|
|
1188
|
-
|
|
1044
|
+
xyoViewer_transferPairBalance: {
|
|
1189
1045
|
params: {
|
|
1190
|
-
to: import("zod").ZodTuple<[import("zod").
|
|
1046
|
+
to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1191
1047
|
readonly __hex: true;
|
|
1192
1048
|
}>, {
|
|
1193
|
-
readonly
|
|
1194
|
-
}>,
|
|
1049
|
+
readonly __address: true;
|
|
1050
|
+
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1195
1051
|
readonly __hex: true;
|
|
1196
1052
|
}>, {
|
|
1197
|
-
readonly
|
|
1198
|
-
}>,
|
|
1199
|
-
from: import("zod").ZodTuple<[import("zod").
|
|
1053
|
+
readonly __address: true;
|
|
1054
|
+
}>, string>>], null>], null>;
|
|
1055
|
+
from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1200
1056
|
readonly __hex: true;
|
|
1201
1057
|
}>, {
|
|
1202
|
-
readonly
|
|
1203
|
-
}>,
|
|
1058
|
+
readonly __address: true;
|
|
1059
|
+
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1204
1060
|
readonly __hex: true;
|
|
1205
1061
|
}>, {
|
|
1206
|
-
readonly
|
|
1207
|
-
}>,
|
|
1062
|
+
readonly __address: true;
|
|
1063
|
+
}>, string>>], null>], null>;
|
|
1064
|
+
};
|
|
1065
|
+
result: {
|
|
1066
|
+
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1067
|
+
readonly __hex: true;
|
|
1068
|
+
}>, bigint>>;
|
|
1069
|
+
from: import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1070
|
+
readonly __hex: true;
|
|
1071
|
+
}>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1072
|
+
readonly __hex: true;
|
|
1073
|
+
}>>>;
|
|
1074
|
+
};
|
|
1075
|
+
};
|
|
1076
|
+
xyoViewer_transferPairBalanceHistory: {
|
|
1077
|
+
params: {
|
|
1078
|
+
to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1079
|
+
readonly __hex: true;
|
|
1080
|
+
}>, {
|
|
1081
|
+
readonly __address: true;
|
|
1082
|
+
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1083
|
+
readonly __hex: true;
|
|
1084
|
+
}>, {
|
|
1085
|
+
readonly __address: true;
|
|
1086
|
+
}>, string>>], null>], null>;
|
|
1087
|
+
from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1088
|
+
readonly __hex: true;
|
|
1089
|
+
}>, {
|
|
1090
|
+
readonly __address: true;
|
|
1091
|
+
}>, string>>, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1092
|
+
readonly __hex: true;
|
|
1093
|
+
}>, {
|
|
1094
|
+
readonly __address: true;
|
|
1095
|
+
}>, string>>], null>], null>;
|
|
1208
1096
|
};
|
|
1209
1097
|
result: {
|
|
1210
1098
|
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
@@ -1252,7 +1140,7 @@ export declare const AllRpcSchemas: {
|
|
|
1252
1140
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1253
1141
|
readonly __hex: true;
|
|
1254
1142
|
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1255
|
-
_hash: import("zod").
|
|
1143
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1256
1144
|
readonly __hex: true;
|
|
1257
1145
|
}>, {
|
|
1258
1146
|
readonly __hash: true;
|
|
@@ -1264,8 +1152,8 @@ export declare const AllRpcSchemas: {
|
|
|
1264
1152
|
readonly __hex: true;
|
|
1265
1153
|
}>, {
|
|
1266
1154
|
readonly __hash: true;
|
|
1267
|
-
}
|
|
1268
|
-
_dataHash: import("zod").
|
|
1155
|
+
}>>>;
|
|
1156
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1269
1157
|
readonly __hex: true;
|
|
1270
1158
|
}>, {
|
|
1271
1159
|
readonly __hash: true;
|
|
@@ -1277,26 +1165,23 @@ export declare const AllRpcSchemas: {
|
|
|
1277
1165
|
readonly __hex: true;
|
|
1278
1166
|
}>, {
|
|
1279
1167
|
readonly __hash: true;
|
|
1280
|
-
}
|
|
1281
|
-
_sequence: import("zod").
|
|
1282
|
-
block: import("zod").ZodNumber
|
|
1168
|
+
}>>>;
|
|
1169
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
1170
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1283
1171
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1284
|
-
previous: import("zod").ZodNullable<import("zod").
|
|
1285
|
-
readonly __hex: true;
|
|
1286
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1287
|
-
readonly __hex: true;
|
|
1288
|
-
}>, unknown>>>;
|
|
1289
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1290
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1172
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1291
1173
|
readonly __hex: true;
|
|
1292
|
-
}>,
|
|
1174
|
+
}>, {
|
|
1175
|
+
readonly __hash: true;
|
|
1176
|
+
}>, string>>>;
|
|
1177
|
+
protocol: import("zod").ZodNumber;
|
|
1178
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1293
1179
|
readonly __hex: true;
|
|
1294
|
-
}>,
|
|
1180
|
+
}>, {
|
|
1181
|
+
readonly __hash: true;
|
|
1182
|
+
}>, string>>>>;
|
|
1295
1183
|
$epoch: import("zod").ZodNumber;
|
|
1296
|
-
}, import("zod/v4/core").$strip>, import("zod").
|
|
1297
|
-
schema: import("zod").ZodString;
|
|
1298
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
1299
|
-
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1184
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodUnion<readonly [import("zod").ZodObject<{
|
|
1300
1185
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1301
1186
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1302
1187
|
readonly __hex: true;
|
|
@@ -1368,68 +1253,37 @@ export declare const AllRpcSchemas: {
|
|
|
1368
1253
|
readonly __hash: true;
|
|
1369
1254
|
}>>>>;
|
|
1370
1255
|
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1371
|
-
|
|
1256
|
+
nbf: import("zod").ZodNumber;
|
|
1257
|
+
exp: import("zod").ZodNumber;
|
|
1258
|
+
fees: import("zod").ZodObject<{
|
|
1259
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1260
|
+
readonly __hex: true;
|
|
1261
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1262
|
+
readonly __hex: true;
|
|
1263
|
+
}>, unknown>>;
|
|
1264
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1265
|
+
readonly __hex: true;
|
|
1266
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1267
|
+
readonly __hex: true;
|
|
1268
|
+
}>, unknown>>;
|
|
1269
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1270
|
+
readonly __hex: true;
|
|
1271
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1272
|
+
readonly __hex: true;
|
|
1273
|
+
}>, unknown>>;
|
|
1274
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1275
|
+
readonly __hex: true;
|
|
1276
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1277
|
+
readonly __hex: true;
|
|
1278
|
+
}>, unknown>>;
|
|
1279
|
+
}, import("zod/v4/core").$strip>;
|
|
1372
1280
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
readonly __hex: true;
|
|
1377
|
-
}>, unknown>>>;
|
|
1378
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1379
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1380
|
-
readonly __hex: true;
|
|
1381
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1382
|
-
readonly __hex: true;
|
|
1383
|
-
}>, unknown>>>>;
|
|
1384
|
-
$epoch: import("zod").ZodNumber;
|
|
1385
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1281
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1282
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1283
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNull]>, import("zod").ZodObject<{
|
|
1386
1284
|
schema: import("zod").ZodString;
|
|
1387
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny
|
|
1388
|
-
|
|
1389
|
-
};
|
|
1390
|
-
xyoViewer_chainId: {
|
|
1391
|
-
params: {
|
|
1392
|
-
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1393
|
-
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1394
|
-
};
|
|
1395
|
-
result: {
|
|
1396
|
-
to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1397
|
-
readonly __hex: true;
|
|
1398
|
-
}>, {
|
|
1399
|
-
readonly __address: true;
|
|
1400
|
-
}>, string>>;
|
|
1401
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1402
|
-
readonly __hex: true;
|
|
1403
|
-
}>, {
|
|
1404
|
-
readonly __address: true;
|
|
1405
|
-
}>, string>>;
|
|
1406
|
-
};
|
|
1407
|
-
};
|
|
1408
|
-
xyoViewer_chainIdAtBlock: {
|
|
1409
|
-
params: {
|
|
1410
|
-
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1411
|
-
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1412
|
-
};
|
|
1413
|
-
result: {
|
|
1414
|
-
to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1415
|
-
readonly __hex: true;
|
|
1416
|
-
}>, {
|
|
1417
|
-
readonly __address: true;
|
|
1418
|
-
}>, string>>;
|
|
1419
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1420
|
-
readonly __hex: true;
|
|
1421
|
-
}>, {
|
|
1422
|
-
readonly __address: true;
|
|
1423
|
-
}>, string>>;
|
|
1424
|
-
};
|
|
1425
|
-
};
|
|
1426
|
-
xyoViewer_currentBlock: {
|
|
1427
|
-
params: {
|
|
1428
|
-
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1429
|
-
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1430
|
-
};
|
|
1431
|
-
result: {
|
|
1432
|
-
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1285
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
1286
|
+
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1433
1287
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1434
1288
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1435
1289
|
readonly __hex: true;
|
|
@@ -1474,7 +1328,7 @@ export declare const AllRpcSchemas: {
|
|
|
1474
1328
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1475
1329
|
readonly __hex: true;
|
|
1476
1330
|
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1477
|
-
_hash: import("zod").
|
|
1331
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1478
1332
|
readonly __hex: true;
|
|
1479
1333
|
}>, {
|
|
1480
1334
|
readonly __hash: true;
|
|
@@ -1486,8 +1340,8 @@ export declare const AllRpcSchemas: {
|
|
|
1486
1340
|
readonly __hex: true;
|
|
1487
1341
|
}>, {
|
|
1488
1342
|
readonly __hash: true;
|
|
1489
|
-
}
|
|
1490
|
-
_dataHash: import("zod").
|
|
1343
|
+
}>>>;
|
|
1344
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1491
1345
|
readonly __hex: true;
|
|
1492
1346
|
}>, {
|
|
1493
1347
|
readonly __hash: true;
|
|
@@ -1499,26 +1353,23 @@ export declare const AllRpcSchemas: {
|
|
|
1499
1353
|
readonly __hex: true;
|
|
1500
1354
|
}>, {
|
|
1501
1355
|
readonly __hash: true;
|
|
1502
|
-
}
|
|
1503
|
-
_sequence: import("zod").
|
|
1504
|
-
block: import("zod").ZodNumber
|
|
1356
|
+
}>>>;
|
|
1357
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
1358
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1505
1359
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1506
|
-
previous: import("zod").ZodNullable<import("zod").
|
|
1507
|
-
readonly __hex: true;
|
|
1508
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1509
|
-
readonly __hex: true;
|
|
1510
|
-
}>, unknown>>>;
|
|
1511
|
-
protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1512
|
-
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1360
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1513
1361
|
readonly __hex: true;
|
|
1514
|
-
}>,
|
|
1362
|
+
}>, {
|
|
1363
|
+
readonly __hash: true;
|
|
1364
|
+
}>, string>>>;
|
|
1365
|
+
protocol: import("zod").ZodNumber;
|
|
1366
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1515
1367
|
readonly __hex: true;
|
|
1516
|
-
}>,
|
|
1368
|
+
}>, {
|
|
1369
|
+
readonly __hash: true;
|
|
1370
|
+
}>, string>>>>;
|
|
1517
1371
|
$epoch: import("zod").ZodNumber;
|
|
1518
|
-
}, import("zod/v4/core").$strip>, import("zod").
|
|
1519
|
-
schema: import("zod").ZodString;
|
|
1520
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
1521
|
-
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1372
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodUnion<readonly [import("zod").ZodObject<{
|
|
1522
1373
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1523
1374
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1524
1375
|
readonly __hex: true;
|
|
@@ -1590,356 +1441,1335 @@ export declare const AllRpcSchemas: {
|
|
|
1590
1441
|
readonly __hash: true;
|
|
1591
1442
|
}>>>>;
|
|
1592
1443
|
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1444
|
+
nbf: import("zod").ZodNumber;
|
|
1445
|
+
exp: import("zod").ZodNumber;
|
|
1446
|
+
fees: import("zod").ZodObject<{
|
|
1447
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1448
|
+
readonly __hex: true;
|
|
1449
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1450
|
+
readonly __hex: true;
|
|
1451
|
+
}>, unknown>>;
|
|
1452
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1453
|
+
readonly __hex: true;
|
|
1454
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1455
|
+
readonly __hex: true;
|
|
1456
|
+
}>, unknown>>;
|
|
1457
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1458
|
+
readonly __hex: true;
|
|
1459
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1460
|
+
readonly __hex: true;
|
|
1461
|
+
}>, unknown>>;
|
|
1462
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1463
|
+
readonly __hex: true;
|
|
1464
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1465
|
+
readonly __hex: true;
|
|
1466
|
+
}>, unknown>>;
|
|
1467
|
+
}, import("zod/v4/core").$strip>;
|
|
1468
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1469
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1470
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1471
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNull]>, import("zod").ZodObject<{
|
|
1608
1472
|
schema: import("zod").ZodString;
|
|
1609
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny
|
|
1473
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
1610
1474
|
};
|
|
1611
1475
|
};
|
|
1612
|
-
|
|
1476
|
+
xyoViewer_transferBalance: {
|
|
1613
1477
|
params: {
|
|
1614
|
-
to: import("zod").
|
|
1615
|
-
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1616
|
-
};
|
|
1617
|
-
result: {
|
|
1618
|
-
to: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1619
|
-
readonly __hex: true;
|
|
1620
|
-
}>, {
|
|
1621
|
-
readonly __hash: true;
|
|
1622
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1623
|
-
readonly __hex: true;
|
|
1624
|
-
}>, {
|
|
1625
|
-
readonly __hash: true;
|
|
1626
|
-
}>, unknown>>;
|
|
1627
|
-
from: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1478
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1628
1479
|
readonly __hex: true;
|
|
1629
1480
|
}>, {
|
|
1630
|
-
readonly
|
|
1631
|
-
}>,
|
|
1481
|
+
readonly __address: true;
|
|
1482
|
+
}>, string>>], null>;
|
|
1483
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1632
1484
|
readonly __hex: true;
|
|
1633
1485
|
}>, {
|
|
1634
|
-
readonly
|
|
1635
|
-
}>,
|
|
1636
|
-
};
|
|
1637
|
-
};
|
|
1638
|
-
xyoViewer_currentBlockNumber: {
|
|
1639
|
-
params: {
|
|
1640
|
-
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1641
|
-
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1642
|
-
};
|
|
1643
|
-
result: {
|
|
1644
|
-
to: import("zod").ZodNumber;
|
|
1645
|
-
from: import("zod").ZodNumber;
|
|
1646
|
-
};
|
|
1647
|
-
};
|
|
1648
|
-
xyoViewer_forkHistory: {
|
|
1649
|
-
params: {
|
|
1650
|
-
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1651
|
-
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1486
|
+
readonly __address: true;
|
|
1487
|
+
}>, string>>], null>;
|
|
1652
1488
|
};
|
|
1653
1489
|
result: {
|
|
1654
|
-
to: import("zod").
|
|
1490
|
+
to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1655
1491
|
readonly __hex: true;
|
|
1656
|
-
}>,
|
|
1657
|
-
|
|
1658
|
-
}>, string>>>;
|
|
1659
|
-
from: import("zod").ZodRecord<import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1492
|
+
}>, bigint>>;
|
|
1493
|
+
from: import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1660
1494
|
readonly __hex: true;
|
|
1661
|
-
}>, {
|
|
1662
|
-
readonly
|
|
1663
|
-
}
|
|
1495
|
+
}>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1496
|
+
readonly __hex: true;
|
|
1497
|
+
}>>>;
|
|
1664
1498
|
};
|
|
1665
1499
|
};
|
|
1666
|
-
|
|
1500
|
+
xyoViewer_transferBalanceHistory: {
|
|
1667
1501
|
params: {
|
|
1668
1502
|
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1669
1503
|
readonly __hex: true;
|
|
1670
1504
|
}>, {
|
|
1671
1505
|
readonly __address: true;
|
|
1672
|
-
}>, string>>, import("zod").ZodNumber], null>;
|
|
1506
|
+
}>, string>>, import("zod").ZodOptional<import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>, import("zod").ZodOptional<import("zod").ZodNumber>], null>>], null>;
|
|
1673
1507
|
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1674
1508
|
readonly __hex: true;
|
|
1675
1509
|
}>, {
|
|
1676
1510
|
readonly __address: true;
|
|
1677
|
-
}>, string>>, import("zod").ZodNumber], null>;
|
|
1511
|
+
}>, string>>, import("zod").ZodOptional<import("zod").ZodTuple<[import("zod").ZodOptional<import("zod").ZodNumber>, import("zod").ZodOptional<import("zod").ZodNumber>], null>>], null>;
|
|
1678
1512
|
};
|
|
1679
1513
|
result: {
|
|
1680
|
-
to: import("zod").
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
id: import("zod").ZodNumber;
|
|
1684
|
-
removeBlock: import("zod").ZodNumber;
|
|
1685
|
-
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1514
|
+
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1515
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1516
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1686
1517
|
readonly __hex: true;
|
|
1687
1518
|
}>, {
|
|
1688
1519
|
readonly __address: true;
|
|
1689
|
-
}>, string
|
|
1690
|
-
|
|
1520
|
+
}>, string>>>;
|
|
1521
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1691
1522
|
readonly __hex: true;
|
|
1692
1523
|
}>, {
|
|
1693
|
-
readonly
|
|
1694
|
-
}>, string
|
|
1695
|
-
withdrawBlock: import("zod").ZodNumber;
|
|
1696
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
1697
|
-
addBlock: number;
|
|
1698
|
-
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1699
|
-
readonly __hex: true;
|
|
1700
|
-
}>;
|
|
1701
|
-
id: number;
|
|
1702
|
-
removeBlock: number;
|
|
1703
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1524
|
+
readonly __hash: true;
|
|
1525
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1704
1526
|
readonly __hex: true;
|
|
1705
1527
|
}>, {
|
|
1706
|
-
readonly
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1528
|
+
readonly __hash: true;
|
|
1529
|
+
}>, unknown>>>;
|
|
1530
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1531
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1709
1532
|
readonly __hex: true;
|
|
1710
1533
|
}>, {
|
|
1711
|
-
readonly
|
|
1712
|
-
}
|
|
1713
|
-
withdrawBlock: number;
|
|
1714
|
-
}, {
|
|
1715
|
-
amount: bigint;
|
|
1716
|
-
addBlock: number;
|
|
1717
|
-
id: number;
|
|
1718
|
-
removeBlock: number;
|
|
1719
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1534
|
+
readonly __hash: true;
|
|
1535
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1720
1536
|
readonly __hex: true;
|
|
1721
1537
|
}>, {
|
|
1722
|
-
readonly
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1538
|
+
readonly __hash: true;
|
|
1539
|
+
}>, unknown>>>>;
|
|
1540
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1725
1541
|
readonly __hex: true;
|
|
1726
1542
|
}>, {
|
|
1727
1543
|
readonly __address: true;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
}>>;
|
|
1731
|
-
from: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
1732
|
-
addBlock: import("zod").ZodNumber;
|
|
1733
|
-
id: import("zod").ZodNumber;
|
|
1734
|
-
removeBlock: import("zod").ZodNumber;
|
|
1735
|
-
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1544
|
+
}>, string>>>;
|
|
1545
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1736
1546
|
readonly __hex: true;
|
|
1737
1547
|
}>, {
|
|
1738
|
-
readonly
|
|
1739
|
-
}>, string
|
|
1740
|
-
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1548
|
+
readonly __hash: true;
|
|
1549
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1741
1550
|
readonly __hex: true;
|
|
1742
1551
|
}>, {
|
|
1743
|
-
readonly
|
|
1744
|
-
}>,
|
|
1745
|
-
|
|
1746
|
-
amount: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1552
|
+
readonly __hash: true;
|
|
1553
|
+
}>, unknown>>>;
|
|
1554
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1747
1555
|
readonly __hex: true;
|
|
1748
1556
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1749
1557
|
readonly __hex: true;
|
|
1750
|
-
}>, unknown>>;
|
|
1751
|
-
|
|
1752
|
-
addBlock: number;
|
|
1753
|
-
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1754
|
-
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1755
|
-
removeBlock: number;
|
|
1756
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1558
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1559
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1757
1560
|
readonly __hex: true;
|
|
1758
1561
|
}>, {
|
|
1759
|
-
readonly
|
|
1760
|
-
}
|
|
1761
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1562
|
+
readonly __hash: true;
|
|
1563
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1762
1564
|
readonly __hex: true;
|
|
1763
1565
|
}>, {
|
|
1764
|
-
readonly
|
|
1765
|
-
}
|
|
1766
|
-
withdrawBlock: number;
|
|
1767
|
-
}, {
|
|
1768
|
-
addBlock: number;
|
|
1769
|
-
id: number;
|
|
1770
|
-
removeBlock: number;
|
|
1771
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1566
|
+
readonly __hash: true;
|
|
1567
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1772
1568
|
readonly __hex: true;
|
|
1773
1569
|
}>, {
|
|
1774
|
-
readonly
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1570
|
+
readonly __hash: true;
|
|
1571
|
+
}>>>;
|
|
1572
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1777
1573
|
readonly __hex: true;
|
|
1778
1574
|
}>, {
|
|
1779
|
-
readonly
|
|
1780
|
-
}
|
|
1781
|
-
withdrawBlock: number;
|
|
1782
|
-
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1783
|
-
readonly __hex: true;
|
|
1784
|
-
}>;
|
|
1785
|
-
}>>;
|
|
1786
|
-
};
|
|
1787
|
-
};
|
|
1788
|
-
xyoViewer_stakeById: {
|
|
1789
|
-
params: {
|
|
1790
|
-
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1791
|
-
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
1792
|
-
};
|
|
1793
|
-
result: {
|
|
1794
|
-
to: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
1795
|
-
amount: import("zod").ZodBigInt;
|
|
1796
|
-
addBlock: import("zod").ZodNumber;
|
|
1797
|
-
id: import("zod").ZodNumber;
|
|
1798
|
-
removeBlock: import("zod").ZodNumber;
|
|
1799
|
-
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1575
|
+
readonly __hash: true;
|
|
1576
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1800
1577
|
readonly __hex: true;
|
|
1801
1578
|
}>, {
|
|
1802
|
-
readonly
|
|
1803
|
-
}>, string
|
|
1804
|
-
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1579
|
+
readonly __hash: true;
|
|
1580
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1805
1581
|
readonly __hex: true;
|
|
1806
1582
|
}>, {
|
|
1807
|
-
readonly
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1583
|
+
readonly __hash: true;
|
|
1584
|
+
}>>>;
|
|
1585
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
1586
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1587
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1588
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1813
1589
|
readonly __hex: true;
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1590
|
+
}>, {
|
|
1591
|
+
readonly __hash: true;
|
|
1592
|
+
}>, string>>>;
|
|
1593
|
+
protocol: import("zod").ZodNumber;
|
|
1594
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1818
1595
|
readonly __hex: true;
|
|
1819
1596
|
}>, {
|
|
1820
|
-
readonly
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1597
|
+
readonly __hash: true;
|
|
1598
|
+
}>, string>>>>;
|
|
1599
|
+
$epoch: import("zod").ZodNumber;
|
|
1600
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodUnion<readonly [import("zod").ZodObject<{
|
|
1601
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1602
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1823
1603
|
readonly __hex: true;
|
|
1824
1604
|
}>, {
|
|
1825
1605
|
readonly __address: true;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
}, {
|
|
1829
|
-
amount: bigint;
|
|
1830
|
-
addBlock: number;
|
|
1831
|
-
id: number;
|
|
1832
|
-
removeBlock: number;
|
|
1833
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1606
|
+
}>, string>>>;
|
|
1607
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1834
1608
|
readonly __hex: true;
|
|
1835
1609
|
}>, {
|
|
1836
|
-
readonly
|
|
1837
|
-
}
|
|
1838
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1610
|
+
readonly __hash: true;
|
|
1611
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1839
1612
|
readonly __hex: true;
|
|
1840
1613
|
}>, {
|
|
1841
|
-
readonly
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1614
|
+
readonly __hash: true;
|
|
1615
|
+
}>, unknown>>>;
|
|
1616
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1617
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1618
|
+
readonly __hex: true;
|
|
1619
|
+
}>, {
|
|
1620
|
+
readonly __hash: true;
|
|
1621
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1622
|
+
readonly __hex: true;
|
|
1623
|
+
}>, {
|
|
1624
|
+
readonly __hash: true;
|
|
1625
|
+
}>, unknown>>>>;
|
|
1626
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1627
|
+
readonly __hex: true;
|
|
1628
|
+
}>, {
|
|
1629
|
+
readonly __address: true;
|
|
1630
|
+
}>, string>>>;
|
|
1631
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1632
|
+
readonly __hex: true;
|
|
1633
|
+
}>, {
|
|
1634
|
+
readonly __hash: true;
|
|
1635
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1636
|
+
readonly __hex: true;
|
|
1637
|
+
}>, {
|
|
1638
|
+
readonly __hash: true;
|
|
1639
|
+
}>, unknown>>>;
|
|
1640
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1641
|
+
readonly __hex: true;
|
|
1642
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1643
|
+
readonly __hex: true;
|
|
1644
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1645
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1646
|
+
readonly __hex: true;
|
|
1647
|
+
}>, {
|
|
1648
|
+
readonly __hash: true;
|
|
1649
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1650
|
+
readonly __hex: true;
|
|
1651
|
+
}>, {
|
|
1652
|
+
readonly __hash: true;
|
|
1653
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1654
|
+
readonly __hex: true;
|
|
1655
|
+
}>, {
|
|
1656
|
+
readonly __hash: true;
|
|
1657
|
+
}>>>>;
|
|
1658
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1659
|
+
readonly __hex: true;
|
|
1660
|
+
}>, {
|
|
1661
|
+
readonly __hash: true;
|
|
1662
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1663
|
+
readonly __hex: true;
|
|
1664
|
+
}>, {
|
|
1665
|
+
readonly __hash: true;
|
|
1666
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1667
|
+
readonly __hex: true;
|
|
1668
|
+
}>, {
|
|
1669
|
+
readonly __hash: true;
|
|
1670
|
+
}>>>>;
|
|
1671
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1672
|
+
nbf: import("zod").ZodNumber;
|
|
1673
|
+
exp: import("zod").ZodNumber;
|
|
1674
|
+
fees: import("zod").ZodObject<{
|
|
1675
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1676
|
+
readonly __hex: true;
|
|
1677
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1678
|
+
readonly __hex: true;
|
|
1679
|
+
}>, unknown>>;
|
|
1680
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1681
|
+
readonly __hex: true;
|
|
1682
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1683
|
+
readonly __hex: true;
|
|
1684
|
+
}>, unknown>>;
|
|
1685
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1686
|
+
readonly __hex: true;
|
|
1687
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1688
|
+
readonly __hex: true;
|
|
1689
|
+
}>, unknown>>;
|
|
1690
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1691
|
+
readonly __hex: true;
|
|
1692
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1693
|
+
readonly __hex: true;
|
|
1694
|
+
}>, unknown>>;
|
|
1695
|
+
}, import("zod/v4/core").$strip>;
|
|
1696
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1697
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1698
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1699
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNull]>, import("zod").ZodObject<{
|
|
1700
|
+
schema: import("zod").ZodString;
|
|
1701
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
1702
|
+
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1703
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1704
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1705
|
+
readonly __hex: true;
|
|
1706
|
+
}>, {
|
|
1707
|
+
readonly __address: true;
|
|
1708
|
+
}>, string>>>;
|
|
1709
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1710
|
+
readonly __hex: true;
|
|
1711
|
+
}>, {
|
|
1712
|
+
readonly __hash: true;
|
|
1713
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1714
|
+
readonly __hex: true;
|
|
1715
|
+
}>, {
|
|
1716
|
+
readonly __hash: true;
|
|
1717
|
+
}>, unknown>>>;
|
|
1718
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1719
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1720
|
+
readonly __hex: true;
|
|
1721
|
+
}>, {
|
|
1722
|
+
readonly __hash: true;
|
|
1723
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1724
|
+
readonly __hex: true;
|
|
1725
|
+
}>, {
|
|
1726
|
+
readonly __hash: true;
|
|
1727
|
+
}>, unknown>>>>;
|
|
1728
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1729
|
+
readonly __hex: true;
|
|
1730
|
+
}>, {
|
|
1731
|
+
readonly __address: true;
|
|
1732
|
+
}>, string>>>;
|
|
1733
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1734
|
+
readonly __hex: true;
|
|
1735
|
+
}>, {
|
|
1736
|
+
readonly __hash: true;
|
|
1737
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1738
|
+
readonly __hex: true;
|
|
1739
|
+
}>, {
|
|
1740
|
+
readonly __hash: true;
|
|
1741
|
+
}>, unknown>>>;
|
|
1742
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1743
|
+
readonly __hex: true;
|
|
1744
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1745
|
+
readonly __hex: true;
|
|
1746
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1747
|
+
_hash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1748
|
+
readonly __hex: true;
|
|
1749
|
+
}>, {
|
|
1750
|
+
readonly __hash: true;
|
|
1751
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1752
|
+
readonly __hex: true;
|
|
1753
|
+
}>, {
|
|
1754
|
+
readonly __hash: true;
|
|
1755
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1756
|
+
readonly __hex: true;
|
|
1757
|
+
}>, {
|
|
1758
|
+
readonly __hash: true;
|
|
1759
|
+
}>>>;
|
|
1760
|
+
_dataHash: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1761
|
+
readonly __hex: true;
|
|
1762
|
+
}>, {
|
|
1763
|
+
readonly __hash: true;
|
|
1764
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1765
|
+
readonly __hex: true;
|
|
1766
|
+
}>, {
|
|
1767
|
+
readonly __hash: true;
|
|
1768
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1769
|
+
readonly __hex: true;
|
|
1770
|
+
}>, {
|
|
1771
|
+
readonly __hash: true;
|
|
1772
|
+
}>>>;
|
|
1773
|
+
_sequence: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>;
|
|
1774
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1775
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1776
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1777
|
+
readonly __hex: true;
|
|
1778
|
+
}>, {
|
|
1779
|
+
readonly __hash: true;
|
|
1780
|
+
}>, string>>>;
|
|
1781
|
+
protocol: import("zod").ZodNumber;
|
|
1782
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1783
|
+
readonly __hex: true;
|
|
1784
|
+
}>, {
|
|
1785
|
+
readonly __hash: true;
|
|
1786
|
+
}>, string>>>>;
|
|
1787
|
+
$epoch: import("zod").ZodNumber;
|
|
1788
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodUnion<readonly [import("zod").ZodObject<{
|
|
1789
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1790
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1791
|
+
readonly __hex: true;
|
|
1792
|
+
}>, {
|
|
1793
|
+
readonly __address: true;
|
|
1794
|
+
}>, string>>>;
|
|
1795
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1796
|
+
readonly __hex: true;
|
|
1797
|
+
}>, {
|
|
1798
|
+
readonly __hash: true;
|
|
1799
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1800
|
+
readonly __hex: true;
|
|
1801
|
+
}>, {
|
|
1802
|
+
readonly __hash: true;
|
|
1803
|
+
}>, unknown>>>;
|
|
1804
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1805
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1806
|
+
readonly __hex: true;
|
|
1807
|
+
}>, {
|
|
1808
|
+
readonly __hash: true;
|
|
1809
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1810
|
+
readonly __hex: true;
|
|
1811
|
+
}>, {
|
|
1812
|
+
readonly __hash: true;
|
|
1813
|
+
}>, unknown>>>>;
|
|
1814
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1815
|
+
readonly __hex: true;
|
|
1816
|
+
}>, {
|
|
1817
|
+
readonly __address: true;
|
|
1818
|
+
}>, string>>>;
|
|
1819
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1820
|
+
readonly __hex: true;
|
|
1821
|
+
}>, {
|
|
1822
|
+
readonly __hash: true;
|
|
1823
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1824
|
+
readonly __hex: true;
|
|
1825
|
+
}>, {
|
|
1826
|
+
readonly __hash: true;
|
|
1827
|
+
}>, unknown>>>;
|
|
1828
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1829
|
+
readonly __hex: true;
|
|
1830
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1831
|
+
readonly __hex: true;
|
|
1832
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1833
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1834
|
+
readonly __hex: true;
|
|
1835
|
+
}>, {
|
|
1836
|
+
readonly __hash: true;
|
|
1837
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1838
|
+
readonly __hex: true;
|
|
1839
|
+
}>, {
|
|
1840
|
+
readonly __hash: true;
|
|
1841
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1842
|
+
readonly __hex: true;
|
|
1843
|
+
}>, {
|
|
1844
|
+
readonly __hash: true;
|
|
1845
|
+
}>>>>;
|
|
1846
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1847
|
+
readonly __hex: true;
|
|
1848
|
+
}>, {
|
|
1849
|
+
readonly __hash: true;
|
|
1850
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1851
|
+
readonly __hex: true;
|
|
1852
|
+
}>, {
|
|
1853
|
+
readonly __hash: true;
|
|
1854
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1855
|
+
readonly __hex: true;
|
|
1856
|
+
}>, {
|
|
1857
|
+
readonly __hash: true;
|
|
1858
|
+
}>>>>;
|
|
1859
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1860
|
+
nbf: import("zod").ZodNumber;
|
|
1861
|
+
exp: import("zod").ZodNumber;
|
|
1862
|
+
fees: import("zod").ZodObject<{
|
|
1863
|
+
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1864
|
+
readonly __hex: true;
|
|
1865
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1866
|
+
readonly __hex: true;
|
|
1867
|
+
}>, unknown>>;
|
|
1868
|
+
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1869
|
+
readonly __hex: true;
|
|
1870
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1871
|
+
readonly __hex: true;
|
|
1872
|
+
}>, unknown>>;
|
|
1873
|
+
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1874
|
+
readonly __hex: true;
|
|
1875
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1876
|
+
readonly __hex: true;
|
|
1877
|
+
}>, unknown>>;
|
|
1878
|
+
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1879
|
+
readonly __hex: true;
|
|
1880
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1881
|
+
readonly __hex: true;
|
|
1882
|
+
}>, unknown>>;
|
|
1883
|
+
}, import("zod/v4/core").$strip>;
|
|
1884
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1885
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1886
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1887
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodNull]>, import("zod").ZodObject<{
|
|
1888
|
+
schema: import("zod").ZodString;
|
|
1889
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
|
|
1890
|
+
};
|
|
1891
|
+
};
|
|
1892
|
+
xyoViewer_blockByHash: {
|
|
1893
|
+
params: {
|
|
1894
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1895
|
+
readonly __hex: true;
|
|
1896
|
+
}>, {
|
|
1897
|
+
readonly __hash: true;
|
|
1898
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1899
|
+
readonly __hex: true;
|
|
1900
|
+
}>, {
|
|
1901
|
+
readonly __hash: true;
|
|
1902
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1903
|
+
readonly __hex: true;
|
|
1904
|
+
}>, {
|
|
1905
|
+
readonly __hash: true;
|
|
1906
|
+
}>>>], null>;
|
|
1907
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1908
|
+
readonly __hex: true;
|
|
1909
|
+
}>, {
|
|
1910
|
+
readonly __hash: true;
|
|
1911
|
+
}>, string>>], null>;
|
|
1912
|
+
};
|
|
1913
|
+
result: {
|
|
1914
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
1915
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
1916
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1917
|
+
readonly __hex: true;
|
|
1918
|
+
}>, {
|
|
1919
|
+
readonly __address: true;
|
|
1920
|
+
}>, string>>>;
|
|
1921
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1922
|
+
readonly __hex: true;
|
|
1923
|
+
}>, {
|
|
1924
|
+
readonly __hash: true;
|
|
1925
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1926
|
+
readonly __hex: true;
|
|
1927
|
+
}>, {
|
|
1928
|
+
readonly __hash: true;
|
|
1929
|
+
}>, unknown>>>;
|
|
1930
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
1931
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1932
|
+
readonly __hex: true;
|
|
1933
|
+
}>, {
|
|
1934
|
+
readonly __hash: true;
|
|
1935
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1936
|
+
readonly __hex: true;
|
|
1937
|
+
}>, {
|
|
1938
|
+
readonly __hash: true;
|
|
1939
|
+
}>, unknown>>>>;
|
|
1940
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1941
|
+
readonly __hex: true;
|
|
1942
|
+
}>, {
|
|
1943
|
+
readonly __address: true;
|
|
1944
|
+
}>, string>>>;
|
|
1945
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1946
|
+
readonly __hex: true;
|
|
1947
|
+
}>, {
|
|
1948
|
+
readonly __hash: true;
|
|
1949
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1950
|
+
readonly __hex: true;
|
|
1951
|
+
}>, {
|
|
1952
|
+
readonly __hash: true;
|
|
1953
|
+
}>, unknown>>>;
|
|
1954
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1955
|
+
readonly __hex: true;
|
|
1956
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1957
|
+
readonly __hex: true;
|
|
1958
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
1959
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1960
|
+
readonly __hex: true;
|
|
1961
|
+
}>, {
|
|
1962
|
+
readonly __hash: true;
|
|
1963
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1964
|
+
readonly __hex: true;
|
|
1965
|
+
}>, {
|
|
1966
|
+
readonly __hash: true;
|
|
1967
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1968
|
+
readonly __hex: true;
|
|
1969
|
+
}>, {
|
|
1970
|
+
readonly __hash: true;
|
|
1971
|
+
}>>>>;
|
|
1972
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1973
|
+
readonly __hex: true;
|
|
1974
|
+
}>, {
|
|
1975
|
+
readonly __hash: true;
|
|
1976
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1977
|
+
readonly __hex: true;
|
|
1978
|
+
}>, {
|
|
1979
|
+
readonly __hash: true;
|
|
1980
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1981
|
+
readonly __hex: true;
|
|
1982
|
+
}>, {
|
|
1983
|
+
readonly __hash: true;
|
|
1984
|
+
}>>>>;
|
|
1985
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
1986
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1987
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1988
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1989
|
+
readonly __hex: true;
|
|
1990
|
+
}>, {
|
|
1991
|
+
readonly __hash: true;
|
|
1992
|
+
}>, string>>>;
|
|
1993
|
+
protocol: import("zod").ZodNumber;
|
|
1994
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1995
|
+
readonly __hex: true;
|
|
1996
|
+
}>, {
|
|
1997
|
+
readonly __hash: true;
|
|
1998
|
+
}>, string>>>>;
|
|
1999
|
+
$epoch: import("zod").ZodNumber;
|
|
2000
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2001
|
+
schema: import("zod").ZodString;
|
|
2002
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
2003
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2004
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2005
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2006
|
+
readonly __hex: true;
|
|
2007
|
+
}>, {
|
|
2008
|
+
readonly __address: true;
|
|
2009
|
+
}>, string>>>;
|
|
2010
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2011
|
+
readonly __hex: true;
|
|
2012
|
+
}>, {
|
|
2013
|
+
readonly __hash: true;
|
|
2014
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2015
|
+
readonly __hex: true;
|
|
2016
|
+
}>, {
|
|
2017
|
+
readonly __hash: true;
|
|
2018
|
+
}>, unknown>>>;
|
|
2019
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2020
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2021
|
+
readonly __hex: true;
|
|
2022
|
+
}>, {
|
|
2023
|
+
readonly __hash: true;
|
|
2024
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2025
|
+
readonly __hex: true;
|
|
2026
|
+
}>, {
|
|
2027
|
+
readonly __hash: true;
|
|
2028
|
+
}>, unknown>>>>;
|
|
2029
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2030
|
+
readonly __hex: true;
|
|
2031
|
+
}>, {
|
|
2032
|
+
readonly __address: true;
|
|
2033
|
+
}>, string>>>;
|
|
2034
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2035
|
+
readonly __hex: true;
|
|
2036
|
+
}>, {
|
|
2037
|
+
readonly __hash: true;
|
|
2038
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2039
|
+
readonly __hex: true;
|
|
2040
|
+
}>, {
|
|
2041
|
+
readonly __hash: true;
|
|
2042
|
+
}>, unknown>>>;
|
|
2043
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2044
|
+
readonly __hex: true;
|
|
2045
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2046
|
+
readonly __hex: true;
|
|
2047
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2048
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2049
|
+
readonly __hex: true;
|
|
2050
|
+
}>, {
|
|
2051
|
+
readonly __hash: true;
|
|
2052
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2053
|
+
readonly __hex: true;
|
|
2054
|
+
}>, {
|
|
2055
|
+
readonly __hash: true;
|
|
2056
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2057
|
+
readonly __hex: true;
|
|
2058
|
+
}>, {
|
|
2059
|
+
readonly __hash: true;
|
|
2060
|
+
}>>>>;
|
|
2061
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2062
|
+
readonly __hex: true;
|
|
2063
|
+
}>, {
|
|
2064
|
+
readonly __hash: true;
|
|
2065
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2066
|
+
readonly __hex: true;
|
|
2067
|
+
}>, {
|
|
2068
|
+
readonly __hash: true;
|
|
2069
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2070
|
+
readonly __hex: true;
|
|
2071
|
+
}>, {
|
|
2072
|
+
readonly __hash: true;
|
|
2073
|
+
}>>>>;
|
|
2074
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2075
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2076
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2077
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2078
|
+
readonly __hex: true;
|
|
2079
|
+
}>, {
|
|
2080
|
+
readonly __hash: true;
|
|
2081
|
+
}>, string>>>;
|
|
2082
|
+
protocol: import("zod").ZodNumber;
|
|
2083
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2084
|
+
readonly __hex: true;
|
|
2085
|
+
}>, {
|
|
2086
|
+
readonly __hash: true;
|
|
2087
|
+
}>, string>>>>;
|
|
2088
|
+
$epoch: import("zod").ZodNumber;
|
|
2089
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2090
|
+
schema: import("zod").ZodString;
|
|
2091
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
2092
|
+
};
|
|
2093
|
+
};
|
|
2094
|
+
xyoViewer_blockByNumber: {
|
|
2095
|
+
params: {
|
|
2096
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2097
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2098
|
+
};
|
|
2099
|
+
result: {
|
|
2100
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2101
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2102
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2103
|
+
readonly __hex: true;
|
|
2104
|
+
}>, {
|
|
2105
|
+
readonly __address: true;
|
|
2106
|
+
}>, string>>>;
|
|
2107
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2108
|
+
readonly __hex: true;
|
|
2109
|
+
}>, {
|
|
2110
|
+
readonly __hash: true;
|
|
2111
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2112
|
+
readonly __hex: true;
|
|
2113
|
+
}>, {
|
|
2114
|
+
readonly __hash: true;
|
|
2115
|
+
}>, unknown>>>;
|
|
2116
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2117
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2118
|
+
readonly __hex: true;
|
|
2119
|
+
}>, {
|
|
2120
|
+
readonly __hash: true;
|
|
2121
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2122
|
+
readonly __hex: true;
|
|
2123
|
+
}>, {
|
|
2124
|
+
readonly __hash: true;
|
|
2125
|
+
}>, unknown>>>>;
|
|
2126
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2127
|
+
readonly __hex: true;
|
|
2128
|
+
}>, {
|
|
2129
|
+
readonly __address: true;
|
|
2130
|
+
}>, string>>>;
|
|
2131
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2132
|
+
readonly __hex: true;
|
|
2133
|
+
}>, {
|
|
2134
|
+
readonly __hash: true;
|
|
2135
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2136
|
+
readonly __hex: true;
|
|
2137
|
+
}>, {
|
|
2138
|
+
readonly __hash: true;
|
|
2139
|
+
}>, unknown>>>;
|
|
2140
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2141
|
+
readonly __hex: true;
|
|
2142
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2143
|
+
readonly __hex: true;
|
|
2144
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2145
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2146
|
+
readonly __hex: true;
|
|
2147
|
+
}>, {
|
|
2148
|
+
readonly __hash: true;
|
|
2149
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2150
|
+
readonly __hex: true;
|
|
2151
|
+
}>, {
|
|
2152
|
+
readonly __hash: true;
|
|
2153
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2154
|
+
readonly __hex: true;
|
|
2155
|
+
}>, {
|
|
2156
|
+
readonly __hash: true;
|
|
2157
|
+
}>>>>;
|
|
2158
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2159
|
+
readonly __hex: true;
|
|
2160
|
+
}>, {
|
|
2161
|
+
readonly __hash: true;
|
|
2162
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2163
|
+
readonly __hex: true;
|
|
2164
|
+
}>, {
|
|
2165
|
+
readonly __hash: true;
|
|
2166
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2167
|
+
readonly __hex: true;
|
|
2168
|
+
}>, {
|
|
2169
|
+
readonly __hash: true;
|
|
2170
|
+
}>>>>;
|
|
2171
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2172
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2173
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2174
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2175
|
+
readonly __hex: true;
|
|
2176
|
+
}>, {
|
|
2177
|
+
readonly __hash: true;
|
|
2178
|
+
}>, string>>>;
|
|
2179
|
+
protocol: import("zod").ZodNumber;
|
|
2180
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2181
|
+
readonly __hex: true;
|
|
2182
|
+
}>, {
|
|
2183
|
+
readonly __hash: true;
|
|
2184
|
+
}>, string>>>>;
|
|
2185
|
+
$epoch: import("zod").ZodNumber;
|
|
2186
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2187
|
+
schema: import("zod").ZodString;
|
|
2188
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
2189
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2190
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2191
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2192
|
+
readonly __hex: true;
|
|
2193
|
+
}>, {
|
|
2194
|
+
readonly __address: true;
|
|
2195
|
+
}>, string>>>;
|
|
2196
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2197
|
+
readonly __hex: true;
|
|
2198
|
+
}>, {
|
|
2199
|
+
readonly __hash: true;
|
|
2200
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2201
|
+
readonly __hex: true;
|
|
2202
|
+
}>, {
|
|
2203
|
+
readonly __hash: true;
|
|
2204
|
+
}>, unknown>>>;
|
|
2205
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2206
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2207
|
+
readonly __hex: true;
|
|
2208
|
+
}>, {
|
|
2209
|
+
readonly __hash: true;
|
|
2210
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2211
|
+
readonly __hex: true;
|
|
2212
|
+
}>, {
|
|
2213
|
+
readonly __hash: true;
|
|
2214
|
+
}>, unknown>>>>;
|
|
2215
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2216
|
+
readonly __hex: true;
|
|
2217
|
+
}>, {
|
|
2218
|
+
readonly __address: true;
|
|
2219
|
+
}>, string>>>;
|
|
2220
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2221
|
+
readonly __hex: true;
|
|
2222
|
+
}>, {
|
|
2223
|
+
readonly __hash: true;
|
|
2224
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2225
|
+
readonly __hex: true;
|
|
2226
|
+
}>, {
|
|
2227
|
+
readonly __hash: true;
|
|
2228
|
+
}>, unknown>>>;
|
|
2229
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2230
|
+
readonly __hex: true;
|
|
2231
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2232
|
+
readonly __hex: true;
|
|
2233
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2234
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2235
|
+
readonly __hex: true;
|
|
2236
|
+
}>, {
|
|
2237
|
+
readonly __hash: true;
|
|
2238
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2239
|
+
readonly __hex: true;
|
|
2240
|
+
}>, {
|
|
2241
|
+
readonly __hash: true;
|
|
2242
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2243
|
+
readonly __hex: true;
|
|
2244
|
+
}>, {
|
|
2245
|
+
readonly __hash: true;
|
|
2246
|
+
}>>>>;
|
|
2247
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2248
|
+
readonly __hex: true;
|
|
2249
|
+
}>, {
|
|
2250
|
+
readonly __hash: true;
|
|
2251
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2252
|
+
readonly __hex: true;
|
|
2253
|
+
}>, {
|
|
2254
|
+
readonly __hash: true;
|
|
2255
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2256
|
+
readonly __hex: true;
|
|
2257
|
+
}>, {
|
|
2258
|
+
readonly __hash: true;
|
|
2259
|
+
}>>>>;
|
|
2260
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2261
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2262
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2263
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2264
|
+
readonly __hex: true;
|
|
2265
|
+
}>, {
|
|
2266
|
+
readonly __hash: true;
|
|
2267
|
+
}>, string>>>;
|
|
2268
|
+
protocol: import("zod").ZodNumber;
|
|
2269
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2270
|
+
readonly __hex: true;
|
|
2271
|
+
}>, {
|
|
2272
|
+
readonly __hash: true;
|
|
2273
|
+
}>, string>>>>;
|
|
2274
|
+
$epoch: import("zod").ZodNumber;
|
|
2275
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2276
|
+
schema: import("zod").ZodString;
|
|
2277
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
2278
|
+
};
|
|
2279
|
+
};
|
|
2280
|
+
xyoViewer_blocksByHash: {
|
|
2281
|
+
params: {
|
|
2282
|
+
to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2283
|
+
readonly __hex: true;
|
|
2284
|
+
}>, {
|
|
2285
|
+
readonly __hash: true;
|
|
2286
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2287
|
+
readonly __hex: true;
|
|
2288
|
+
}>, {
|
|
2289
|
+
readonly __hash: true;
|
|
2290
|
+
}>, unknown>>, import("zod").ZodOptional<import("zod").ZodNumber>], null>;
|
|
2291
|
+
from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2292
|
+
readonly __hex: true;
|
|
2293
|
+
}>, {
|
|
2294
|
+
readonly __hash: true;
|
|
2295
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2296
|
+
readonly __hex: true;
|
|
2297
|
+
}>, {
|
|
2298
|
+
readonly __hash: true;
|
|
2299
|
+
}>, unknown>>, import("zod").ZodOptional<import("zod").ZodNumber>], null>;
|
|
2300
|
+
};
|
|
2301
|
+
result: {
|
|
2302
|
+
to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2303
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2304
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2305
|
+
readonly __hex: true;
|
|
2306
|
+
}>, {
|
|
2307
|
+
readonly __address: true;
|
|
2308
|
+
}>, string>>>;
|
|
2309
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2310
|
+
readonly __hex: true;
|
|
2311
|
+
}>, {
|
|
2312
|
+
readonly __hash: true;
|
|
2313
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2314
|
+
readonly __hex: true;
|
|
2315
|
+
}>, {
|
|
2316
|
+
readonly __hash: true;
|
|
2317
|
+
}>, unknown>>>;
|
|
2318
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2319
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2320
|
+
readonly __hex: true;
|
|
2321
|
+
}>, {
|
|
2322
|
+
readonly __hash: true;
|
|
2323
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2324
|
+
readonly __hex: true;
|
|
2325
|
+
}>, {
|
|
2326
|
+
readonly __hash: true;
|
|
2327
|
+
}>, unknown>>>>;
|
|
2328
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2329
|
+
readonly __hex: true;
|
|
2330
|
+
}>, {
|
|
2331
|
+
readonly __address: true;
|
|
2332
|
+
}>, string>>>;
|
|
2333
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2334
|
+
readonly __hex: true;
|
|
2335
|
+
}>, {
|
|
2336
|
+
readonly __hash: true;
|
|
2337
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2338
|
+
readonly __hex: true;
|
|
2339
|
+
}>, {
|
|
2340
|
+
readonly __hash: true;
|
|
2341
|
+
}>, unknown>>>;
|
|
2342
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2343
|
+
readonly __hex: true;
|
|
2344
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2345
|
+
readonly __hex: true;
|
|
2346
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2347
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2348
|
+
readonly __hex: true;
|
|
2349
|
+
}>, {
|
|
2350
|
+
readonly __hash: true;
|
|
2351
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2352
|
+
readonly __hex: true;
|
|
2353
|
+
}>, {
|
|
2354
|
+
readonly __hash: true;
|
|
2355
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2356
|
+
readonly __hex: true;
|
|
2357
|
+
}>, {
|
|
2358
|
+
readonly __hash: true;
|
|
2359
|
+
}>>>>;
|
|
2360
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2361
|
+
readonly __hex: true;
|
|
2362
|
+
}>, {
|
|
2363
|
+
readonly __hash: true;
|
|
2364
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2365
|
+
readonly __hex: true;
|
|
2366
|
+
}>, {
|
|
2367
|
+
readonly __hash: true;
|
|
2368
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2369
|
+
readonly __hex: true;
|
|
2370
|
+
}>, {
|
|
2371
|
+
readonly __hash: true;
|
|
2372
|
+
}>>>>;
|
|
2373
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2374
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2375
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2376
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2377
|
+
readonly __hex: true;
|
|
2378
|
+
}>, {
|
|
2379
|
+
readonly __hash: true;
|
|
2380
|
+
}>, string>>>;
|
|
2381
|
+
protocol: import("zod").ZodNumber;
|
|
2382
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2383
|
+
readonly __hex: true;
|
|
2384
|
+
}>, {
|
|
2385
|
+
readonly __hash: true;
|
|
2386
|
+
}>, string>>>>;
|
|
2387
|
+
$epoch: import("zod").ZodNumber;
|
|
2388
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2389
|
+
schema: import("zod").ZodString;
|
|
2390
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2391
|
+
from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2392
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2393
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2394
|
+
readonly __hex: true;
|
|
2395
|
+
}>, {
|
|
2396
|
+
readonly __address: true;
|
|
2397
|
+
}>, string>>>;
|
|
2398
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2399
|
+
readonly __hex: true;
|
|
2400
|
+
}>, {
|
|
2401
|
+
readonly __hash: true;
|
|
2402
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2403
|
+
readonly __hex: true;
|
|
2404
|
+
}>, {
|
|
2405
|
+
readonly __hash: true;
|
|
2406
|
+
}>, unknown>>>;
|
|
2407
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2408
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2409
|
+
readonly __hex: true;
|
|
2410
|
+
}>, {
|
|
2411
|
+
readonly __hash: true;
|
|
2412
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2413
|
+
readonly __hex: true;
|
|
2414
|
+
}>, {
|
|
2415
|
+
readonly __hash: true;
|
|
2416
|
+
}>, unknown>>>>;
|
|
2417
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2418
|
+
readonly __hex: true;
|
|
2419
|
+
}>, {
|
|
2420
|
+
readonly __address: true;
|
|
2421
|
+
}>, string>>>;
|
|
2422
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2423
|
+
readonly __hex: true;
|
|
2424
|
+
}>, {
|
|
2425
|
+
readonly __hash: true;
|
|
2426
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2427
|
+
readonly __hex: true;
|
|
2428
|
+
}>, {
|
|
2429
|
+
readonly __hash: true;
|
|
2430
|
+
}>, unknown>>>;
|
|
2431
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2432
|
+
readonly __hex: true;
|
|
2433
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2434
|
+
readonly __hex: true;
|
|
2435
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2436
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2437
|
+
readonly __hex: true;
|
|
2438
|
+
}>, {
|
|
2439
|
+
readonly __hash: true;
|
|
2440
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2441
|
+
readonly __hex: true;
|
|
2442
|
+
}>, {
|
|
2443
|
+
readonly __hash: true;
|
|
2444
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2445
|
+
readonly __hex: true;
|
|
2446
|
+
}>, {
|
|
2447
|
+
readonly __hash: true;
|
|
2448
|
+
}>>>>;
|
|
2449
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2450
|
+
readonly __hex: true;
|
|
2451
|
+
}>, {
|
|
2452
|
+
readonly __hash: true;
|
|
2453
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2454
|
+
readonly __hex: true;
|
|
2455
|
+
}>, {
|
|
2456
|
+
readonly __hash: true;
|
|
2457
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2458
|
+
readonly __hex: true;
|
|
2459
|
+
}>, {
|
|
2460
|
+
readonly __hash: true;
|
|
2461
|
+
}>>>>;
|
|
2462
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2463
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2464
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2465
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2466
|
+
readonly __hex: true;
|
|
2467
|
+
}>, {
|
|
2468
|
+
readonly __hash: true;
|
|
2469
|
+
}>, string>>>;
|
|
2470
|
+
protocol: import("zod").ZodNumber;
|
|
2471
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2472
|
+
readonly __hex: true;
|
|
2473
|
+
}>, {
|
|
2474
|
+
readonly __hash: true;
|
|
2475
|
+
}>, string>>>>;
|
|
2476
|
+
$epoch: import("zod").ZodNumber;
|
|
2477
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2478
|
+
schema: import("zod").ZodString;
|
|
2479
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2480
|
+
};
|
|
2481
|
+
};
|
|
2482
|
+
xyoViewer_chainId: {
|
|
2483
|
+
params: {
|
|
2484
|
+
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2485
|
+
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2486
|
+
};
|
|
2487
|
+
result: {
|
|
2488
|
+
to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2489
|
+
readonly __hex: true;
|
|
2490
|
+
}>, {
|
|
2491
|
+
readonly __address: true;
|
|
2492
|
+
}>, string>>;
|
|
2493
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2494
|
+
readonly __hex: true;
|
|
2495
|
+
}>, {
|
|
2496
|
+
readonly __address: true;
|
|
2497
|
+
}>, string>>;
|
|
2498
|
+
};
|
|
2499
|
+
};
|
|
2500
|
+
xyoViewer_chainIdAtBlock: {
|
|
2501
|
+
params: {
|
|
2502
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2503
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2504
|
+
};
|
|
2505
|
+
result: {
|
|
2506
|
+
to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2507
|
+
readonly __hex: true;
|
|
2508
|
+
}>, {
|
|
2509
|
+
readonly __address: true;
|
|
2510
|
+
}>, string>>;
|
|
2511
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2512
|
+
readonly __hex: true;
|
|
2513
|
+
}>, {
|
|
2514
|
+
readonly __address: true;
|
|
2515
|
+
}>, string>>;
|
|
2516
|
+
};
|
|
2517
|
+
};
|
|
2518
|
+
xyoViewer_currentBlock: {
|
|
2519
|
+
params: {
|
|
2520
|
+
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2521
|
+
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2522
|
+
};
|
|
2523
|
+
result: {
|
|
2524
|
+
to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2525
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2526
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1850
2527
|
readonly __hex: true;
|
|
1851
2528
|
}>, {
|
|
1852
2529
|
readonly __address: true;
|
|
1853
|
-
}>, string
|
|
1854
|
-
|
|
2530
|
+
}>, string>>>;
|
|
2531
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2532
|
+
readonly __hex: true;
|
|
2533
|
+
}>, {
|
|
2534
|
+
readonly __hash: true;
|
|
2535
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2536
|
+
readonly __hex: true;
|
|
2537
|
+
}>, {
|
|
2538
|
+
readonly __hash: true;
|
|
2539
|
+
}>, unknown>>>;
|
|
2540
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2541
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2542
|
+
readonly __hex: true;
|
|
2543
|
+
}>, {
|
|
2544
|
+
readonly __hash: true;
|
|
2545
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2546
|
+
readonly __hex: true;
|
|
2547
|
+
}>, {
|
|
2548
|
+
readonly __hash: true;
|
|
2549
|
+
}>, unknown>>>>;
|
|
2550
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1855
2551
|
readonly __hex: true;
|
|
1856
2552
|
}>, {
|
|
1857
2553
|
readonly __address: true;
|
|
1858
|
-
}>, string
|
|
1859
|
-
|
|
1860
|
-
|
|
2554
|
+
}>, string>>>;
|
|
2555
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2556
|
+
readonly __hex: true;
|
|
2557
|
+
}>, {
|
|
2558
|
+
readonly __hash: true;
|
|
2559
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2560
|
+
readonly __hex: true;
|
|
2561
|
+
}>, {
|
|
2562
|
+
readonly __hash: true;
|
|
2563
|
+
}>, unknown>>>;
|
|
2564
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1861
2565
|
readonly __hex: true;
|
|
1862
2566
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1863
2567
|
readonly __hex: true;
|
|
1864
|
-
}>, unknown>>;
|
|
1865
|
-
|
|
1866
|
-
addBlock: number;
|
|
1867
|
-
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1868
|
-
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1869
|
-
removeBlock: number;
|
|
1870
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2568
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2569
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1871
2570
|
readonly __hex: true;
|
|
1872
2571
|
}>, {
|
|
1873
|
-
readonly
|
|
1874
|
-
}
|
|
1875
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2572
|
+
readonly __hash: true;
|
|
2573
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1876
2574
|
readonly __hex: true;
|
|
1877
2575
|
}>, {
|
|
1878
|
-
readonly
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
2576
|
+
readonly __hash: true;
|
|
2577
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2578
|
+
readonly __hex: true;
|
|
2579
|
+
}>, {
|
|
2580
|
+
readonly __hash: true;
|
|
2581
|
+
}>>>>;
|
|
2582
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2583
|
+
readonly __hex: true;
|
|
2584
|
+
}>, {
|
|
2585
|
+
readonly __hash: true;
|
|
2586
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2587
|
+
readonly __hex: true;
|
|
2588
|
+
}>, {
|
|
2589
|
+
readonly __hash: true;
|
|
2590
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2591
|
+
readonly __hex: true;
|
|
2592
|
+
}>, {
|
|
2593
|
+
readonly __hash: true;
|
|
2594
|
+
}>>>>;
|
|
2595
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2596
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2597
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2598
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2599
|
+
readonly __hex: true;
|
|
2600
|
+
}>, {
|
|
2601
|
+
readonly __hash: true;
|
|
2602
|
+
}>, string>>>;
|
|
2603
|
+
protocol: import("zod").ZodNumber;
|
|
2604
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2605
|
+
readonly __hex: true;
|
|
2606
|
+
}>, {
|
|
2607
|
+
readonly __hash: true;
|
|
2608
|
+
}>, string>>>>;
|
|
2609
|
+
$epoch: import("zod").ZodNumber;
|
|
2610
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2611
|
+
schema: import("zod").ZodString;
|
|
2612
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
2613
|
+
from: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2614
|
+
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2615
|
+
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1886
2616
|
readonly __hex: true;
|
|
1887
2617
|
}>, {
|
|
1888
2618
|
readonly __address: true;
|
|
1889
|
-
}
|
|
1890
|
-
|
|
2619
|
+
}>, string>>>;
|
|
2620
|
+
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2621
|
+
readonly __hex: true;
|
|
2622
|
+
}>, {
|
|
2623
|
+
readonly __hash: true;
|
|
2624
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2625
|
+
readonly __hex: true;
|
|
2626
|
+
}>, {
|
|
2627
|
+
readonly __hash: true;
|
|
2628
|
+
}>, unknown>>>;
|
|
2629
|
+
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2630
|
+
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2631
|
+
readonly __hex: true;
|
|
2632
|
+
}>, {
|
|
2633
|
+
readonly __hash: true;
|
|
2634
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2635
|
+
readonly __hex: true;
|
|
2636
|
+
}>, {
|
|
2637
|
+
readonly __hash: true;
|
|
2638
|
+
}>, unknown>>>>;
|
|
2639
|
+
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1891
2640
|
readonly __hex: true;
|
|
1892
2641
|
}>, {
|
|
1893
2642
|
readonly __address: true;
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2643
|
+
}>, string>>>;
|
|
2644
|
+
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1897
2645
|
readonly __hex: true;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
2646
|
+
}>, {
|
|
2647
|
+
readonly __hash: true;
|
|
2648
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2649
|
+
readonly __hex: true;
|
|
2650
|
+
}>, {
|
|
2651
|
+
readonly __hash: true;
|
|
2652
|
+
}>, unknown>>>;
|
|
2653
|
+
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2654
|
+
readonly __hex: true;
|
|
2655
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2656
|
+
readonly __hex: true;
|
|
2657
|
+
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2658
|
+
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2659
|
+
readonly __hex: true;
|
|
2660
|
+
}>, {
|
|
2661
|
+
readonly __hash: true;
|
|
2662
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2663
|
+
readonly __hex: true;
|
|
2664
|
+
}>, {
|
|
2665
|
+
readonly __hash: true;
|
|
2666
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2667
|
+
readonly __hex: true;
|
|
2668
|
+
}>, {
|
|
2669
|
+
readonly __hash: true;
|
|
2670
|
+
}>>>>;
|
|
2671
|
+
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2672
|
+
readonly __hex: true;
|
|
2673
|
+
}>, {
|
|
2674
|
+
readonly __hash: true;
|
|
2675
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2676
|
+
readonly __hex: true;
|
|
2677
|
+
}>, {
|
|
2678
|
+
readonly __hash: true;
|
|
2679
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2680
|
+
readonly __hex: true;
|
|
2681
|
+
}>, {
|
|
2682
|
+
readonly __hash: true;
|
|
2683
|
+
}>>>>;
|
|
2684
|
+
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2685
|
+
block: import("zod").ZodPipe<import("zod").ZodNumber, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2686
|
+
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2687
|
+
previous: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2688
|
+
readonly __hex: true;
|
|
2689
|
+
}>, {
|
|
2690
|
+
readonly __hash: true;
|
|
2691
|
+
}>, string>>>;
|
|
2692
|
+
protocol: import("zod").ZodNumber;
|
|
2693
|
+
step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2694
|
+
readonly __hex: true;
|
|
2695
|
+
}>, {
|
|
2696
|
+
readonly __hash: true;
|
|
2697
|
+
}>, string>>>>;
|
|
2698
|
+
$epoch: import("zod").ZodNumber;
|
|
2699
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2700
|
+
schema: import("zod").ZodString;
|
|
2701
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
1900
2702
|
};
|
|
1901
2703
|
};
|
|
1902
|
-
|
|
2704
|
+
xyoViewer_currentBlockHash: {
|
|
1903
2705
|
params: {
|
|
1904
|
-
to: import("zod").
|
|
2706
|
+
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2707
|
+
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2708
|
+
};
|
|
2709
|
+
result: {
|
|
2710
|
+
to: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1905
2711
|
readonly __hex: true;
|
|
1906
2712
|
}>, {
|
|
1907
|
-
readonly
|
|
1908
|
-
}>,
|
|
1909
|
-
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2713
|
+
readonly __hash: true;
|
|
2714
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1910
2715
|
readonly __hex: true;
|
|
1911
2716
|
}>, {
|
|
1912
|
-
readonly
|
|
1913
|
-
}>,
|
|
2717
|
+
readonly __hash: true;
|
|
2718
|
+
}>, unknown>>;
|
|
2719
|
+
from: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2720
|
+
readonly __hex: true;
|
|
2721
|
+
}>, {
|
|
2722
|
+
readonly __hash: true;
|
|
2723
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2724
|
+
readonly __hex: true;
|
|
2725
|
+
}>, {
|
|
2726
|
+
readonly __hash: true;
|
|
2727
|
+
}>, unknown>>;
|
|
2728
|
+
};
|
|
2729
|
+
};
|
|
2730
|
+
xyoViewer_currentBlockNumber: {
|
|
2731
|
+
params: {
|
|
2732
|
+
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2733
|
+
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
1914
2734
|
};
|
|
1915
2735
|
result: {
|
|
1916
|
-
to: import("zod").
|
|
2736
|
+
to: import("zod").ZodNumber;
|
|
2737
|
+
from: import("zod").ZodNumber;
|
|
2738
|
+
};
|
|
2739
|
+
};
|
|
2740
|
+
xyoViewer_forkHistory: {
|
|
2741
|
+
params: {
|
|
2742
|
+
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2743
|
+
from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
2744
|
+
};
|
|
2745
|
+
result: {
|
|
2746
|
+
to: import("zod").ZodRecord<import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1917
2747
|
readonly __hex: true;
|
|
1918
2748
|
}>, {
|
|
1919
2749
|
readonly __address: true;
|
|
1920
2750
|
}>, string>>>;
|
|
1921
|
-
from: import("zod").
|
|
2751
|
+
from: import("zod").ZodRecord<import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1922
2752
|
readonly __hex: true;
|
|
1923
2753
|
}>, {
|
|
1924
2754
|
readonly __address: true;
|
|
1925
2755
|
}>, string>>>;
|
|
1926
2756
|
};
|
|
1927
2757
|
};
|
|
1928
|
-
|
|
2758
|
+
xyoViewer_stakeByStaker: {
|
|
1929
2759
|
params: {
|
|
1930
2760
|
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1931
2761
|
readonly __hex: true;
|
|
1932
2762
|
}>, {
|
|
1933
2763
|
readonly __address: true;
|
|
1934
|
-
}>, string
|
|
2764
|
+
}>, string>>, import("zod").ZodNumber], null>;
|
|
1935
2765
|
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1936
2766
|
readonly __hex: true;
|
|
1937
2767
|
}>, {
|
|
1938
2768
|
readonly __address: true;
|
|
1939
|
-
}>, string
|
|
2769
|
+
}>, string>>, import("zod").ZodNumber], null>;
|
|
1940
2770
|
};
|
|
1941
2771
|
result: {
|
|
1942
|
-
to: import("zod").
|
|
2772
|
+
to: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
1943
2773
|
amount: import("zod").ZodBigInt;
|
|
1944
2774
|
addBlock: import("zod").ZodNumber;
|
|
1945
2775
|
id: import("zod").ZodNumber;
|
|
@@ -1989,8 +2819,8 @@ export declare const AllRpcSchemas: {
|
|
|
1989
2819
|
readonly __address: true;
|
|
1990
2820
|
}>;
|
|
1991
2821
|
withdrawBlock: number;
|
|
1992
|
-
}
|
|
1993
|
-
from: import("zod").
|
|
2822
|
+
}>>;
|
|
2823
|
+
from: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
1994
2824
|
addBlock: import("zod").ZodNumber;
|
|
1995
2825
|
id: import("zod").ZodNumber;
|
|
1996
2826
|
removeBlock: import("zod").ZodNumber;
|
|
@@ -2044,24 +2874,16 @@ export declare const AllRpcSchemas: {
|
|
|
2044
2874
|
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2045
2875
|
readonly __hex: true;
|
|
2046
2876
|
}>;
|
|
2047
|
-
}
|
|
2877
|
+
}>>;
|
|
2048
2878
|
};
|
|
2049
2879
|
};
|
|
2050
|
-
|
|
2880
|
+
xyoViewer_stakeById: {
|
|
2051
2881
|
params: {
|
|
2052
|
-
to: import("zod").ZodTuple<[import("zod").
|
|
2053
|
-
|
|
2054
|
-
}>, {
|
|
2055
|
-
readonly __address: true;
|
|
2056
|
-
}>, string>>], null>;
|
|
2057
|
-
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2058
|
-
readonly __hex: true;
|
|
2059
|
-
}>, {
|
|
2060
|
-
readonly __address: true;
|
|
2061
|
-
}>, string>>], null>;
|
|
2882
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2883
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
|
|
2062
2884
|
};
|
|
2063
2885
|
result: {
|
|
2064
|
-
to: import("zod").
|
|
2886
|
+
to: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
2065
2887
|
amount: import("zod").ZodBigInt;
|
|
2066
2888
|
addBlock: import("zod").ZodNumber;
|
|
2067
2889
|
id: import("zod").ZodNumber;
|
|
@@ -2111,8 +2933,8 @@ export declare const AllRpcSchemas: {
|
|
|
2111
2933
|
readonly __address: true;
|
|
2112
2934
|
}>;
|
|
2113
2935
|
withdrawBlock: number;
|
|
2114
|
-
}
|
|
2115
|
-
from: import("zod").
|
|
2936
|
+
}>>;
|
|
2937
|
+
from: import("zod").ZodPipe<import("zod").ZodObject<{
|
|
2116
2938
|
addBlock: import("zod").ZodNumber;
|
|
2117
2939
|
id: import("zod").ZodNumber;
|
|
2118
2940
|
removeBlock: import("zod").ZodNumber;
|
|
@@ -2166,450 +2988,280 @@ export declare const AllRpcSchemas: {
|
|
|
2166
2988
|
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2167
2989
|
readonly __hex: true;
|
|
2168
2990
|
}>;
|
|
2169
|
-
}
|
|
2991
|
+
}>>;
|
|
2170
2992
|
};
|
|
2171
2993
|
};
|
|
2172
|
-
|
|
2994
|
+
xyoViewer_stakedByStaker: {
|
|
2173
2995
|
params: {
|
|
2174
|
-
to: import("zod").ZodTuple<[import("zod").
|
|
2175
|
-
readonly __hex: true;
|
|
2176
|
-
}>, {
|
|
2177
|
-
readonly __hash: true;
|
|
2178
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2179
|
-
readonly __hex: true;
|
|
2180
|
-
}>, {
|
|
2181
|
-
readonly __hash: true;
|
|
2182
|
-
}>, unknown>>, import("zod").ZodNumber], null>;
|
|
2183
|
-
from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2184
|
-
readonly __hex: true;
|
|
2185
|
-
}>, {
|
|
2186
|
-
readonly __hash: true;
|
|
2187
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2996
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2188
2997
|
readonly __hex: true;
|
|
2189
2998
|
}>, {
|
|
2190
|
-
readonly
|
|
2191
|
-
}>,
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
}>, unknown>>>;
|
|
2210
|
-
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2211
|
-
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2212
|
-
readonly __hex: true;
|
|
2213
|
-
}>, {
|
|
2214
|
-
readonly __hash: true;
|
|
2215
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2216
|
-
readonly __hex: true;
|
|
2217
|
-
}>, {
|
|
2218
|
-
readonly __hash: true;
|
|
2219
|
-
}>, unknown>>>>;
|
|
2220
|
-
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2221
|
-
readonly __hex: true;
|
|
2222
|
-
}>, {
|
|
2223
|
-
readonly __address: true;
|
|
2224
|
-
}>, string>>>;
|
|
2225
|
-
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2226
|
-
readonly __hex: true;
|
|
2227
|
-
}>, {
|
|
2228
|
-
readonly __hash: true;
|
|
2229
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2230
|
-
readonly __hex: true;
|
|
2231
|
-
}>, {
|
|
2232
|
-
readonly __hash: true;
|
|
2233
|
-
}>, unknown>>>;
|
|
2234
|
-
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2235
|
-
readonly __hex: true;
|
|
2236
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2237
|
-
readonly __hex: true;
|
|
2238
|
-
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2239
|
-
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2240
|
-
readonly __hex: true;
|
|
2241
|
-
}>, {
|
|
2242
|
-
readonly __hash: true;
|
|
2243
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2244
|
-
readonly __hex: true;
|
|
2245
|
-
}>, {
|
|
2246
|
-
readonly __hash: true;
|
|
2247
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2248
|
-
readonly __hex: true;
|
|
2249
|
-
}>, {
|
|
2250
|
-
readonly __hash: true;
|
|
2251
|
-
}>>>>;
|
|
2252
|
-
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2253
|
-
readonly __hex: true;
|
|
2254
|
-
}>, {
|
|
2255
|
-
readonly __hash: true;
|
|
2256
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2257
|
-
readonly __hex: true;
|
|
2258
|
-
}>, {
|
|
2259
|
-
readonly __hash: true;
|
|
2260
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2261
|
-
readonly __hex: true;
|
|
2262
|
-
}>, {
|
|
2263
|
-
readonly __hash: true;
|
|
2264
|
-
}>>>>;
|
|
2265
|
-
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2266
|
-
nbf: import("zod").ZodNumber;
|
|
2267
|
-
exp: import("zod").ZodNumber;
|
|
2268
|
-
fees: import("zod").ZodObject<{
|
|
2269
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2270
|
-
readonly __hex: true;
|
|
2271
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2272
|
-
readonly __hex: true;
|
|
2273
|
-
}>, unknown>>;
|
|
2274
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2275
|
-
readonly __hex: true;
|
|
2276
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2277
|
-
readonly __hex: true;
|
|
2278
|
-
}>, unknown>>;
|
|
2279
|
-
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2280
|
-
readonly __hex: true;
|
|
2281
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2282
|
-
readonly __hex: true;
|
|
2283
|
-
}>, unknown>>;
|
|
2284
|
-
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2285
|
-
readonly __hex: true;
|
|
2286
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2287
|
-
readonly __hex: true;
|
|
2288
|
-
}>, unknown>>;
|
|
2289
|
-
}, import("zod/v4/core").$strip>;
|
|
2290
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2291
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2292
|
-
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
2293
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2294
|
-
schema: import("zod").ZodString;
|
|
2295
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2296
|
-
from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2297
|
-
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2298
|
-
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2299
|
-
readonly __hex: true;
|
|
2300
|
-
}>, {
|
|
2301
|
-
readonly __address: true;
|
|
2302
|
-
}>, string>>>;
|
|
2303
|
-
payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2304
|
-
readonly __hex: true;
|
|
2305
|
-
}>, {
|
|
2306
|
-
readonly __hash: true;
|
|
2307
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2308
|
-
readonly __hex: true;
|
|
2309
|
-
}>, {
|
|
2310
|
-
readonly __hash: true;
|
|
2311
|
-
}>, unknown>>>;
|
|
2312
|
-
payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
|
|
2313
|
-
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2314
|
-
readonly __hex: true;
|
|
2315
|
-
}>, {
|
|
2316
|
-
readonly __hash: true;
|
|
2317
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2318
|
-
readonly __hex: true;
|
|
2319
|
-
}>, {
|
|
2320
|
-
readonly __hash: true;
|
|
2321
|
-
}>, unknown>>>>;
|
|
2322
|
-
$destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2323
|
-
readonly __hex: true;
|
|
2324
|
-
}>, {
|
|
2325
|
-
readonly __address: true;
|
|
2326
|
-
}>, string>>>;
|
|
2327
|
-
$sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2328
|
-
readonly __hex: true;
|
|
2329
|
-
}>, {
|
|
2330
|
-
readonly __hash: true;
|
|
2331
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2332
|
-
readonly __hex: true;
|
|
2333
|
-
}>, {
|
|
2334
|
-
readonly __hash: true;
|
|
2335
|
-
}>, unknown>>>;
|
|
2336
|
-
$signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2337
|
-
readonly __hex: true;
|
|
2338
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2339
|
-
readonly __hex: true;
|
|
2340
|
-
}>, unknown>>, import("zod").ZodNull]>>;
|
|
2341
|
-
_hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2342
|
-
readonly __hex: true;
|
|
2343
|
-
}>, {
|
|
2344
|
-
readonly __hash: true;
|
|
2345
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2346
|
-
readonly __hex: true;
|
|
2347
|
-
}>, {
|
|
2348
|
-
readonly __hash: true;
|
|
2349
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2350
|
-
readonly __hex: true;
|
|
2351
|
-
}>, {
|
|
2352
|
-
readonly __hash: true;
|
|
2353
|
-
}>>>>;
|
|
2354
|
-
_dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2355
|
-
readonly __hex: true;
|
|
2356
|
-
}>, {
|
|
2357
|
-
readonly __hash: true;
|
|
2358
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2359
|
-
readonly __hex: true;
|
|
2360
|
-
}>, {
|
|
2361
|
-
readonly __hash: true;
|
|
2362
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2363
|
-
readonly __hex: true;
|
|
2364
|
-
}>, {
|
|
2365
|
-
readonly __hash: true;
|
|
2366
|
-
}>>>>;
|
|
2367
|
-
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2368
|
-
nbf: import("zod").ZodNumber;
|
|
2369
|
-
exp: import("zod").ZodNumber;
|
|
2370
|
-
fees: import("zod").ZodObject<{
|
|
2371
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2372
|
-
readonly __hex: true;
|
|
2373
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2374
|
-
readonly __hex: true;
|
|
2375
|
-
}>, unknown>>;
|
|
2376
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2377
|
-
readonly __hex: true;
|
|
2378
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2379
|
-
readonly __hex: true;
|
|
2380
|
-
}>, unknown>>;
|
|
2381
|
-
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2382
|
-
readonly __hex: true;
|
|
2383
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2384
|
-
readonly __hex: true;
|
|
2385
|
-
}>, unknown>>;
|
|
2386
|
-
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2387
|
-
readonly __hex: true;
|
|
2388
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2389
|
-
readonly __hex: true;
|
|
2390
|
-
}>, unknown>>;
|
|
2391
|
-
}, import("zod/v4/core").$strip>;
|
|
2392
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2393
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2394
|
-
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
2395
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2396
|
-
schema: import("zod").ZodString;
|
|
2397
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2999
|
+
readonly __address: true;
|
|
3000
|
+
}>, string>>], null>;
|
|
3001
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3002
|
+
readonly __hex: true;
|
|
3003
|
+
}>, {
|
|
3004
|
+
readonly __address: true;
|
|
3005
|
+
}>, string>>], null>;
|
|
3006
|
+
};
|
|
3007
|
+
result: {
|
|
3008
|
+
to: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3009
|
+
readonly __hex: true;
|
|
3010
|
+
}>, {
|
|
3011
|
+
readonly __address: true;
|
|
3012
|
+
}>, string>>>;
|
|
3013
|
+
from: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3014
|
+
readonly __hex: true;
|
|
3015
|
+
}>, {
|
|
3016
|
+
readonly __address: true;
|
|
3017
|
+
}>, string>>>;
|
|
2398
3018
|
};
|
|
2399
3019
|
};
|
|
2400
|
-
|
|
3020
|
+
xyoViewer_stakesByStaker: {
|
|
2401
3021
|
params: {
|
|
2402
|
-
to: import("zod").ZodTuple<[import("zod").
|
|
2403
|
-
|
|
3022
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3023
|
+
readonly __hex: true;
|
|
3024
|
+
}>, {
|
|
3025
|
+
readonly __address: true;
|
|
3026
|
+
}>, string>>], null>;
|
|
3027
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3028
|
+
readonly __hex: true;
|
|
3029
|
+
}>, {
|
|
3030
|
+
readonly __address: true;
|
|
3031
|
+
}>, string>>], null>;
|
|
2404
3032
|
};
|
|
2405
3033
|
result: {
|
|
2406
|
-
to: import("zod").
|
|
2407
|
-
|
|
2408
|
-
|
|
3034
|
+
to: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3035
|
+
amount: import("zod").ZodBigInt;
|
|
3036
|
+
addBlock: import("zod").ZodNumber;
|
|
3037
|
+
id: import("zod").ZodNumber;
|
|
3038
|
+
removeBlock: import("zod").ZodNumber;
|
|
3039
|
+
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2409
3040
|
readonly __hex: true;
|
|
2410
3041
|
}>, {
|
|
2411
3042
|
readonly __address: true;
|
|
2412
|
-
}>, string
|
|
2413
|
-
|
|
3043
|
+
}>, string>>;
|
|
3044
|
+
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2414
3045
|
readonly __hex: true;
|
|
2415
3046
|
}>, {
|
|
2416
|
-
readonly
|
|
2417
|
-
}>,
|
|
3047
|
+
readonly __address: true;
|
|
3048
|
+
}>, string>>;
|
|
3049
|
+
withdrawBlock: import("zod").ZodNumber;
|
|
3050
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3051
|
+
addBlock: number;
|
|
3052
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3053
|
+
readonly __hex: true;
|
|
3054
|
+
}>;
|
|
3055
|
+
id: number;
|
|
3056
|
+
removeBlock: number;
|
|
3057
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2418
3058
|
readonly __hex: true;
|
|
2419
3059
|
}>, {
|
|
2420
|
-
readonly
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3060
|
+
readonly __address: true;
|
|
3061
|
+
}>;
|
|
3062
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2424
3063
|
readonly __hex: true;
|
|
2425
3064
|
}>, {
|
|
2426
|
-
readonly
|
|
2427
|
-
}
|
|
3065
|
+
readonly __address: true;
|
|
3066
|
+
}>;
|
|
3067
|
+
withdrawBlock: number;
|
|
3068
|
+
}, {
|
|
3069
|
+
amount: bigint;
|
|
3070
|
+
addBlock: number;
|
|
3071
|
+
id: number;
|
|
3072
|
+
removeBlock: number;
|
|
3073
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2428
3074
|
readonly __hex: true;
|
|
2429
3075
|
}>, {
|
|
2430
|
-
readonly
|
|
2431
|
-
}
|
|
2432
|
-
|
|
3076
|
+
readonly __address: true;
|
|
3077
|
+
}>;
|
|
3078
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2433
3079
|
readonly __hex: true;
|
|
2434
3080
|
}>, {
|
|
2435
3081
|
readonly __address: true;
|
|
2436
|
-
}
|
|
2437
|
-
|
|
3082
|
+
}>;
|
|
3083
|
+
withdrawBlock: number;
|
|
3084
|
+
}>>>;
|
|
3085
|
+
from: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3086
|
+
addBlock: import("zod").ZodNumber;
|
|
3087
|
+
id: import("zod").ZodNumber;
|
|
3088
|
+
removeBlock: import("zod").ZodNumber;
|
|
3089
|
+
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2438
3090
|
readonly __hex: true;
|
|
2439
3091
|
}>, {
|
|
2440
|
-
readonly
|
|
2441
|
-
}>,
|
|
3092
|
+
readonly __address: true;
|
|
3093
|
+
}>, string>>;
|
|
3094
|
+
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2442
3095
|
readonly __hex: true;
|
|
2443
3096
|
}>, {
|
|
2444
|
-
readonly
|
|
2445
|
-
}>,
|
|
2446
|
-
|
|
3097
|
+
readonly __address: true;
|
|
3098
|
+
}>, string>>;
|
|
3099
|
+
withdrawBlock: import("zod").ZodNumber;
|
|
3100
|
+
amount: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2447
3101
|
readonly __hex: true;
|
|
2448
3102
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2449
3103
|
readonly __hex: true;
|
|
2450
|
-
}>, unknown
|
|
2451
|
-
|
|
3104
|
+
}>, unknown>>;
|
|
3105
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3106
|
+
addBlock: number;
|
|
3107
|
+
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
3108
|
+
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
3109
|
+
removeBlock: number;
|
|
3110
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2452
3111
|
readonly __hex: true;
|
|
2453
3112
|
}>, {
|
|
2454
|
-
readonly
|
|
2455
|
-
}
|
|
3113
|
+
readonly __address: true;
|
|
3114
|
+
}>;
|
|
3115
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2456
3116
|
readonly __hex: true;
|
|
2457
3117
|
}>, {
|
|
2458
|
-
readonly
|
|
2459
|
-
}
|
|
3118
|
+
readonly __address: true;
|
|
3119
|
+
}>;
|
|
3120
|
+
withdrawBlock: number;
|
|
3121
|
+
}, {
|
|
3122
|
+
addBlock: number;
|
|
3123
|
+
id: number;
|
|
3124
|
+
removeBlock: number;
|
|
3125
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2460
3126
|
readonly __hex: true;
|
|
2461
3127
|
}>, {
|
|
2462
|
-
readonly
|
|
2463
|
-
}
|
|
2464
|
-
|
|
3128
|
+
readonly __address: true;
|
|
3129
|
+
}>;
|
|
3130
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2465
3131
|
readonly __hex: true;
|
|
2466
3132
|
}>, {
|
|
2467
|
-
readonly
|
|
2468
|
-
}
|
|
3133
|
+
readonly __address: true;
|
|
3134
|
+
}>;
|
|
3135
|
+
withdrawBlock: number;
|
|
3136
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2469
3137
|
readonly __hex: true;
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2472
|
-
|
|
3138
|
+
}>;
|
|
3139
|
+
}>>>;
|
|
3140
|
+
};
|
|
3141
|
+
};
|
|
3142
|
+
xyoViewer_stakesByStaked: {
|
|
3143
|
+
params: {
|
|
3144
|
+
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3145
|
+
readonly __hex: true;
|
|
3146
|
+
}>, {
|
|
3147
|
+
readonly __address: true;
|
|
3148
|
+
}>, string>>], null>;
|
|
3149
|
+
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3150
|
+
readonly __hex: true;
|
|
3151
|
+
}>, {
|
|
3152
|
+
readonly __address: true;
|
|
3153
|
+
}>, string>>], null>;
|
|
3154
|
+
};
|
|
3155
|
+
result: {
|
|
3156
|
+
to: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3157
|
+
amount: import("zod").ZodBigInt;
|
|
3158
|
+
addBlock: import("zod").ZodNumber;
|
|
3159
|
+
id: import("zod").ZodNumber;
|
|
3160
|
+
removeBlock: import("zod").ZodNumber;
|
|
3161
|
+
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2473
3162
|
readonly __hex: true;
|
|
2474
3163
|
}>, {
|
|
2475
|
-
readonly
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
nbf: import("zod").ZodNumber;
|
|
2479
|
-
exp: import("zod").ZodNumber;
|
|
2480
|
-
fees: import("zod").ZodObject<{
|
|
2481
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2482
|
-
readonly __hex: true;
|
|
2483
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2484
|
-
readonly __hex: true;
|
|
2485
|
-
}>, unknown>>;
|
|
2486
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2487
|
-
readonly __hex: true;
|
|
2488
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2489
|
-
readonly __hex: true;
|
|
2490
|
-
}>, unknown>>;
|
|
2491
|
-
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2492
|
-
readonly __hex: true;
|
|
2493
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2494
|
-
readonly __hex: true;
|
|
2495
|
-
}>, unknown>>;
|
|
2496
|
-
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2497
|
-
readonly __hex: true;
|
|
2498
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2499
|
-
readonly __hex: true;
|
|
2500
|
-
}>, unknown>>;
|
|
2501
|
-
}, import("zod/v4/core").$strip>;
|
|
2502
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2503
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2504
|
-
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
2505
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2506
|
-
schema: import("zod").ZodString;
|
|
2507
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2508
|
-
from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2509
|
-
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2510
|
-
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3164
|
+
readonly __address: true;
|
|
3165
|
+
}>, string>>;
|
|
3166
|
+
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2511
3167
|
readonly __hex: true;
|
|
2512
3168
|
}>, {
|
|
2513
3169
|
readonly __address: true;
|
|
2514
|
-
}>, string
|
|
2515
|
-
|
|
3170
|
+
}>, string>>;
|
|
3171
|
+
withdrawBlock: import("zod").ZodNumber;
|
|
3172
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3173
|
+
addBlock: number;
|
|
3174
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2516
3175
|
readonly __hex: true;
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
|
|
3176
|
+
}>;
|
|
3177
|
+
id: number;
|
|
3178
|
+
removeBlock: number;
|
|
3179
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2520
3180
|
readonly __hex: true;
|
|
2521
3181
|
}>, {
|
|
2522
|
-
readonly
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3182
|
+
readonly __address: true;
|
|
3183
|
+
}>;
|
|
3184
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2526
3185
|
readonly __hex: true;
|
|
2527
3186
|
}>, {
|
|
2528
|
-
readonly
|
|
2529
|
-
}
|
|
3187
|
+
readonly __address: true;
|
|
3188
|
+
}>;
|
|
3189
|
+
withdrawBlock: number;
|
|
3190
|
+
}, {
|
|
3191
|
+
amount: bigint;
|
|
3192
|
+
addBlock: number;
|
|
3193
|
+
id: number;
|
|
3194
|
+
removeBlock: number;
|
|
3195
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2530
3196
|
readonly __hex: true;
|
|
2531
3197
|
}>, {
|
|
2532
|
-
readonly
|
|
2533
|
-
}
|
|
2534
|
-
|
|
3198
|
+
readonly __address: true;
|
|
3199
|
+
}>;
|
|
3200
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2535
3201
|
readonly __hex: true;
|
|
2536
3202
|
}>, {
|
|
2537
3203
|
readonly __address: true;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
3204
|
+
}>;
|
|
3205
|
+
withdrawBlock: number;
|
|
3206
|
+
}>>>;
|
|
3207
|
+
from: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3208
|
+
addBlock: import("zod").ZodNumber;
|
|
3209
|
+
id: import("zod").ZodNumber;
|
|
3210
|
+
removeBlock: import("zod").ZodNumber;
|
|
3211
|
+
staked: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2540
3212
|
readonly __hex: true;
|
|
2541
|
-
}>, {
|
|
2542
|
-
readonly
|
|
2543
|
-
}>,
|
|
3213
|
+
}>, {
|
|
3214
|
+
readonly __address: true;
|
|
3215
|
+
}>, string>>;
|
|
3216
|
+
staker: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2544
3217
|
readonly __hex: true;
|
|
2545
3218
|
}>, {
|
|
2546
|
-
readonly
|
|
2547
|
-
}>,
|
|
2548
|
-
|
|
3219
|
+
readonly __address: true;
|
|
3220
|
+
}>, string>>;
|
|
3221
|
+
withdrawBlock: import("zod").ZodNumber;
|
|
3222
|
+
amount: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2549
3223
|
readonly __hex: true;
|
|
2550
3224
|
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2551
3225
|
readonly __hex: true;
|
|
2552
|
-
}>, unknown
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
3226
|
+
}>, unknown>>;
|
|
3227
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3228
|
+
addBlock: number;
|
|
3229
|
+
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
3230
|
+
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
3231
|
+
removeBlock: number;
|
|
3232
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2558
3233
|
readonly __hex: true;
|
|
2559
3234
|
}>, {
|
|
2560
|
-
readonly
|
|
2561
|
-
}
|
|
3235
|
+
readonly __address: true;
|
|
3236
|
+
}>;
|
|
3237
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2562
3238
|
readonly __hex: true;
|
|
2563
3239
|
}>, {
|
|
2564
|
-
readonly
|
|
2565
|
-
}
|
|
2566
|
-
|
|
3240
|
+
readonly __address: true;
|
|
3241
|
+
}>;
|
|
3242
|
+
withdrawBlock: number;
|
|
3243
|
+
}, {
|
|
3244
|
+
addBlock: number;
|
|
3245
|
+
id: number;
|
|
3246
|
+
removeBlock: number;
|
|
3247
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2567
3248
|
readonly __hex: true;
|
|
2568
3249
|
}>, {
|
|
2569
|
-
readonly
|
|
2570
|
-
}
|
|
3250
|
+
readonly __address: true;
|
|
3251
|
+
}>;
|
|
3252
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2571
3253
|
readonly __hex: true;
|
|
2572
3254
|
}>, {
|
|
2573
|
-
readonly
|
|
2574
|
-
}
|
|
3255
|
+
readonly __address: true;
|
|
3256
|
+
}>;
|
|
3257
|
+
withdrawBlock: number;
|
|
3258
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2575
3259
|
readonly __hex: true;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
}>>>>;
|
|
2579
|
-
_sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
|
|
2580
|
-
nbf: import("zod").ZodNumber;
|
|
2581
|
-
exp: import("zod").ZodNumber;
|
|
2582
|
-
fees: import("zod").ZodObject<{
|
|
2583
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2584
|
-
readonly __hex: true;
|
|
2585
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2586
|
-
readonly __hex: true;
|
|
2587
|
-
}>, unknown>>;
|
|
2588
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2589
|
-
readonly __hex: true;
|
|
2590
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2591
|
-
readonly __hex: true;
|
|
2592
|
-
}>, unknown>>;
|
|
2593
|
-
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2594
|
-
readonly __hex: true;
|
|
2595
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2596
|
-
readonly __hex: true;
|
|
2597
|
-
}>, unknown>>;
|
|
2598
|
-
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2599
|
-
readonly __hex: true;
|
|
2600
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2601
|
-
readonly __hex: true;
|
|
2602
|
-
}>, unknown>>;
|
|
2603
|
-
}, import("zod/v4/core").$strip>;
|
|
2604
|
-
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2605
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2606
|
-
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
2607
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2608
|
-
schema: import("zod").ZodString;
|
|
2609
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
3260
|
+
}>;
|
|
3261
|
+
}>>>;
|
|
2610
3262
|
};
|
|
2611
3263
|
};
|
|
2612
|
-
|
|
3264
|
+
xyoViewer_transactionByBlockHashAndIndex: {
|
|
2613
3265
|
params: {
|
|
2614
3266
|
to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2615
3267
|
readonly __hex: true;
|
|
@@ -2619,7 +3271,7 @@ export declare const AllRpcSchemas: {
|
|
|
2619
3271
|
readonly __hex: true;
|
|
2620
3272
|
}>, {
|
|
2621
3273
|
readonly __hash: true;
|
|
2622
|
-
}>, unknown
|
|
3274
|
+
}>, unknown>>, import("zod").ZodNumber], null>;
|
|
2623
3275
|
from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2624
3276
|
readonly __hex: true;
|
|
2625
3277
|
}>, {
|
|
@@ -2628,7 +3280,7 @@ export declare const AllRpcSchemas: {
|
|
|
2628
3280
|
readonly __hex: true;
|
|
2629
3281
|
}>, {
|
|
2630
3282
|
readonly __hash: true;
|
|
2631
|
-
}>, unknown
|
|
3283
|
+
}>, unknown>>, import("zod").ZodNumber], null>;
|
|
2632
3284
|
};
|
|
2633
3285
|
result: {
|
|
2634
3286
|
to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
@@ -2837,111 +3489,13 @@ export declare const AllRpcSchemas: {
|
|
|
2837
3489
|
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
2838
3490
|
};
|
|
2839
3491
|
};
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
};
|
|
2845
|
-
readonly result: {
|
|
2846
|
-
readonly to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2847
|
-
readonly __hex: true;
|
|
2848
|
-
}>, {
|
|
2849
|
-
readonly __address: true;
|
|
2850
|
-
}>, string>>;
|
|
2851
|
-
readonly from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2852
|
-
readonly __hex: true;
|
|
2853
|
-
}>, {
|
|
2854
|
-
readonly __address: true;
|
|
2855
|
-
}>, string>>;
|
|
2856
|
-
};
|
|
2857
|
-
};
|
|
2858
|
-
xyoSigner_createSignedTransaction: {
|
|
2859
|
-
readonly params: {
|
|
2860
|
-
readonly to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2861
|
-
schema: import("zod").ZodEnum<{
|
|
2862
|
-
[x: string]: string;
|
|
2863
|
-
}>;
|
|
2864
|
-
}, import("zod/v4/core").$strip>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2865
|
-
schema: import("zod").ZodString;
|
|
2866
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
|
|
2867
|
-
base: import("zod").ZodBigInt;
|
|
2868
|
-
gasLimit: import("zod").ZodBigInt;
|
|
2869
|
-
gasPrice: import("zod").ZodBigInt;
|
|
2870
|
-
priority: import("zod").ZodBigInt;
|
|
2871
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
2872
|
-
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2873
|
-
readonly __hex: true;
|
|
2874
|
-
}>;
|
|
2875
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2876
|
-
readonly __hex: true;
|
|
2877
|
-
}>;
|
|
2878
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2879
|
-
readonly __hex: true;
|
|
2880
|
-
}>;
|
|
2881
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2882
|
-
readonly __hex: true;
|
|
2883
|
-
}>;
|
|
2884
|
-
}, {
|
|
2885
|
-
base: bigint;
|
|
2886
|
-
gasLimit: bigint;
|
|
2887
|
-
gasPrice: bigint;
|
|
2888
|
-
priority: bigint;
|
|
2889
|
-
}>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2890
|
-
readonly __hex: true;
|
|
2891
|
-
}>, {
|
|
2892
|
-
readonly __address: true;
|
|
2893
|
-
}>, string>>>], null>;
|
|
2894
|
-
readonly from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2895
|
-
schema: import("zod").ZodString;
|
|
2896
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2897
|
-
schema: import("zod").ZodString;
|
|
2898
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
|
|
2899
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2900
|
-
readonly __hex: true;
|
|
2901
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2902
|
-
readonly __hex: true;
|
|
2903
|
-
}>, unknown>>;
|
|
2904
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2905
|
-
readonly __hex: true;
|
|
2906
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2907
|
-
readonly __hex: true;
|
|
2908
|
-
}>, unknown>>;
|
|
2909
|
-
gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2910
|
-
readonly __hex: true;
|
|
2911
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2912
|
-
readonly __hex: true;
|
|
2913
|
-
}>, unknown>>;
|
|
2914
|
-
priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2915
|
-
readonly __hex: true;
|
|
2916
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2917
|
-
readonly __hex: true;
|
|
2918
|
-
}>, unknown>>;
|
|
2919
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
2920
|
-
base: bigint;
|
|
2921
|
-
gasLimit: bigint;
|
|
2922
|
-
gasPrice: bigint;
|
|
2923
|
-
priority: bigint;
|
|
2924
|
-
}, {
|
|
2925
|
-
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2926
|
-
readonly __hex: true;
|
|
2927
|
-
}>;
|
|
2928
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2929
|
-
readonly __hex: true;
|
|
2930
|
-
}>;
|
|
2931
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2932
|
-
readonly __hex: true;
|
|
2933
|
-
}>;
|
|
2934
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2935
|
-
readonly __hex: true;
|
|
2936
|
-
}>;
|
|
2937
|
-
}>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2938
|
-
readonly __hex: true;
|
|
2939
|
-
}>, {
|
|
2940
|
-
readonly __address: true;
|
|
2941
|
-
}>, string>>>], null>;
|
|
3492
|
+
xyoViewer_transactionByBlockNumberAndIndex: {
|
|
3493
|
+
params: {
|
|
3494
|
+
to: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>;
|
|
3495
|
+
from: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>;
|
|
2942
3496
|
};
|
|
2943
|
-
|
|
2944
|
-
|
|
3497
|
+
result: {
|
|
3498
|
+
to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
2945
3499
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
2946
3500
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2947
3501
|
readonly __hex: true;
|
|
@@ -3040,8 +3594,10 @@ export declare const AllRpcSchemas: {
|
|
|
3040
3594
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3041
3595
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3042
3596
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3043
|
-
}, import("zod/v4/core").$strip
|
|
3044
|
-
|
|
3597
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3598
|
+
schema: import("zod").ZodString;
|
|
3599
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
3600
|
+
from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3045
3601
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3046
3602
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3047
3603
|
readonly __hex: true;
|
|
@@ -3140,65 +3696,34 @@ export declare const AllRpcSchemas: {
|
|
|
3140
3696
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3141
3697
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3142
3698
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3143
|
-
}, import("zod/v4/core").$strip>, import("zod").
|
|
3144
|
-
schema: "
|
|
3145
|
-
|
|
3146
|
-
readonly __hex: true;
|
|
3147
|
-
}>, {
|
|
3148
|
-
readonly __address: true;
|
|
3149
|
-
}>[];
|
|
3150
|
-
payload_hashes: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3151
|
-
readonly __hex: true;
|
|
3152
|
-
}>, {
|
|
3153
|
-
readonly __hash: true;
|
|
3154
|
-
}>[];
|
|
3155
|
-
payload_schemas: string[];
|
|
3156
|
-
previous_hashes: (import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3157
|
-
readonly __hex: true;
|
|
3158
|
-
}>, {
|
|
3159
|
-
readonly __hash: true;
|
|
3160
|
-
}> | null)[];
|
|
3161
|
-
$signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3162
|
-
readonly __hex: true;
|
|
3163
|
-
}> | null)[];
|
|
3164
|
-
nbf: number;
|
|
3165
|
-
exp: number;
|
|
3166
|
-
fees: {
|
|
3167
|
-
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3168
|
-
readonly __hex: true;
|
|
3169
|
-
}>;
|
|
3170
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3171
|
-
readonly __hex: true;
|
|
3172
|
-
}>;
|
|
3173
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3174
|
-
readonly __hex: true;
|
|
3175
|
-
}>;
|
|
3176
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3177
|
-
readonly __hex: true;
|
|
3178
|
-
}>;
|
|
3179
|
-
};
|
|
3180
|
-
chain: import("@xyo-network/xl1-protocol").ChainId;
|
|
3181
|
-
from: import("@xyo-network/xl1-protocol").ChainId;
|
|
3182
|
-
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3183
|
-
readonly __hex: true;
|
|
3184
|
-
}>, {
|
|
3185
|
-
readonly __address: true;
|
|
3186
|
-
}> | undefined;
|
|
3187
|
-
$sourceQuery?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3188
|
-
readonly __hex: true;
|
|
3189
|
-
}>, {
|
|
3190
|
-
readonly __hash: true;
|
|
3191
|
-
}> | undefined;
|
|
3192
|
-
_hash?: string | undefined;
|
|
3193
|
-
_dataHash?: string | undefined;
|
|
3194
|
-
_sequence?: string | undefined;
|
|
3195
|
-
script?: string[] | undefined;
|
|
3196
|
-
}>>;
|
|
3699
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3700
|
+
schema: import("zod").ZodString;
|
|
3701
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
3197
3702
|
};
|
|
3198
3703
|
};
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3704
|
+
xyoViewer_transactionByHash: {
|
|
3705
|
+
params: {
|
|
3706
|
+
to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3707
|
+
readonly __hex: true;
|
|
3708
|
+
}>, {
|
|
3709
|
+
readonly __hash: true;
|
|
3710
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3711
|
+
readonly __hex: true;
|
|
3712
|
+
}>, {
|
|
3713
|
+
readonly __hash: true;
|
|
3714
|
+
}>, unknown>>], null>;
|
|
3715
|
+
from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3716
|
+
readonly __hex: true;
|
|
3717
|
+
}>, {
|
|
3718
|
+
readonly __hash: true;
|
|
3719
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3720
|
+
readonly __hex: true;
|
|
3721
|
+
}>, {
|
|
3722
|
+
readonly __hash: true;
|
|
3723
|
+
}>, unknown>>], null>;
|
|
3724
|
+
};
|
|
3725
|
+
result: {
|
|
3726
|
+
to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3202
3727
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3203
3728
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3204
3729
|
readonly __hex: true;
|
|
@@ -3296,11 +3821,11 @@ export declare const AllRpcSchemas: {
|
|
|
3296
3821
|
}, import("zod/v4/core").$strip>;
|
|
3297
3822
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3298
3823
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3299
|
-
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString
|
|
3824
|
+
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3300
3825
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3301
3826
|
schema: import("zod").ZodString;
|
|
3302
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null
|
|
3303
|
-
|
|
3827
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
3828
|
+
from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3304
3829
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3305
3830
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3306
3831
|
readonly __hex: true;
|
|
@@ -3398,13 +3923,33 @@ export declare const AllRpcSchemas: {
|
|
|
3398
3923
|
}, import("zod/v4/core").$strip>;
|
|
3399
3924
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3400
3925
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3401
|
-
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString
|
|
3926
|
+
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3402
3927
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3403
3928
|
schema: import("zod").ZodString;
|
|
3404
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null
|
|
3929
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
|
|
3930
|
+
};
|
|
3931
|
+
};
|
|
3932
|
+
xyoSigner_address: {
|
|
3933
|
+
readonly params: {
|
|
3934
|
+
readonly to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
3935
|
+
readonly from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
|
|
3405
3936
|
};
|
|
3406
3937
|
readonly result: {
|
|
3407
|
-
readonly to: import("zod").
|
|
3938
|
+
readonly to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3939
|
+
readonly __hex: true;
|
|
3940
|
+
}>, {
|
|
3941
|
+
readonly __address: true;
|
|
3942
|
+
}>, string>>;
|
|
3943
|
+
readonly from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3944
|
+
readonly __hex: true;
|
|
3945
|
+
}>, {
|
|
3946
|
+
readonly __address: true;
|
|
3947
|
+
}>, string>>;
|
|
3948
|
+
};
|
|
3949
|
+
};
|
|
3950
|
+
xyoSigner_signTransaction: {
|
|
3951
|
+
readonly params: {
|
|
3952
|
+
readonly to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3408
3953
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3409
3954
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3410
3955
|
readonly __hex: true;
|
|
@@ -3502,11 +4047,11 @@ export declare const AllRpcSchemas: {
|
|
|
3502
4047
|
}, import("zod/v4/core").$strip>;
|
|
3503
4048
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3504
4049
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3505
|
-
script: import("zod").ZodOptional<import("zod").
|
|
4050
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3506
4051
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3507
4052
|
schema: import("zod").ZodString;
|
|
3508
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
3509
|
-
readonly from: import("zod").
|
|
4053
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
|
|
4054
|
+
readonly from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3510
4055
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3511
4056
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3512
4057
|
readonly __hex: true;
|
|
@@ -3604,71 +4149,13 @@ export declare const AllRpcSchemas: {
|
|
|
3604
4149
|
}, import("zod/v4/core").$strip>;
|
|
3605
4150
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3606
4151
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3607
|
-
script: import("zod").ZodOptional<import("zod").
|
|
4152
|
+
script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3608
4153
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3609
4154
|
schema: import("zod").ZodString;
|
|
3610
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null
|
|
3611
|
-
schema: "network.xyo.boundwitness";
|
|
3612
|
-
addresses: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3613
|
-
readonly __hex: true;
|
|
3614
|
-
}>, {
|
|
3615
|
-
readonly __address: true;
|
|
3616
|
-
}>[];
|
|
3617
|
-
payload_hashes: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3618
|
-
readonly __hex: true;
|
|
3619
|
-
}>, {
|
|
3620
|
-
readonly __hash: true;
|
|
3621
|
-
}>[];
|
|
3622
|
-
payload_schemas: string[];
|
|
3623
|
-
previous_hashes: (import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3624
|
-
readonly __hex: true;
|
|
3625
|
-
}>, {
|
|
3626
|
-
readonly __hash: true;
|
|
3627
|
-
}> | null)[];
|
|
3628
|
-
$signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3629
|
-
readonly __hex: true;
|
|
3630
|
-
}> | null)[];
|
|
3631
|
-
nbf: number;
|
|
3632
|
-
exp: number;
|
|
3633
|
-
fees: {
|
|
3634
|
-
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3635
|
-
readonly __hex: true;
|
|
3636
|
-
}>;
|
|
3637
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3638
|
-
readonly __hex: true;
|
|
3639
|
-
}>;
|
|
3640
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3641
|
-
readonly __hex: true;
|
|
3642
|
-
}>;
|
|
3643
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3644
|
-
readonly __hex: true;
|
|
3645
|
-
}>;
|
|
3646
|
-
};
|
|
3647
|
-
chain: import("@xyo-network/xl1-protocol").ChainId;
|
|
3648
|
-
from: import("@xyo-network/xl1-protocol").ChainId;
|
|
3649
|
-
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3650
|
-
readonly __hex: true;
|
|
3651
|
-
}>, {
|
|
3652
|
-
readonly __address: true;
|
|
3653
|
-
}> | undefined;
|
|
3654
|
-
$sourceQuery?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3655
|
-
readonly __hex: true;
|
|
3656
|
-
}>, {
|
|
3657
|
-
readonly __hash: true;
|
|
3658
|
-
}> | undefined;
|
|
3659
|
-
_hash?: string | undefined;
|
|
3660
|
-
_dataHash?: string | undefined;
|
|
3661
|
-
_sequence?: string | undefined;
|
|
3662
|
-
script?: string[] | undefined;
|
|
3663
|
-
}, {
|
|
3664
|
-
[x: string]: any;
|
|
3665
|
-
schema: string;
|
|
3666
|
-
}[]]>>;
|
|
4155
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
|
|
3667
4156
|
};
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
params: {
|
|
3671
|
-
to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
4157
|
+
readonly result: {
|
|
4158
|
+
readonly to: import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3672
4159
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3673
4160
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3674
4161
|
readonly __hex: true;
|
|
@@ -3769,8 +4256,8 @@ export declare const AllRpcSchemas: {
|
|
|
3769
4256
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3770
4257
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3771
4258
|
schema: import("zod").ZodString;
|
|
3772
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null
|
|
3773
|
-
from: import("zod").
|
|
4259
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
|
|
4260
|
+
readonly from: import("zod").ZodPipe<import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3774
4261
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3775
4262
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3776
4263
|
readonly __hex: true;
|
|
@@ -3871,122 +4358,68 @@ export declare const AllRpcSchemas: {
|
|
|
3871
4358
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3872
4359
|
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3873
4360
|
schema: import("zod").ZodString;
|
|
3874
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
to: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3878
|
-
readonly __hex: true;
|
|
3879
|
-
}>, {
|
|
3880
|
-
readonly __hash: true;
|
|
3881
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3882
|
-
readonly __hex: true;
|
|
3883
|
-
}>, {
|
|
3884
|
-
readonly __hash: true;
|
|
3885
|
-
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3886
|
-
readonly __hex: true;
|
|
3887
|
-
}>, {
|
|
3888
|
-
readonly __hash: true;
|
|
3889
|
-
}>>>;
|
|
3890
|
-
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3891
|
-
readonly __hex: true;
|
|
3892
|
-
}>, {
|
|
3893
|
-
readonly __hash: true;
|
|
3894
|
-
}>, string>>;
|
|
3895
|
-
};
|
|
3896
|
-
};
|
|
3897
|
-
xyoProvider_send: {
|
|
3898
|
-
params: {
|
|
3899
|
-
to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3900
|
-
readonly __hex: true;
|
|
3901
|
-
}>, {
|
|
3902
|
-
readonly __address: true;
|
|
3903
|
-
}>, string>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3904
|
-
schema: import("zod").ZodString;
|
|
3905
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3906
|
-
schema: import("zod").ZodString;
|
|
3907
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3908
|
-
base: import("zod").ZodBigInt;
|
|
3909
|
-
gasLimit: import("zod").ZodBigInt;
|
|
3910
|
-
gasPrice: import("zod").ZodBigInt;
|
|
3911
|
-
priority: import("zod").ZodBigInt;
|
|
3912
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3913
|
-
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3914
|
-
readonly __hex: true;
|
|
3915
|
-
}>;
|
|
3916
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3917
|
-
readonly __hex: true;
|
|
3918
|
-
}>;
|
|
3919
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3920
|
-
readonly __hex: true;
|
|
3921
|
-
}>;
|
|
3922
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3923
|
-
readonly __hex: true;
|
|
3924
|
-
}>;
|
|
3925
|
-
}, {
|
|
3926
|
-
base: bigint;
|
|
3927
|
-
gasLimit: bigint;
|
|
3928
|
-
gasPrice: bigint;
|
|
3929
|
-
priority: bigint;
|
|
3930
|
-
}>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3931
|
-
readonly __hex: true;
|
|
3932
|
-
}>, {
|
|
3933
|
-
readonly __address: true;
|
|
3934
|
-
}>, string>>>], null>;
|
|
3935
|
-
from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3936
|
-
readonly __hex: true;
|
|
3937
|
-
}>, {
|
|
3938
|
-
readonly __address: true;
|
|
3939
|
-
}>, string>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3940
|
-
schema: import("zod").ZodString;
|
|
3941
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3942
|
-
schema: import("zod").ZodString;
|
|
3943
|
-
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
|
|
3944
|
-
base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3945
|
-
readonly __hex: true;
|
|
3946
|
-
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3947
|
-
readonly __hex: true;
|
|
3948
|
-
}>, unknown>>;
|
|
3949
|
-
gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4361
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").HydratedTransactionWithStorageMeta<import("@xyo-network/xl1-protocol").TransactionBoundWitness, import("@xyo-network/payload-model").Payload>, [{
|
|
4362
|
+
schema: "network.xyo.boundwitness";
|
|
4363
|
+
addresses: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3950
4364
|
readonly __hex: true;
|
|
3951
|
-
}>,
|
|
4365
|
+
}>, {
|
|
4366
|
+
readonly __address: true;
|
|
4367
|
+
}>[];
|
|
4368
|
+
payload_hashes: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3952
4369
|
readonly __hex: true;
|
|
3953
|
-
}>,
|
|
3954
|
-
|
|
4370
|
+
}>, {
|
|
4371
|
+
readonly __hash: true;
|
|
4372
|
+
}>[];
|
|
4373
|
+
payload_schemas: string[];
|
|
4374
|
+
previous_hashes: (import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3955
4375
|
readonly __hex: true;
|
|
3956
|
-
}>,
|
|
4376
|
+
}>, {
|
|
4377
|
+
readonly __hash: true;
|
|
4378
|
+
}> | null)[];
|
|
4379
|
+
$signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3957
4380
|
readonly __hex: true;
|
|
3958
|
-
}
|
|
3959
|
-
|
|
4381
|
+
}> | null)[];
|
|
4382
|
+
nbf: number;
|
|
4383
|
+
exp: number;
|
|
4384
|
+
fees: {
|
|
4385
|
+
base: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4386
|
+
readonly __hex: true;
|
|
4387
|
+
}>;
|
|
4388
|
+
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4389
|
+
readonly __hex: true;
|
|
4390
|
+
}>;
|
|
4391
|
+
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4392
|
+
readonly __hex: true;
|
|
4393
|
+
}>;
|
|
4394
|
+
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4395
|
+
readonly __hex: true;
|
|
4396
|
+
}>;
|
|
4397
|
+
};
|
|
4398
|
+
chain: import("@xyo-network/xl1-protocol").ChainId;
|
|
4399
|
+
from: import("@xyo-network/xl1-protocol").ChainId;
|
|
4400
|
+
$destination?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3960
4401
|
readonly __hex: true;
|
|
3961
|
-
}>,
|
|
4402
|
+
}>, {
|
|
4403
|
+
readonly __address: true;
|
|
4404
|
+
}> | undefined;
|
|
4405
|
+
$sourceQuery?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3962
4406
|
readonly __hex: true;
|
|
3963
|
-
}>,
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
4407
|
+
}>, {
|
|
4408
|
+
readonly __hash: true;
|
|
4409
|
+
}> | undefined;
|
|
4410
|
+
_hash?: string | undefined;
|
|
4411
|
+
_dataHash?: string | undefined;
|
|
4412
|
+
_sequence?: string | undefined;
|
|
4413
|
+
script?: string[] | undefined;
|
|
3969
4414
|
}, {
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3974
|
-
readonly __hex: true;
|
|
3975
|
-
}>;
|
|
3976
|
-
gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3977
|
-
readonly __hex: true;
|
|
3978
|
-
}>;
|
|
3979
|
-
priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3980
|
-
readonly __hex: true;
|
|
3981
|
-
}>;
|
|
3982
|
-
}>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3983
|
-
readonly __hex: true;
|
|
3984
|
-
}>, {
|
|
3985
|
-
readonly __address: true;
|
|
3986
|
-
}>, string>>>], null>;
|
|
4415
|
+
[x: string]: any;
|
|
4416
|
+
schema: string;
|
|
4417
|
+
}[]]>>;
|
|
3987
4418
|
};
|
|
3988
|
-
|
|
3989
|
-
|
|
4419
|
+
};
|
|
4420
|
+
xyoRunner_broadcastTransaction: {
|
|
4421
|
+
params: {
|
|
4422
|
+
to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
3990
4423
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
3991
4424
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3992
4425
|
readonly __hex: true;
|
|
@@ -4085,8 +4518,10 @@ export declare const AllRpcSchemas: {
|
|
|
4085
4518
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
4086
4519
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
4087
4520
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
4088
|
-
}, import("zod/v4/core").$strip
|
|
4089
|
-
|
|
4521
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
4522
|
+
schema: import("zod").ZodString;
|
|
4523
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
|
|
4524
|
+
from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
|
|
4090
4525
|
schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
|
|
4091
4526
|
addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4092
4527
|
readonly __hex: true;
|
|
@@ -4185,7 +4620,29 @@ export declare const AllRpcSchemas: {
|
|
|
4185
4620
|
chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
4186
4621
|
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
4187
4622
|
script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
4188
|
-
}, import("zod/v4/core").$strip
|
|
4623
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
4624
|
+
schema: import("zod").ZodString;
|
|
4625
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
|
|
4626
|
+
};
|
|
4627
|
+
result: {
|
|
4628
|
+
to: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4629
|
+
readonly __hex: true;
|
|
4630
|
+
}>, {
|
|
4631
|
+
readonly __hash: true;
|
|
4632
|
+
}>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4633
|
+
readonly __hex: true;
|
|
4634
|
+
}>, {
|
|
4635
|
+
readonly __hash: true;
|
|
4636
|
+
}>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4637
|
+
readonly __hex: true;
|
|
4638
|
+
}>, {
|
|
4639
|
+
readonly __hash: true;
|
|
4640
|
+
}>>>;
|
|
4641
|
+
from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
4642
|
+
readonly __hex: true;
|
|
4643
|
+
}>, {
|
|
4644
|
+
readonly __hash: true;
|
|
4645
|
+
}>, string>>;
|
|
4189
4646
|
};
|
|
4190
4647
|
};
|
|
4191
4648
|
};
|