@xyo-network/xl1-rpc 1.16.1 → 1.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/index.mjs +27 -325
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts +3 -3
- package/dist/neutral/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/index.d.ts +0 -3
- package/dist/neutral/provider/index.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/index.d.ts +0 -2
- package/dist/neutral/provider/permissions/index.d.ts.map +1 -1
- package/dist/neutral/provider/runner/index.d.ts +0 -1
- package/dist/neutral/provider/runner/index.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/index.d.ts +0 -1
- package/dist/neutral/provider/signer/index.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +2 -2
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/spec/MemoryXyoClient.spec.d.ts.map +1 -0
- package/dist/neutral/spec/MemoryXyoGateway.spec.d.ts.map +1 -0
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +586 -3302
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/DataLakeViewerRpcSchema.d.ts +6 -30
- package/dist/neutral/types/schema/DataLakeViewerRpcSchema.d.ts.map +1 -1
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -8
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -78
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -100
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -100
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -70
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts +25 -83
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +26 -186
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +60 -378
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +497 -2729
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Address.d.ts +1 -3
- package/dist/neutral/types/schema/common/Address.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +40 -302
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +60 -420
- package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +54 -422
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +80 -492
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Payload.d.ts +8 -104
- package/dist/neutral/types/schema/common/Payload.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts +1 -3
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Stake.d.ts +17 -53
- package/dist/neutral/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +28 -188
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionFees.d.ts +18 -72
- package/dist/neutral/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Transfer.d.ts +12 -36
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransferPair.d.ts +2 -6
- package/dist/neutral/types/schema/common/TransferPair.d.ts.map +1 -1
- package/dist/node/index-node.mjs +27 -325
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts +3 -3
- package/dist/node/provider/datalake/JsonRpcDataLakeViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/index.d.ts +0 -3
- package/dist/node/provider/index.d.ts.map +1 -1
- package/dist/node/provider/permissions/index.d.ts +0 -2
- package/dist/node/provider/permissions/index.d.ts.map +1 -1
- package/dist/node/provider/runner/index.d.ts +0 -1
- package/dist/node/provider/runner/index.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/signer/index.d.ts +0 -1
- package/dist/node/provider/signer/index.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +2 -2
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/spec/MemoryXyoClient.spec.d.ts.map +1 -0
- package/dist/node/spec/MemoryXyoGateway.spec.d.ts.map +1 -0
- package/dist/node/types/schema/AllRpcSchemas.d.ts +586 -3302
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/DataLakeViewerRpcSchema.d.ts +6 -30
- package/dist/node/types/schema/DataLakeViewerRpcSchema.d.ts.map +1 -1
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -8
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -78
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -100
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -100
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -70
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts +25 -83
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +26 -186
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +60 -378
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +497 -2729
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/Address.d.ts +1 -3
- package/dist/node/types/schema/common/Address.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +40 -302
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/BoundWitness.d.ts +60 -420
- package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +54 -422
- package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +80 -492
- package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/node/types/schema/common/Payload.d.ts +8 -104
- package/dist/node/types/schema/common/Payload.d.ts.map +1 -1
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts +1 -3
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/node/types/schema/common/Stake.d.ts +17 -53
- package/dist/node/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +28 -188
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionFees.d.ts +18 -72
- package/dist/node/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/node/types/schema/common/Transfer.d.ts +12 -36
- package/dist/node/types/schema/common/Transfer.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransferPair.d.ts +2 -6
- package/dist/node/types/schema/common/TransferPair.d.ts.map +1 -1
- package/package.json +12 -17
- package/src/provider/connection/spec/XyoConnection.spec.ts +2 -3
- package/src/provider/datalake/JsonRpcDataLakeViewerMethods.ts +3 -3
- package/src/provider/index.ts +0 -3
- package/src/provider/permissions/index.ts +0 -2
- package/src/provider/runner/index.ts +0 -1
- package/src/provider/signer/JsonRpcXyoSigner.ts +2 -2
- package/src/provider/signer/index.ts +0 -1
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +2 -3
- package/src/provider/viewer/JsonRpcXyoViewer.ts +2 -2
- package/src/{provider/client/spec → spec}/MemoryXyoClient.spec.ts +20 -16
- package/src/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.ts +13 -11
- package/src/types/schema/DataLakeViewerRpcSchema.ts +2 -3
- package/src/types/schema/common/BlockBoundWitness.ts +1 -3
- package/src/types/schema/common/Transfer.ts +1 -1
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts +0 -7
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts.map +0 -1
- package/dist/neutral/provider/client/index.d.ts +0 -2
- package/dist/neutral/provider/client/index.d.ts.map +0 -1
- package/dist/neutral/provider/client/spec/MemoryXyoClient.spec.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/Abstract.d.ts +0 -12
- package/dist/neutral/provider/gateway/Abstract.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts +0 -10
- package/dist/neutral/provider/gateway/MemoryXyoGateway.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/index.d.ts +0 -3
- package/dist/neutral/provider/gateway/index.d.ts.map +0 -1
- package/dist/neutral/provider/gateway/spec/MemoryXyoGateway.spec.d.ts.map +0 -1
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts +0 -9
- package/dist/neutral/provider/network/MemoryXyoNetwork.d.ts.map +0 -1
- package/dist/neutral/provider/network/index.d.ts +0 -2
- package/dist/neutral/provider/network/index.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/FailedNetworkStatusPayloads.d.ts +0 -4
- package/dist/neutral/provider/network/lib/FailedNetworkStatusPayloads.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/StatusNetworks.d.ts +0 -10
- package/dist/neutral/provider/network/lib/StatusNetworks.d.ts.map +0 -1
- package/dist/neutral/provider/network/lib/index.d.ts +0 -3
- package/dist/neutral/provider/network/lib/index.d.ts.map +0 -1
- package/dist/neutral/provider/network/spec/XyoNetwork.spec.d.ts +0 -2
- package/dist/neutral/provider/network/spec/XyoNetwork.spec.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts +0 -17
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +0 -2
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts +0 -16
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts +0 -12
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts.map +0 -1
- package/dist/neutral/provider/permissions/store/index.d.ts +0 -3
- package/dist/neutral/provider/permissions/store/index.d.ts.map +0 -1
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts +0 -10
- package/dist/neutral/provider/runner/MemoryXyoRunner.d.ts.map +0 -1
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts +0 -14
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts.map +0 -1
- package/dist/node/provider/client/MemoryXyoClient.d.ts +0 -7
- package/dist/node/provider/client/MemoryXyoClient.d.ts.map +0 -1
- package/dist/node/provider/client/index.d.ts +0 -2
- package/dist/node/provider/client/index.d.ts.map +0 -1
- package/dist/node/provider/client/spec/MemoryXyoClient.spec.d.ts.map +0 -1
- package/dist/node/provider/gateway/Abstract.d.ts +0 -12
- package/dist/node/provider/gateway/Abstract.d.ts.map +0 -1
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts +0 -10
- package/dist/node/provider/gateway/MemoryXyoGateway.d.ts.map +0 -1
- package/dist/node/provider/gateway/index.d.ts +0 -3
- package/dist/node/provider/gateway/index.d.ts.map +0 -1
- package/dist/node/provider/gateway/spec/MemoryXyoGateway.spec.d.ts.map +0 -1
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts +0 -9
- package/dist/node/provider/network/MemoryXyoNetwork.d.ts.map +0 -1
- package/dist/node/provider/network/index.d.ts +0 -2
- package/dist/node/provider/network/index.d.ts.map +0 -1
- package/dist/node/provider/network/lib/FailedNetworkStatusPayloads.d.ts +0 -4
- package/dist/node/provider/network/lib/FailedNetworkStatusPayloads.d.ts.map +0 -1
- package/dist/node/provider/network/lib/StatusNetworks.d.ts +0 -10
- package/dist/node/provider/network/lib/StatusNetworks.d.ts.map +0 -1
- package/dist/node/provider/network/lib/index.d.ts +0 -3
- package/dist/node/provider/network/lib/index.d.ts.map +0 -1
- package/dist/node/provider/network/spec/XyoNetwork.spec.d.ts +0 -2
- package/dist/node/provider/network/spec/XyoNetwork.spec.d.ts.map +0 -1
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts +0 -17
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts.map +0 -1
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +0 -2
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts +0 -16
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts +0 -12
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts.map +0 -1
- package/dist/node/provider/permissions/store/index.d.ts +0 -3
- package/dist/node/provider/permissions/store/index.d.ts.map +0 -1
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts +0 -10
- package/dist/node/provider/runner/MemoryXyoRunner.d.ts.map +0 -1
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts +0 -14
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts.map +0 -1
- package/src/provider/client/MemoryXyoClient.ts +0 -14
- package/src/provider/client/index.ts +0 -1
- package/src/provider/gateway/Abstract.ts +0 -53
- package/src/provider/gateway/MemoryXyoGateway.ts +0 -22
- package/src/provider/gateway/index.ts +0 -2
- package/src/provider/network/MemoryXyoNetwork.ts +0 -48
- package/src/provider/network/index.ts +0 -1
- package/src/provider/network/lib/FailedNetworkStatusPayloads.ts +0 -14
- package/src/provider/network/lib/StatusNetworks.ts +0 -27
- package/src/provider/network/lib/index.ts +0 -2
- package/src/provider/network/spec/XyoNetwork.spec.ts +0 -77
- package/src/provider/permissions/MemoryXyoPermissions.ts +0 -82
- package/src/provider/permissions/spec/MemoryXyoPermissions.spec.ts +0 -93
- package/src/provider/permissions/store/MemoryPermissions.ts +0 -32
- package/src/provider/permissions/store/PermissionsStore.ts +0 -15
- package/src/provider/permissions/store/index.ts +0 -2
- package/src/provider/runner/MemoryXyoRunner.ts +0 -23
- package/src/provider/signer/MemoryXyoSigner.ts +0 -49
- /package/dist/neutral/{provider/client/spec → spec}/MemoryXyoClient.spec.d.ts +0 -0
- /package/dist/neutral/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.d.ts +0 -0
- /package/dist/node/{provider/client/spec → spec}/MemoryXyoClient.spec.d.ts +0 -0
- /package/dist/node/{provider/gateway/spec → spec}/MemoryXyoGateway.spec.d.ts +0 -0
|
@@ -2,26 +2,16 @@ import * as z from 'zod';
|
|
|
2
2
|
export declare const XyoViewerRpcSchemas: {
|
|
3
3
|
xyoViewer_networkStakeStepRewardClaimedByAddress: {
|
|
4
4
|
params: {
|
|
5
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
6
|
-
readonly __hex: true;
|
|
7
|
-
}>, {
|
|
5
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
8
6
|
readonly __address: true;
|
|
9
7
|
}>, string>>], null>;
|
|
10
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
11
|
-
readonly __hex: true;
|
|
12
|
-
}>, {
|
|
8
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
13
9
|
readonly __address: true;
|
|
14
10
|
}>, string>>], null>;
|
|
15
11
|
};
|
|
16
12
|
result: {
|
|
17
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
18
|
-
|
|
19
|
-
}>, bigint>>;
|
|
20
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
21
|
-
readonly __hex: true;
|
|
22
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
23
|
-
readonly __hex: true;
|
|
24
|
-
}>>>;
|
|
13
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
14
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
25
15
|
};
|
|
26
16
|
};
|
|
27
17
|
xyoViewer_networkStakeStepRewardAddressReward: {
|
|
@@ -29,69 +19,41 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
29
19
|
to: z.ZodTuple<[z.ZodObject<{
|
|
30
20
|
block: z.ZodNumber;
|
|
31
21
|
step: z.ZodNumber;
|
|
32
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
33
|
-
readonly __hex: true;
|
|
34
|
-
}>, {
|
|
22
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
35
23
|
readonly __address: true;
|
|
36
24
|
}>, string>>], null>;
|
|
37
25
|
from: z.ZodTuple<[z.ZodObject<{
|
|
38
26
|
block: z.ZodNumber;
|
|
39
27
|
step: z.ZodNumber;
|
|
40
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
41
|
-
readonly __hex: true;
|
|
42
|
-
}>, {
|
|
28
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
43
29
|
readonly __address: true;
|
|
44
30
|
}>, string>>], null>;
|
|
45
31
|
};
|
|
46
32
|
result: {
|
|
47
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
48
|
-
readonly __hex: true;
|
|
49
|
-
}>, {
|
|
33
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
50
34
|
readonly __address: true;
|
|
51
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
52
|
-
|
|
53
|
-
}>, bigint>>>;
|
|
54
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
55
|
-
readonly __hex: true;
|
|
56
|
-
}>, {
|
|
35
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
36
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
57
37
|
readonly __address: true;
|
|
58
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
59
|
-
readonly __hex: true;
|
|
60
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
61
|
-
readonly __hex: true;
|
|
62
|
-
}>>>>;
|
|
38
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
63
39
|
};
|
|
64
40
|
};
|
|
65
41
|
xyoViewer_networkStakeStepRewardAddressHistory: {
|
|
66
42
|
params: {
|
|
67
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
68
|
-
readonly __hex: true;
|
|
69
|
-
}>, {
|
|
43
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
70
44
|
readonly __address: true;
|
|
71
45
|
}>, string>>], null>;
|
|
72
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
73
|
-
readonly __hex: true;
|
|
74
|
-
}>, {
|
|
46
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
75
47
|
readonly __address: true;
|
|
76
48
|
}>, string>>], null>;
|
|
77
49
|
};
|
|
78
50
|
result: {
|
|
79
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
80
|
-
readonly __hex: true;
|
|
81
|
-
}>, {
|
|
51
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
82
52
|
readonly __address: true;
|
|
83
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
84
|
-
|
|
85
|
-
}>, bigint>>>;
|
|
86
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
87
|
-
readonly __hex: true;
|
|
88
|
-
}>, {
|
|
53
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
54
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
89
55
|
readonly __address: true;
|
|
90
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
91
|
-
readonly __hex: true;
|
|
92
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
93
|
-
readonly __hex: true;
|
|
94
|
-
}>>>>;
|
|
56
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
95
57
|
};
|
|
96
58
|
};
|
|
97
59
|
xyoViewer_networkStakeStepRewardAddressShare: {
|
|
@@ -99,35 +61,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
99
61
|
to: z.ZodTuple<[z.ZodObject<{
|
|
100
62
|
block: z.ZodNumber;
|
|
101
63
|
step: z.ZodNumber;
|
|
102
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
103
|
-
readonly __hex: true;
|
|
104
|
-
}>, {
|
|
64
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
105
65
|
readonly __address: true;
|
|
106
66
|
}>, string>>], null>;
|
|
107
67
|
from: z.ZodTuple<[z.ZodObject<{
|
|
108
68
|
block: z.ZodNumber;
|
|
109
69
|
step: z.ZodNumber;
|
|
110
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
111
|
-
readonly __hex: true;
|
|
112
|
-
}>, {
|
|
70
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
113
71
|
readonly __address: true;
|
|
114
72
|
}>, string>>], null>;
|
|
115
73
|
};
|
|
116
74
|
result: {
|
|
117
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
118
|
-
|
|
119
|
-
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
120
|
-
readonly __hex: true;
|
|
121
|
-
}>, bigint>>], null>;
|
|
122
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
123
|
-
readonly __hex: true;
|
|
124
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
125
|
-
readonly __hex: true;
|
|
126
|
-
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
127
|
-
readonly __hex: true;
|
|
128
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
129
|
-
readonly __hex: true;
|
|
130
|
-
}>>>], null>;
|
|
75
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>], null>;
|
|
76
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>], null>;
|
|
131
77
|
};
|
|
132
78
|
};
|
|
133
79
|
xyoViewer_networkStakeStepRewardWeightForAddress: {
|
|
@@ -135,53 +81,33 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
135
81
|
to: z.ZodTuple<[z.ZodObject<{
|
|
136
82
|
block: z.ZodNumber;
|
|
137
83
|
step: z.ZodNumber;
|
|
138
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
139
|
-
readonly __hex: true;
|
|
140
|
-
}>, {
|
|
84
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
141
85
|
readonly __address: true;
|
|
142
86
|
}>, string>>], null>;
|
|
143
87
|
from: z.ZodTuple<[z.ZodObject<{
|
|
144
88
|
block: z.ZodNumber;
|
|
145
89
|
step: z.ZodNumber;
|
|
146
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
147
|
-
readonly __hex: true;
|
|
148
|
-
}>, {
|
|
90
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
149
91
|
readonly __address: true;
|
|
150
92
|
}>, string>>], null>;
|
|
151
93
|
};
|
|
152
94
|
result: {
|
|
153
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
154
|
-
|
|
155
|
-
}>, bigint>>;
|
|
156
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
157
|
-
readonly __hex: true;
|
|
158
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
159
|
-
readonly __hex: true;
|
|
160
|
-
}>>>;
|
|
95
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
96
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
161
97
|
};
|
|
162
98
|
};
|
|
163
99
|
xyoViewer_networkStakeStepRewardUnclaimedByAddress: {
|
|
164
100
|
params: {
|
|
165
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
166
|
-
readonly __hex: true;
|
|
167
|
-
}>, {
|
|
101
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
168
102
|
readonly __address: true;
|
|
169
103
|
}>, string>>], null>;
|
|
170
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
171
|
-
readonly __hex: true;
|
|
172
|
-
}>, {
|
|
104
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
173
105
|
readonly __address: true;
|
|
174
106
|
}>, string>>], null>;
|
|
175
107
|
};
|
|
176
108
|
result: {
|
|
177
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
178
|
-
|
|
179
|
-
}>, bigint>>;
|
|
180
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
181
|
-
readonly __hex: true;
|
|
182
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
183
|
-
readonly __hex: true;
|
|
184
|
-
}>>>;
|
|
109
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
110
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
185
111
|
};
|
|
186
112
|
};
|
|
187
113
|
xyoViewer_networkStakeStepRewardPoolRewards: {
|
|
@@ -196,22 +122,12 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
196
122
|
}, z.core.$strip>], null>;
|
|
197
123
|
};
|
|
198
124
|
result: {
|
|
199
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
200
|
-
readonly __hex: true;
|
|
201
|
-
}>, {
|
|
125
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
202
126
|
readonly __address: true;
|
|
203
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
204
|
-
|
|
205
|
-
}>, bigint>>>;
|
|
206
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
207
|
-
readonly __hex: true;
|
|
208
|
-
}>, {
|
|
127
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
128
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
209
129
|
readonly __address: true;
|
|
210
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
211
|
-
readonly __hex: true;
|
|
212
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
213
|
-
readonly __hex: true;
|
|
214
|
-
}>>>>;
|
|
130
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
215
131
|
};
|
|
216
132
|
};
|
|
217
133
|
xyoViewer_networkStakeStepRewardPositionWeight: {
|
|
@@ -226,14 +142,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
226
142
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
227
143
|
};
|
|
228
144
|
result: {
|
|
229
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
230
|
-
|
|
231
|
-
}>, bigint>>;
|
|
232
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
233
|
-
readonly __hex: true;
|
|
234
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
235
|
-
readonly __hex: true;
|
|
236
|
-
}>>>;
|
|
145
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
146
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
237
147
|
};
|
|
238
148
|
};
|
|
239
149
|
xyoViewer_networkStakeStepRewardPotentialPositionLoss: {
|
|
@@ -248,14 +158,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
248
158
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
249
159
|
};
|
|
250
160
|
result: {
|
|
251
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
252
|
-
|
|
253
|
-
}>, bigint>>;
|
|
254
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
255
|
-
readonly __hex: true;
|
|
256
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
257
|
-
readonly __hex: true;
|
|
258
|
-
}>>>;
|
|
161
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
162
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
259
163
|
};
|
|
260
164
|
};
|
|
261
165
|
xyoViewer_networkStakeStepRewardForStep: {
|
|
@@ -270,14 +174,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
270
174
|
}, z.core.$strip>], null>;
|
|
271
175
|
};
|
|
272
176
|
result: {
|
|
273
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
274
|
-
|
|
275
|
-
}>, bigint>>;
|
|
276
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
277
|
-
readonly __hex: true;
|
|
278
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
279
|
-
readonly __hex: true;
|
|
280
|
-
}>>>;
|
|
177
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
178
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
281
179
|
};
|
|
282
180
|
};
|
|
283
181
|
xyoViewer_networkStakeStepRewardRandomizer: {
|
|
@@ -292,14 +190,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
292
190
|
}, z.core.$strip>], null>;
|
|
293
191
|
};
|
|
294
192
|
result: {
|
|
295
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
296
|
-
|
|
297
|
-
}>, bigint>>;
|
|
298
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
299
|
-
readonly __hex: true;
|
|
300
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
301
|
-
readonly __hex: true;
|
|
302
|
-
}>>>;
|
|
193
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
194
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
303
195
|
};
|
|
304
196
|
};
|
|
305
197
|
xyoViewer_networkStakeStepRewardStakerCount: {
|
|
@@ -330,22 +222,12 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
330
222
|
}, z.core.$strip>], null>;
|
|
331
223
|
};
|
|
332
224
|
result: {
|
|
333
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
334
|
-
readonly __hex: true;
|
|
335
|
-
}>, {
|
|
225
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
336
226
|
readonly __address: true;
|
|
337
|
-
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
338
|
-
|
|
339
|
-
}>, bigint>>>;
|
|
340
|
-
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
341
|
-
readonly __hex: true;
|
|
342
|
-
}>, {
|
|
227
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
228
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
343
229
|
readonly __address: true;
|
|
344
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
345
|
-
readonly __hex: true;
|
|
346
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
347
|
-
readonly __hex: true;
|
|
348
|
-
}>>>>;
|
|
230
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
349
231
|
};
|
|
350
232
|
};
|
|
351
233
|
xyoViewer_networkStakeStepRewardForStepForPosition: {
|
|
@@ -360,20 +242,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
360
242
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
361
243
|
};
|
|
362
244
|
result: {
|
|
363
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
364
|
-
|
|
365
|
-
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
366
|
-
readonly __hex: true;
|
|
367
|
-
}>, bigint>>], null>;
|
|
368
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
369
|
-
readonly __hex: true;
|
|
370
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
371
|
-
readonly __hex: true;
|
|
372
|
-
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
373
|
-
readonly __hex: true;
|
|
374
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
375
|
-
readonly __hex: true;
|
|
376
|
-
}>>>], null>;
|
|
245
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>], null>;
|
|
246
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>], null>;
|
|
377
247
|
};
|
|
378
248
|
};
|
|
379
249
|
xyoViewer_networkStakeStepRewardForPosition: {
|
|
@@ -382,20 +252,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
382
252
|
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
383
253
|
};
|
|
384
254
|
result: {
|
|
385
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
386
|
-
|
|
387
|
-
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
388
|
-
readonly __hex: true;
|
|
389
|
-
}>, bigint>>], null>;
|
|
390
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
391
|
-
readonly __hex: true;
|
|
392
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
393
|
-
readonly __hex: true;
|
|
394
|
-
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
395
|
-
readonly __hex: true;
|
|
396
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
397
|
-
readonly __hex: true;
|
|
398
|
-
}>>>], null>;
|
|
255
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>], null>;
|
|
256
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>], null>;
|
|
399
257
|
};
|
|
400
258
|
};
|
|
401
259
|
xyoViewer_networkStakeStepRewardsForRange: {
|
|
@@ -404,14 +262,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
404
262
|
from: z.ZodTuple<[z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
405
263
|
};
|
|
406
264
|
result: {
|
|
407
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
408
|
-
|
|
409
|
-
}>, bigint>>;
|
|
410
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
411
|
-
readonly __hex: true;
|
|
412
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
413
|
-
readonly __hex: true;
|
|
414
|
-
}>>>;
|
|
265
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
266
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
415
267
|
};
|
|
416
268
|
};
|
|
417
269
|
xyoViewer_networkStakeStepRewardsForStepLevel: {
|
|
@@ -420,14 +272,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
420
272
|
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
421
273
|
};
|
|
422
274
|
result: {
|
|
423
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
424
|
-
|
|
425
|
-
}>, bigint>>;
|
|
426
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
427
|
-
readonly __hex: true;
|
|
428
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
429
|
-
readonly __hex: true;
|
|
430
|
-
}>>>;
|
|
275
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
276
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
431
277
|
};
|
|
432
278
|
};
|
|
433
279
|
xyoViewer_networkStakeStepRewardsForPosition: {
|
|
@@ -436,241 +282,79 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
436
282
|
from: z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>;
|
|
437
283
|
};
|
|
438
284
|
result: {
|
|
439
|
-
to: z.ZodRecord<z.ZodString, z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
440
|
-
|
|
441
|
-
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
442
|
-
readonly __hex: true;
|
|
443
|
-
}>, bigint>>], null>>;
|
|
444
|
-
from: z.ZodRecord<z.ZodString, z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
445
|
-
readonly __hex: true;
|
|
446
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
447
|
-
readonly __hex: true;
|
|
448
|
-
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
449
|
-
readonly __hex: true;
|
|
450
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
451
|
-
readonly __hex: true;
|
|
452
|
-
}>>>], null>>;
|
|
285
|
+
to: z.ZodRecord<z.ZodString, z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>], null>>;
|
|
286
|
+
from: z.ZodRecord<z.ZodString, z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>], null>>;
|
|
453
287
|
};
|
|
454
288
|
};
|
|
455
289
|
xyoViewer_accountBalance: {
|
|
456
290
|
params: {
|
|
457
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
458
|
-
readonly __hex: true;
|
|
459
|
-
}>, {
|
|
291
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
460
292
|
readonly __address: true;
|
|
461
293
|
}>, string>>], null>;
|
|
462
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
463
|
-
readonly __hex: true;
|
|
464
|
-
}>, {
|
|
294
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
465
295
|
readonly __address: true;
|
|
466
296
|
}>, string>>], null>;
|
|
467
297
|
};
|
|
468
298
|
result: {
|
|
469
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
470
|
-
|
|
471
|
-
}>, bigint>>;
|
|
472
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
473
|
-
readonly __hex: true;
|
|
474
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
475
|
-
readonly __hex: true;
|
|
476
|
-
}>>>;
|
|
299
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
300
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
477
301
|
};
|
|
478
302
|
};
|
|
479
303
|
xyoViewer_accountBalanceHistory: {
|
|
480
304
|
params: {
|
|
481
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
482
|
-
readonly __hex: true;
|
|
483
|
-
}>, {
|
|
305
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
484
306
|
readonly __address: true;
|
|
485
307
|
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
486
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
487
|
-
readonly __hex: true;
|
|
488
|
-
}>, {
|
|
308
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
489
309
|
readonly __address: true;
|
|
490
310
|
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
491
311
|
};
|
|
492
312
|
result: {
|
|
493
313
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
494
314
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
495
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
496
|
-
readonly __hex: true;
|
|
497
|
-
}>, {
|
|
315
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
498
316
|
readonly __address: true;
|
|
499
317
|
}>, string>>>;
|
|
500
|
-
payload_hashes: z.ZodArray<z.
|
|
501
|
-
readonly __hex: true;
|
|
502
|
-
}>, {
|
|
503
|
-
readonly __hash: true;
|
|
504
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
505
|
-
readonly __hex: true;
|
|
506
|
-
}>, {
|
|
507
|
-
readonly __hash: true;
|
|
508
|
-
}>, unknown>>>;
|
|
318
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
509
319
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
510
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
511
|
-
|
|
512
|
-
}>, {
|
|
513
|
-
readonly __hash: true;
|
|
514
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
515
|
-
readonly __hex: true;
|
|
516
|
-
}>, {
|
|
517
|
-
readonly __hash: true;
|
|
518
|
-
}>, unknown>>>>;
|
|
519
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
520
|
-
readonly __hex: true;
|
|
521
|
-
}>, {
|
|
320
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
321
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
522
322
|
readonly __address: true;
|
|
523
323
|
}>, string>>>;
|
|
524
|
-
$sourceQuery: z.ZodOptional<z.
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
529
|
-
readonly __hex: true;
|
|
530
|
-
}>, {
|
|
531
|
-
readonly __hash: true;
|
|
532
|
-
}>, unknown>>>;
|
|
533
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
534
|
-
readonly __hex: true;
|
|
535
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
536
|
-
readonly __hex: true;
|
|
537
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
538
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
539
|
-
readonly __hex: true;
|
|
540
|
-
}>, {
|
|
541
|
-
readonly __hash: true;
|
|
542
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
543
|
-
readonly __hex: true;
|
|
544
|
-
}>, {
|
|
545
|
-
readonly __hash: true;
|
|
546
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
547
|
-
readonly __hex: true;
|
|
548
|
-
}>, {
|
|
549
|
-
readonly __hash: true;
|
|
550
|
-
}>>>>;
|
|
551
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
552
|
-
readonly __hex: true;
|
|
553
|
-
}>, {
|
|
554
|
-
readonly __hash: true;
|
|
555
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
556
|
-
readonly __hex: true;
|
|
557
|
-
}>, {
|
|
558
|
-
readonly __hash: true;
|
|
559
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
560
|
-
readonly __hex: true;
|
|
561
|
-
}>, {
|
|
562
|
-
readonly __hash: true;
|
|
563
|
-
}>>>>;
|
|
324
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
325
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
326
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
327
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
564
328
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
565
329
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
566
330
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
567
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
568
|
-
readonly __hex: true;
|
|
569
|
-
}>, {
|
|
570
|
-
readonly __hash: true;
|
|
571
|
-
}>, string>>>;
|
|
331
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
572
332
|
protocol: z.ZodNumber;
|
|
573
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
574
|
-
readonly __hex: true;
|
|
575
|
-
}>, {
|
|
576
|
-
readonly __hash: true;
|
|
577
|
-
}>, string>>>>;
|
|
333
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
578
334
|
$epoch: z.ZodNumber;
|
|
579
335
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
580
336
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
581
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
582
|
-
readonly __hex: true;
|
|
583
|
-
}>, {
|
|
337
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
584
338
|
readonly __address: true;
|
|
585
339
|
}>, string>>>;
|
|
586
|
-
payload_hashes: z.ZodArray<z.
|
|
587
|
-
readonly __hex: true;
|
|
588
|
-
}>, {
|
|
589
|
-
readonly __hash: true;
|
|
590
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
591
|
-
readonly __hex: true;
|
|
592
|
-
}>, {
|
|
593
|
-
readonly __hash: true;
|
|
594
|
-
}>, unknown>>>;
|
|
340
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
595
341
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
596
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
597
|
-
|
|
598
|
-
}>, {
|
|
599
|
-
readonly __hash: true;
|
|
600
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
601
|
-
readonly __hex: true;
|
|
602
|
-
}>, {
|
|
603
|
-
readonly __hash: true;
|
|
604
|
-
}>, unknown>>>>;
|
|
605
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
606
|
-
readonly __hex: true;
|
|
607
|
-
}>, {
|
|
342
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
343
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
608
344
|
readonly __address: true;
|
|
609
345
|
}>, string>>>;
|
|
610
|
-
$sourceQuery: z.ZodOptional<z.
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
615
|
-
readonly __hex: true;
|
|
616
|
-
}>, {
|
|
617
|
-
readonly __hash: true;
|
|
618
|
-
}>, unknown>>>;
|
|
619
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
620
|
-
readonly __hex: true;
|
|
621
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
622
|
-
readonly __hex: true;
|
|
623
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
624
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
625
|
-
readonly __hex: true;
|
|
626
|
-
}>, {
|
|
627
|
-
readonly __hash: true;
|
|
628
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
629
|
-
readonly __hex: true;
|
|
630
|
-
}>, {
|
|
631
|
-
readonly __hash: true;
|
|
632
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
633
|
-
readonly __hex: true;
|
|
634
|
-
}>, {
|
|
635
|
-
readonly __hash: true;
|
|
636
|
-
}>>>>;
|
|
637
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
638
|
-
readonly __hex: true;
|
|
639
|
-
}>, {
|
|
640
|
-
readonly __hash: true;
|
|
641
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
642
|
-
readonly __hex: true;
|
|
643
|
-
}>, {
|
|
644
|
-
readonly __hash: true;
|
|
645
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
646
|
-
readonly __hex: true;
|
|
647
|
-
}>, {
|
|
648
|
-
readonly __hash: true;
|
|
649
|
-
}>>>>;
|
|
346
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
347
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
348
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
349
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
650
350
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
651
351
|
nbf: z.ZodNumber;
|
|
652
352
|
exp: z.ZodNumber;
|
|
653
353
|
fees: z.ZodObject<{
|
|
654
|
-
base: z.
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
}>, unknown>>;
|
|
659
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
660
|
-
readonly __hex: true;
|
|
661
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
662
|
-
readonly __hex: true;
|
|
663
|
-
}>, unknown>>;
|
|
664
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
665
|
-
readonly __hex: true;
|
|
666
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
667
|
-
readonly __hex: true;
|
|
668
|
-
}>, unknown>>;
|
|
669
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
670
|
-
readonly __hex: true;
|
|
671
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
672
|
-
readonly __hex: true;
|
|
673
|
-
}>, unknown>>;
|
|
354
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
355
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
356
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
357
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
674
358
|
}, z.core.$strip>;
|
|
675
359
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
676
360
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -678,22 +362,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
678
362
|
}, z.core.$strip>>, z.ZodObject<{
|
|
679
363
|
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
680
364
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
681
|
-
context: z.ZodOptional<z.
|
|
365
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
682
366
|
epoch: z.ZodNumber;
|
|
683
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
684
|
-
readonly __hex: true;
|
|
685
|
-
}>, {
|
|
367
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
686
368
|
readonly __address: true;
|
|
687
369
|
}>, string>>;
|
|
688
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
689
|
-
readonly __hex: true;
|
|
690
|
-
}>, {
|
|
370
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
691
371
|
readonly __address: true;
|
|
692
|
-
}>, string>>, z.
|
|
693
|
-
readonly __hex: true;
|
|
694
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
695
|
-
readonly __hex: true;
|
|
696
|
-
}>, unknown>>>;
|
|
372
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
697
373
|
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
698
374
|
readonly __hex: true;
|
|
699
375
|
}>, {
|
|
@@ -724,185 +400,49 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
724
400
|
}, z.core.$strict>], null>>;
|
|
725
401
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
726
402
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
727
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
728
|
-
readonly __hex: true;
|
|
729
|
-
}>, {
|
|
403
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
730
404
|
readonly __address: true;
|
|
731
405
|
}>, string>>>;
|
|
732
|
-
payload_hashes: z.ZodArray<z.
|
|
733
|
-
readonly __hex: true;
|
|
734
|
-
}>, {
|
|
735
|
-
readonly __hash: true;
|
|
736
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
737
|
-
readonly __hex: true;
|
|
738
|
-
}>, {
|
|
739
|
-
readonly __hash: true;
|
|
740
|
-
}>, unknown>>>;
|
|
406
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
741
407
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
742
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
743
|
-
|
|
744
|
-
}>, {
|
|
745
|
-
readonly __hash: true;
|
|
746
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
747
|
-
readonly __hex: true;
|
|
748
|
-
}>, {
|
|
749
|
-
readonly __hash: true;
|
|
750
|
-
}>, unknown>>>>;
|
|
751
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
752
|
-
readonly __hex: true;
|
|
753
|
-
}>, {
|
|
408
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
409
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
754
410
|
readonly __address: true;
|
|
755
411
|
}>, string>>>;
|
|
756
|
-
$sourceQuery: z.ZodOptional<z.
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
761
|
-
readonly __hex: true;
|
|
762
|
-
}>, {
|
|
763
|
-
readonly __hash: true;
|
|
764
|
-
}>, unknown>>>;
|
|
765
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
766
|
-
readonly __hex: true;
|
|
767
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
768
|
-
readonly __hex: true;
|
|
769
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
770
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
771
|
-
readonly __hex: true;
|
|
772
|
-
}>, {
|
|
773
|
-
readonly __hash: true;
|
|
774
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
775
|
-
readonly __hex: true;
|
|
776
|
-
}>, {
|
|
777
|
-
readonly __hash: true;
|
|
778
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
779
|
-
readonly __hex: true;
|
|
780
|
-
}>, {
|
|
781
|
-
readonly __hash: true;
|
|
782
|
-
}>>>>;
|
|
783
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
784
|
-
readonly __hex: true;
|
|
785
|
-
}>, {
|
|
786
|
-
readonly __hash: true;
|
|
787
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
788
|
-
readonly __hex: true;
|
|
789
|
-
}>, {
|
|
790
|
-
readonly __hash: true;
|
|
791
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
792
|
-
readonly __hex: true;
|
|
793
|
-
}>, {
|
|
794
|
-
readonly __hash: true;
|
|
795
|
-
}>>>>;
|
|
412
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
413
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
414
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
415
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
796
416
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
797
417
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
798
418
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
799
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
800
|
-
readonly __hex: true;
|
|
801
|
-
}>, {
|
|
802
|
-
readonly __hash: true;
|
|
803
|
-
}>, string>>>;
|
|
419
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
804
420
|
protocol: z.ZodNumber;
|
|
805
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
806
|
-
readonly __hex: true;
|
|
807
|
-
}>, {
|
|
808
|
-
readonly __hash: true;
|
|
809
|
-
}>, string>>>>;
|
|
421
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
810
422
|
$epoch: z.ZodNumber;
|
|
811
423
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
812
424
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
813
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
814
|
-
readonly __hex: true;
|
|
815
|
-
}>, {
|
|
425
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
816
426
|
readonly __address: true;
|
|
817
427
|
}>, string>>>;
|
|
818
|
-
payload_hashes: z.ZodArray<z.
|
|
819
|
-
readonly __hex: true;
|
|
820
|
-
}>, {
|
|
821
|
-
readonly __hash: true;
|
|
822
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
823
|
-
readonly __hex: true;
|
|
824
|
-
}>, {
|
|
825
|
-
readonly __hash: true;
|
|
826
|
-
}>, unknown>>>;
|
|
428
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
827
429
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
828
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
829
|
-
|
|
830
|
-
}>, {
|
|
831
|
-
readonly __hash: true;
|
|
832
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
833
|
-
readonly __hex: true;
|
|
834
|
-
}>, {
|
|
835
|
-
readonly __hash: true;
|
|
836
|
-
}>, unknown>>>>;
|
|
837
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
838
|
-
readonly __hex: true;
|
|
839
|
-
}>, {
|
|
430
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
431
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
840
432
|
readonly __address: true;
|
|
841
433
|
}>, string>>>;
|
|
842
|
-
$sourceQuery: z.ZodOptional<z.
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
847
|
-
readonly __hex: true;
|
|
848
|
-
}>, {
|
|
849
|
-
readonly __hash: true;
|
|
850
|
-
}>, unknown>>>;
|
|
851
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
852
|
-
readonly __hex: true;
|
|
853
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
854
|
-
readonly __hex: true;
|
|
855
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
856
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
857
|
-
readonly __hex: true;
|
|
858
|
-
}>, {
|
|
859
|
-
readonly __hash: true;
|
|
860
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
861
|
-
readonly __hex: true;
|
|
862
|
-
}>, {
|
|
863
|
-
readonly __hash: true;
|
|
864
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
865
|
-
readonly __hex: true;
|
|
866
|
-
}>, {
|
|
867
|
-
readonly __hash: true;
|
|
868
|
-
}>>>>;
|
|
869
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
870
|
-
readonly __hex: true;
|
|
871
|
-
}>, {
|
|
872
|
-
readonly __hash: true;
|
|
873
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
874
|
-
readonly __hex: true;
|
|
875
|
-
}>, {
|
|
876
|
-
readonly __hash: true;
|
|
877
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
878
|
-
readonly __hex: true;
|
|
879
|
-
}>, {
|
|
880
|
-
readonly __hash: true;
|
|
881
|
-
}>>>>;
|
|
434
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
435
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
436
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
437
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
882
438
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
883
439
|
nbf: z.ZodNumber;
|
|
884
440
|
exp: z.ZodNumber;
|
|
885
441
|
fees: z.ZodObject<{
|
|
886
|
-
base: z.
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
}>, unknown>>;
|
|
891
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
892
|
-
readonly __hex: true;
|
|
893
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
894
|
-
readonly __hex: true;
|
|
895
|
-
}>, unknown>>;
|
|
896
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
897
|
-
readonly __hex: true;
|
|
898
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
899
|
-
readonly __hex: true;
|
|
900
|
-
}>, unknown>>;
|
|
901
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
902
|
-
readonly __hex: true;
|
|
903
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
904
|
-
readonly __hex: true;
|
|
905
|
-
}>, unknown>>;
|
|
442
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
443
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
444
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
445
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
906
446
|
}, z.core.$strip>;
|
|
907
447
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
908
448
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -910,22 +450,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
910
450
|
}, z.core.$strip>>, z.ZodObject<{
|
|
911
451
|
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
912
452
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
913
|
-
context: z.ZodOptional<z.
|
|
453
|
+
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
914
454
|
epoch: z.ZodNumber;
|
|
915
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
916
|
-
readonly __hex: true;
|
|
917
|
-
}>, {
|
|
455
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
918
456
|
readonly __address: true;
|
|
919
457
|
}>, string>>;
|
|
920
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
921
|
-
readonly __hex: true;
|
|
922
|
-
}>, {
|
|
458
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
923
459
|
readonly __address: true;
|
|
924
|
-
}>, string>>, z.
|
|
925
|
-
readonly __hex: true;
|
|
926
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
927
|
-
readonly __hex: true;
|
|
928
|
-
}>, unknown>>>;
|
|
460
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
929
461
|
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
930
462
|
readonly __hex: true;
|
|
931
463
|
}>, {
|
|
@@ -958,239 +490,81 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
958
490
|
};
|
|
959
491
|
xyoViewer_transferPairBalance: {
|
|
960
492
|
params: {
|
|
961
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
962
|
-
readonly __hex: true;
|
|
963
|
-
}>, {
|
|
493
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
964
494
|
readonly __address: true;
|
|
965
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
966
|
-
readonly __hex: true;
|
|
967
|
-
}>, {
|
|
495
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
968
496
|
readonly __address: true;
|
|
969
497
|
}>, string>>], null>], null>;
|
|
970
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
971
|
-
readonly __hex: true;
|
|
972
|
-
}>, {
|
|
498
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
973
499
|
readonly __address: true;
|
|
974
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
975
|
-
readonly __hex: true;
|
|
976
|
-
}>, {
|
|
500
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
977
501
|
readonly __address: true;
|
|
978
502
|
}>, string>>], null>], null>;
|
|
979
503
|
};
|
|
980
504
|
result: {
|
|
981
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
982
|
-
|
|
983
|
-
}>, bigint>>;
|
|
984
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
985
|
-
readonly __hex: true;
|
|
986
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
987
|
-
readonly __hex: true;
|
|
988
|
-
}>>>;
|
|
505
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
506
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
989
507
|
};
|
|
990
508
|
};
|
|
991
509
|
xyoViewer_transferPairBalanceHistory: {
|
|
992
510
|
params: {
|
|
993
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
994
|
-
readonly __hex: true;
|
|
995
|
-
}>, {
|
|
511
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
996
512
|
readonly __address: true;
|
|
997
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
998
|
-
readonly __hex: true;
|
|
999
|
-
}>, {
|
|
513
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1000
514
|
readonly __address: true;
|
|
1001
515
|
}>, string>>], null>], null>;
|
|
1002
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1003
|
-
readonly __hex: true;
|
|
1004
|
-
}>, {
|
|
516
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1005
517
|
readonly __address: true;
|
|
1006
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1007
|
-
readonly __hex: true;
|
|
1008
|
-
}>, {
|
|
518
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1009
519
|
readonly __address: true;
|
|
1010
520
|
}>, string>>], null>], null>;
|
|
1011
521
|
};
|
|
1012
522
|
result: {
|
|
1013
523
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1014
524
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1015
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1016
|
-
readonly __hex: true;
|
|
1017
|
-
}>, {
|
|
525
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1018
526
|
readonly __address: true;
|
|
1019
527
|
}>, string>>>;
|
|
1020
|
-
payload_hashes: z.ZodArray<z.
|
|
1021
|
-
readonly __hex: true;
|
|
1022
|
-
}>, {
|
|
1023
|
-
readonly __hash: true;
|
|
1024
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1025
|
-
readonly __hex: true;
|
|
1026
|
-
}>, {
|
|
1027
|
-
readonly __hash: true;
|
|
1028
|
-
}>, unknown>>>;
|
|
528
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1029
529
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1030
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1031
|
-
|
|
1032
|
-
}>, {
|
|
1033
|
-
readonly __hash: true;
|
|
1034
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1035
|
-
readonly __hex: true;
|
|
1036
|
-
}>, {
|
|
1037
|
-
readonly __hash: true;
|
|
1038
|
-
}>, unknown>>>>;
|
|
1039
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1040
|
-
readonly __hex: true;
|
|
1041
|
-
}>, {
|
|
530
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
531
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1042
532
|
readonly __address: true;
|
|
1043
533
|
}>, string>>>;
|
|
1044
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1049
|
-
readonly __hex: true;
|
|
1050
|
-
}>, {
|
|
1051
|
-
readonly __hash: true;
|
|
1052
|
-
}>, unknown>>>;
|
|
1053
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1054
|
-
readonly __hex: true;
|
|
1055
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1056
|
-
readonly __hex: true;
|
|
1057
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1058
|
-
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1059
|
-
readonly __hex: true;
|
|
1060
|
-
}>, {
|
|
1061
|
-
readonly __hash: true;
|
|
1062
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1063
|
-
readonly __hex: true;
|
|
1064
|
-
}>, {
|
|
1065
|
-
readonly __hash: true;
|
|
1066
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1067
|
-
readonly __hex: true;
|
|
1068
|
-
}>, {
|
|
1069
|
-
readonly __hash: true;
|
|
1070
|
-
}>>>;
|
|
1071
|
-
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1072
|
-
readonly __hex: true;
|
|
1073
|
-
}>, {
|
|
1074
|
-
readonly __hash: true;
|
|
1075
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1076
|
-
readonly __hex: true;
|
|
1077
|
-
}>, {
|
|
1078
|
-
readonly __hash: true;
|
|
1079
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1080
|
-
readonly __hex: true;
|
|
1081
|
-
}>, {
|
|
1082
|
-
readonly __hash: true;
|
|
1083
|
-
}>>>;
|
|
534
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
535
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
536
|
+
_hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
537
|
+
_dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
1084
538
|
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1085
539
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1086
540
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1087
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1088
|
-
readonly __hex: true;
|
|
1089
|
-
}>, {
|
|
1090
|
-
readonly __hash: true;
|
|
1091
|
-
}>, string>>>;
|
|
541
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1092
542
|
protocol: z.ZodNumber;
|
|
1093
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1094
|
-
readonly __hex: true;
|
|
1095
|
-
}>, {
|
|
1096
|
-
readonly __hash: true;
|
|
1097
|
-
}>, string>>>>;
|
|
543
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1098
544
|
$epoch: z.ZodNumber;
|
|
1099
545
|
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1100
546
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1101
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1102
|
-
readonly __hex: true;
|
|
1103
|
-
}>, {
|
|
547
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1104
548
|
readonly __address: true;
|
|
1105
549
|
}>, string>>>;
|
|
1106
|
-
payload_hashes: z.ZodArray<z.
|
|
1107
|
-
readonly __hex: true;
|
|
1108
|
-
}>, {
|
|
1109
|
-
readonly __hash: true;
|
|
1110
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1111
|
-
readonly __hex: true;
|
|
1112
|
-
}>, {
|
|
1113
|
-
readonly __hash: true;
|
|
1114
|
-
}>, unknown>>>;
|
|
550
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1115
551
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1116
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1117
|
-
|
|
1118
|
-
}>, {
|
|
1119
|
-
readonly __hash: true;
|
|
1120
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1121
|
-
readonly __hex: true;
|
|
1122
|
-
}>, {
|
|
1123
|
-
readonly __hash: true;
|
|
1124
|
-
}>, unknown>>>>;
|
|
1125
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1126
|
-
readonly __hex: true;
|
|
1127
|
-
}>, {
|
|
552
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
553
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1128
554
|
readonly __address: true;
|
|
1129
555
|
}>, string>>>;
|
|
1130
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1135
|
-
readonly __hex: true;
|
|
1136
|
-
}>, {
|
|
1137
|
-
readonly __hash: true;
|
|
1138
|
-
}>, unknown>>>;
|
|
1139
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1140
|
-
readonly __hex: true;
|
|
1141
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1142
|
-
readonly __hex: true;
|
|
1143
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1144
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1145
|
-
readonly __hex: true;
|
|
1146
|
-
}>, {
|
|
1147
|
-
readonly __hash: true;
|
|
1148
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1149
|
-
readonly __hex: true;
|
|
1150
|
-
}>, {
|
|
1151
|
-
readonly __hash: true;
|
|
1152
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1153
|
-
readonly __hex: true;
|
|
1154
|
-
}>, {
|
|
1155
|
-
readonly __hash: true;
|
|
1156
|
-
}>>>>;
|
|
1157
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1158
|
-
readonly __hex: true;
|
|
1159
|
-
}>, {
|
|
1160
|
-
readonly __hash: true;
|
|
1161
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1162
|
-
readonly __hex: true;
|
|
1163
|
-
}>, {
|
|
1164
|
-
readonly __hash: true;
|
|
1165
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1166
|
-
readonly __hex: true;
|
|
1167
|
-
}>, {
|
|
1168
|
-
readonly __hash: true;
|
|
1169
|
-
}>>>>;
|
|
556
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
557
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
558
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
559
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1170
560
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1171
561
|
nbf: z.ZodNumber;
|
|
1172
562
|
exp: z.ZodNumber;
|
|
1173
563
|
fees: z.ZodObject<{
|
|
1174
|
-
base: z.
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
}>, unknown>>;
|
|
1179
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1180
|
-
readonly __hex: true;
|
|
1181
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1182
|
-
readonly __hex: true;
|
|
1183
|
-
}>, unknown>>;
|
|
1184
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1185
|
-
readonly __hex: true;
|
|
1186
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1187
|
-
readonly __hex: true;
|
|
1188
|
-
}>, unknown>>;
|
|
1189
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1190
|
-
readonly __hex: true;
|
|
1191
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1192
|
-
readonly __hex: true;
|
|
1193
|
-
}>, unknown>>;
|
|
564
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
565
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
566
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
567
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1194
568
|
}, z.core.$strip>;
|
|
1195
569
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1196
570
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1200,185 +574,49 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1200
574
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
1201
575
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1202
576
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1203
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1204
|
-
readonly __hex: true;
|
|
1205
|
-
}>, {
|
|
577
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1206
578
|
readonly __address: true;
|
|
1207
579
|
}>, string>>>;
|
|
1208
|
-
payload_hashes: z.ZodArray<z.
|
|
1209
|
-
readonly __hex: true;
|
|
1210
|
-
}>, {
|
|
1211
|
-
readonly __hash: true;
|
|
1212
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1213
|
-
readonly __hex: true;
|
|
1214
|
-
}>, {
|
|
1215
|
-
readonly __hash: true;
|
|
1216
|
-
}>, unknown>>>;
|
|
580
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1217
581
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1218
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1219
|
-
|
|
1220
|
-
}>, {
|
|
1221
|
-
readonly __hash: true;
|
|
1222
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1223
|
-
readonly __hex: true;
|
|
1224
|
-
}>, {
|
|
1225
|
-
readonly __hash: true;
|
|
1226
|
-
}>, unknown>>>>;
|
|
1227
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1228
|
-
readonly __hex: true;
|
|
1229
|
-
}>, {
|
|
582
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
583
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1230
584
|
readonly __address: true;
|
|
1231
585
|
}>, string>>>;
|
|
1232
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1237
|
-
readonly __hex: true;
|
|
1238
|
-
}>, {
|
|
1239
|
-
readonly __hash: true;
|
|
1240
|
-
}>, unknown>>>;
|
|
1241
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1242
|
-
readonly __hex: true;
|
|
1243
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1244
|
-
readonly __hex: true;
|
|
1245
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1246
|
-
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1247
|
-
readonly __hex: true;
|
|
1248
|
-
}>, {
|
|
1249
|
-
readonly __hash: true;
|
|
1250
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1251
|
-
readonly __hex: true;
|
|
1252
|
-
}>, {
|
|
1253
|
-
readonly __hash: true;
|
|
1254
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1255
|
-
readonly __hex: true;
|
|
1256
|
-
}>, {
|
|
1257
|
-
readonly __hash: true;
|
|
1258
|
-
}>>>;
|
|
1259
|
-
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1260
|
-
readonly __hex: true;
|
|
1261
|
-
}>, {
|
|
1262
|
-
readonly __hash: true;
|
|
1263
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1264
|
-
readonly __hex: true;
|
|
1265
|
-
}>, {
|
|
1266
|
-
readonly __hash: true;
|
|
1267
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1268
|
-
readonly __hex: true;
|
|
1269
|
-
}>, {
|
|
1270
|
-
readonly __hash: true;
|
|
1271
|
-
}>>>;
|
|
586
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
587
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
588
|
+
_hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
589
|
+
_dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
1272
590
|
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1273
591
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1274
592
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1275
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1276
|
-
readonly __hex: true;
|
|
1277
|
-
}>, {
|
|
1278
|
-
readonly __hash: true;
|
|
1279
|
-
}>, string>>>;
|
|
593
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1280
594
|
protocol: z.ZodNumber;
|
|
1281
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1282
|
-
readonly __hex: true;
|
|
1283
|
-
}>, {
|
|
1284
|
-
readonly __hash: true;
|
|
1285
|
-
}>, string>>>>;
|
|
595
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1286
596
|
$epoch: z.ZodNumber;
|
|
1287
597
|
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1288
598
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1289
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1290
|
-
readonly __hex: true;
|
|
1291
|
-
}>, {
|
|
599
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1292
600
|
readonly __address: true;
|
|
1293
601
|
}>, string>>>;
|
|
1294
|
-
payload_hashes: z.ZodArray<z.
|
|
1295
|
-
readonly __hex: true;
|
|
1296
|
-
}>, {
|
|
1297
|
-
readonly __hash: true;
|
|
1298
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1299
|
-
readonly __hex: true;
|
|
1300
|
-
}>, {
|
|
1301
|
-
readonly __hash: true;
|
|
1302
|
-
}>, unknown>>>;
|
|
602
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1303
603
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1304
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1305
|
-
|
|
1306
|
-
}>, {
|
|
1307
|
-
readonly __hash: true;
|
|
1308
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1309
|
-
readonly __hex: true;
|
|
1310
|
-
}>, {
|
|
1311
|
-
readonly __hash: true;
|
|
1312
|
-
}>, unknown>>>>;
|
|
1313
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1314
|
-
readonly __hex: true;
|
|
1315
|
-
}>, {
|
|
604
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
605
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1316
606
|
readonly __address: true;
|
|
1317
607
|
}>, string>>>;
|
|
1318
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1323
|
-
readonly __hex: true;
|
|
1324
|
-
}>, {
|
|
1325
|
-
readonly __hash: true;
|
|
1326
|
-
}>, unknown>>>;
|
|
1327
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1328
|
-
readonly __hex: true;
|
|
1329
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1330
|
-
readonly __hex: true;
|
|
1331
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1332
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1333
|
-
readonly __hex: true;
|
|
1334
|
-
}>, {
|
|
1335
|
-
readonly __hash: true;
|
|
1336
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1337
|
-
readonly __hex: true;
|
|
1338
|
-
}>, {
|
|
1339
|
-
readonly __hash: true;
|
|
1340
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1341
|
-
readonly __hex: true;
|
|
1342
|
-
}>, {
|
|
1343
|
-
readonly __hash: true;
|
|
1344
|
-
}>>>>;
|
|
1345
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1346
|
-
readonly __hex: true;
|
|
1347
|
-
}>, {
|
|
1348
|
-
readonly __hash: true;
|
|
1349
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1350
|
-
readonly __hex: true;
|
|
1351
|
-
}>, {
|
|
1352
|
-
readonly __hash: true;
|
|
1353
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1354
|
-
readonly __hex: true;
|
|
1355
|
-
}>, {
|
|
1356
|
-
readonly __hash: true;
|
|
1357
|
-
}>>>>;
|
|
608
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
609
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
610
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
611
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1358
612
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1359
613
|
nbf: z.ZodNumber;
|
|
1360
614
|
exp: z.ZodNumber;
|
|
1361
615
|
fees: z.ZodObject<{
|
|
1362
|
-
base: z.
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
}>, unknown>>;
|
|
1367
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1368
|
-
readonly __hex: true;
|
|
1369
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1370
|
-
readonly __hex: true;
|
|
1371
|
-
}>, unknown>>;
|
|
1372
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1373
|
-
readonly __hex: true;
|
|
1374
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1375
|
-
readonly __hex: true;
|
|
1376
|
-
}>, unknown>>;
|
|
1377
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1378
|
-
readonly __hex: true;
|
|
1379
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1380
|
-
readonly __hex: true;
|
|
1381
|
-
}>, unknown>>;
|
|
616
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
617
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
618
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
619
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1382
620
|
}, z.core.$strip>;
|
|
1383
621
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1384
622
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1390,223 +628,73 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1390
628
|
};
|
|
1391
629
|
xyoViewer_transferBalance: {
|
|
1392
630
|
params: {
|
|
1393
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1394
|
-
readonly __hex: true;
|
|
1395
|
-
}>, {
|
|
631
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1396
632
|
readonly __address: true;
|
|
1397
633
|
}>, string>>], null>;
|
|
1398
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1399
|
-
readonly __hex: true;
|
|
1400
|
-
}>, {
|
|
634
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1401
635
|
readonly __address: true;
|
|
1402
636
|
}>, string>>], null>;
|
|
1403
637
|
};
|
|
1404
638
|
result: {
|
|
1405
|
-
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/
|
|
1406
|
-
|
|
1407
|
-
}>, bigint>>;
|
|
1408
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1409
|
-
readonly __hex: true;
|
|
1410
|
-
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1411
|
-
readonly __hex: true;
|
|
1412
|
-
}>>>;
|
|
639
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
640
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>;
|
|
1413
641
|
};
|
|
1414
642
|
};
|
|
1415
643
|
xyoViewer_transferBalanceHistory: {
|
|
1416
644
|
params: {
|
|
1417
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1418
|
-
readonly __hex: true;
|
|
1419
|
-
}>, {
|
|
645
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1420
646
|
readonly __address: true;
|
|
1421
647
|
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
1422
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1423
|
-
readonly __hex: true;
|
|
1424
|
-
}>, {
|
|
648
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1425
649
|
readonly __address: true;
|
|
1426
650
|
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodNumber>], null>>], null>;
|
|
1427
651
|
};
|
|
1428
652
|
result: {
|
|
1429
653
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1430
654
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1431
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1432
|
-
readonly __hex: true;
|
|
1433
|
-
}>, {
|
|
655
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1434
656
|
readonly __address: true;
|
|
1435
657
|
}>, string>>>;
|
|
1436
|
-
payload_hashes: z.ZodArray<z.
|
|
1437
|
-
readonly __hex: true;
|
|
1438
|
-
}>, {
|
|
1439
|
-
readonly __hash: true;
|
|
1440
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1441
|
-
readonly __hex: true;
|
|
1442
|
-
}>, {
|
|
1443
|
-
readonly __hash: true;
|
|
1444
|
-
}>, unknown>>>;
|
|
658
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1445
659
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1446
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1447
|
-
|
|
1448
|
-
}>, {
|
|
1449
|
-
readonly __hash: true;
|
|
1450
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1451
|
-
readonly __hex: true;
|
|
1452
|
-
}>, {
|
|
1453
|
-
readonly __hash: true;
|
|
1454
|
-
}>, unknown>>>>;
|
|
1455
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1456
|
-
readonly __hex: true;
|
|
1457
|
-
}>, {
|
|
660
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
661
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1458
662
|
readonly __address: true;
|
|
1459
663
|
}>, string>>>;
|
|
1460
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1465
|
-
readonly __hex: true;
|
|
1466
|
-
}>, {
|
|
1467
|
-
readonly __hash: true;
|
|
1468
|
-
}>, unknown>>>;
|
|
1469
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1470
|
-
readonly __hex: true;
|
|
1471
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1472
|
-
readonly __hex: true;
|
|
1473
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1474
|
-
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1475
|
-
readonly __hex: true;
|
|
1476
|
-
}>, {
|
|
1477
|
-
readonly __hash: true;
|
|
1478
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1479
|
-
readonly __hex: true;
|
|
1480
|
-
}>, {
|
|
1481
|
-
readonly __hash: true;
|
|
1482
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1483
|
-
readonly __hex: true;
|
|
1484
|
-
}>, {
|
|
1485
|
-
readonly __hash: true;
|
|
1486
|
-
}>>>;
|
|
1487
|
-
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1488
|
-
readonly __hex: true;
|
|
1489
|
-
}>, {
|
|
1490
|
-
readonly __hash: true;
|
|
1491
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1492
|
-
readonly __hex: true;
|
|
1493
|
-
}>, {
|
|
1494
|
-
readonly __hash: true;
|
|
1495
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1496
|
-
readonly __hex: true;
|
|
1497
|
-
}>, {
|
|
1498
|
-
readonly __hash: true;
|
|
1499
|
-
}>>>;
|
|
664
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
665
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
666
|
+
_hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
667
|
+
_dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
1500
668
|
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1501
669
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1502
670
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1503
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1504
|
-
readonly __hex: true;
|
|
1505
|
-
}>, {
|
|
1506
|
-
readonly __hash: true;
|
|
1507
|
-
}>, string>>>;
|
|
671
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1508
672
|
protocol: z.ZodNumber;
|
|
1509
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1510
|
-
readonly __hex: true;
|
|
1511
|
-
}>, {
|
|
1512
|
-
readonly __hash: true;
|
|
1513
|
-
}>, string>>>>;
|
|
673
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1514
674
|
$epoch: z.ZodNumber;
|
|
1515
675
|
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1516
676
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1517
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1518
|
-
readonly __hex: true;
|
|
1519
|
-
}>, {
|
|
677
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1520
678
|
readonly __address: true;
|
|
1521
679
|
}>, string>>>;
|
|
1522
|
-
payload_hashes: z.ZodArray<z.
|
|
1523
|
-
readonly __hex: true;
|
|
1524
|
-
}>, {
|
|
1525
|
-
readonly __hash: true;
|
|
1526
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1527
|
-
readonly __hex: true;
|
|
1528
|
-
}>, {
|
|
1529
|
-
readonly __hash: true;
|
|
1530
|
-
}>, unknown>>>;
|
|
680
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1531
681
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1532
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1533
|
-
|
|
1534
|
-
}>, {
|
|
1535
|
-
readonly __hash: true;
|
|
1536
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1537
|
-
readonly __hex: true;
|
|
1538
|
-
}>, {
|
|
1539
|
-
readonly __hash: true;
|
|
1540
|
-
}>, unknown>>>>;
|
|
1541
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1542
|
-
readonly __hex: true;
|
|
1543
|
-
}>, {
|
|
682
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
683
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1544
684
|
readonly __address: true;
|
|
1545
685
|
}>, string>>>;
|
|
1546
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1551
|
-
readonly __hex: true;
|
|
1552
|
-
}>, {
|
|
1553
|
-
readonly __hash: true;
|
|
1554
|
-
}>, unknown>>>;
|
|
1555
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1556
|
-
readonly __hex: true;
|
|
1557
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1558
|
-
readonly __hex: true;
|
|
1559
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1560
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1561
|
-
readonly __hex: true;
|
|
1562
|
-
}>, {
|
|
1563
|
-
readonly __hash: true;
|
|
1564
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1565
|
-
readonly __hex: true;
|
|
1566
|
-
}>, {
|
|
1567
|
-
readonly __hash: true;
|
|
1568
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1569
|
-
readonly __hex: true;
|
|
1570
|
-
}>, {
|
|
1571
|
-
readonly __hash: true;
|
|
1572
|
-
}>>>>;
|
|
1573
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1574
|
-
readonly __hex: true;
|
|
1575
|
-
}>, {
|
|
1576
|
-
readonly __hash: true;
|
|
1577
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1578
|
-
readonly __hex: true;
|
|
1579
|
-
}>, {
|
|
1580
|
-
readonly __hash: true;
|
|
1581
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1582
|
-
readonly __hex: true;
|
|
1583
|
-
}>, {
|
|
1584
|
-
readonly __hash: true;
|
|
1585
|
-
}>>>>;
|
|
686
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
687
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
688
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
689
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1586
690
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1587
691
|
nbf: z.ZodNumber;
|
|
1588
692
|
exp: z.ZodNumber;
|
|
1589
693
|
fees: z.ZodObject<{
|
|
1590
|
-
base: z.
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
}>, unknown>>;
|
|
1595
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1596
|
-
readonly __hex: true;
|
|
1597
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1598
|
-
readonly __hex: true;
|
|
1599
|
-
}>, unknown>>;
|
|
1600
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1601
|
-
readonly __hex: true;
|
|
1602
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1603
|
-
readonly __hex: true;
|
|
1604
|
-
}>, unknown>>;
|
|
1605
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1606
|
-
readonly __hex: true;
|
|
1607
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1608
|
-
readonly __hex: true;
|
|
1609
|
-
}>, unknown>>;
|
|
694
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
695
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
696
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
697
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1610
698
|
}, z.core.$strip>;
|
|
1611
699
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1612
700
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1616,185 +704,49 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1616
704
|
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
1617
705
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
1618
706
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1619
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1620
|
-
readonly __hex: true;
|
|
1621
|
-
}>, {
|
|
707
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1622
708
|
readonly __address: true;
|
|
1623
709
|
}>, string>>>;
|
|
1624
|
-
payload_hashes: z.ZodArray<z.
|
|
1625
|
-
readonly __hex: true;
|
|
1626
|
-
}>, {
|
|
1627
|
-
readonly __hash: true;
|
|
1628
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1629
|
-
readonly __hex: true;
|
|
1630
|
-
}>, {
|
|
1631
|
-
readonly __hash: true;
|
|
1632
|
-
}>, unknown>>>;
|
|
710
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1633
711
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1634
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1635
|
-
|
|
1636
|
-
}>, {
|
|
1637
|
-
readonly __hash: true;
|
|
1638
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1639
|
-
readonly __hex: true;
|
|
1640
|
-
}>, {
|
|
1641
|
-
readonly __hash: true;
|
|
1642
|
-
}>, unknown>>>>;
|
|
1643
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1644
|
-
readonly __hex: true;
|
|
1645
|
-
}>, {
|
|
712
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
713
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1646
714
|
readonly __address: true;
|
|
1647
715
|
}>, string>>>;
|
|
1648
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1653
|
-
readonly __hex: true;
|
|
1654
|
-
}>, {
|
|
1655
|
-
readonly __hash: true;
|
|
1656
|
-
}>, unknown>>>;
|
|
1657
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1658
|
-
readonly __hex: true;
|
|
1659
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1660
|
-
readonly __hex: true;
|
|
1661
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1662
|
-
_hash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1663
|
-
readonly __hex: true;
|
|
1664
|
-
}>, {
|
|
1665
|
-
readonly __hash: true;
|
|
1666
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1667
|
-
readonly __hex: true;
|
|
1668
|
-
}>, {
|
|
1669
|
-
readonly __hash: true;
|
|
1670
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1671
|
-
readonly __hex: true;
|
|
1672
|
-
}>, {
|
|
1673
|
-
readonly __hash: true;
|
|
1674
|
-
}>>>;
|
|
1675
|
-
_dataHash: z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1676
|
-
readonly __hex: true;
|
|
1677
|
-
}>, {
|
|
1678
|
-
readonly __hash: true;
|
|
1679
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1680
|
-
readonly __hex: true;
|
|
1681
|
-
}>, {
|
|
1682
|
-
readonly __hash: true;
|
|
1683
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1684
|
-
readonly __hex: true;
|
|
1685
|
-
}>, {
|
|
1686
|
-
readonly __hash: true;
|
|
1687
|
-
}>>>;
|
|
716
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
717
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
718
|
+
_hash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
719
|
+
_dataHash: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>;
|
|
1688
720
|
_sequence: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
1689
721
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1690
722
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1691
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1692
|
-
readonly __hex: true;
|
|
1693
|
-
}>, {
|
|
1694
|
-
readonly __hash: true;
|
|
1695
|
-
}>, string>>>;
|
|
723
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1696
724
|
protocol: z.ZodNumber;
|
|
1697
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1698
|
-
readonly __hex: true;
|
|
1699
|
-
}>, {
|
|
1700
|
-
readonly __hash: true;
|
|
1701
|
-
}>, string>>>>;
|
|
725
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1702
726
|
$epoch: z.ZodNumber;
|
|
1703
727
|
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1704
728
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1705
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1706
|
-
readonly __hex: true;
|
|
1707
|
-
}>, {
|
|
729
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1708
730
|
readonly __address: true;
|
|
1709
731
|
}>, string>>>;
|
|
1710
|
-
payload_hashes: z.ZodArray<z.
|
|
1711
|
-
readonly __hex: true;
|
|
1712
|
-
}>, {
|
|
1713
|
-
readonly __hash: true;
|
|
1714
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1715
|
-
readonly __hex: true;
|
|
1716
|
-
}>, {
|
|
1717
|
-
readonly __hash: true;
|
|
1718
|
-
}>, unknown>>>;
|
|
732
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1719
733
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1720
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1721
|
-
|
|
1722
|
-
}>, {
|
|
1723
|
-
readonly __hash: true;
|
|
1724
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1725
|
-
readonly __hex: true;
|
|
1726
|
-
}>, {
|
|
1727
|
-
readonly __hash: true;
|
|
1728
|
-
}>, unknown>>>>;
|
|
1729
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1730
|
-
readonly __hex: true;
|
|
1731
|
-
}>, {
|
|
734
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
735
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1732
736
|
readonly __address: true;
|
|
1733
737
|
}>, string>>>;
|
|
1734
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1739
|
-
readonly __hex: true;
|
|
1740
|
-
}>, {
|
|
1741
|
-
readonly __hash: true;
|
|
1742
|
-
}>, unknown>>>;
|
|
1743
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1744
|
-
readonly __hex: true;
|
|
1745
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1746
|
-
readonly __hex: true;
|
|
1747
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1748
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1749
|
-
readonly __hex: true;
|
|
1750
|
-
}>, {
|
|
1751
|
-
readonly __hash: true;
|
|
1752
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1753
|
-
readonly __hex: true;
|
|
1754
|
-
}>, {
|
|
1755
|
-
readonly __hash: true;
|
|
1756
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1757
|
-
readonly __hex: true;
|
|
1758
|
-
}>, {
|
|
1759
|
-
readonly __hash: true;
|
|
1760
|
-
}>>>>;
|
|
1761
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1762
|
-
readonly __hex: true;
|
|
1763
|
-
}>, {
|
|
1764
|
-
readonly __hash: true;
|
|
1765
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1766
|
-
readonly __hex: true;
|
|
1767
|
-
}>, {
|
|
1768
|
-
readonly __hash: true;
|
|
1769
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1770
|
-
readonly __hex: true;
|
|
1771
|
-
}>, {
|
|
1772
|
-
readonly __hash: true;
|
|
1773
|
-
}>>>>;
|
|
738
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
739
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
740
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
741
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1774
742
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1775
743
|
nbf: z.ZodNumber;
|
|
1776
744
|
exp: z.ZodNumber;
|
|
1777
745
|
fees: z.ZodObject<{
|
|
1778
|
-
base: z.
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
}>, unknown>>;
|
|
1783
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1784
|
-
readonly __hex: true;
|
|
1785
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1786
|
-
readonly __hex: true;
|
|
1787
|
-
}>, unknown>>;
|
|
1788
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1789
|
-
readonly __hex: true;
|
|
1790
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1791
|
-
readonly __hex: true;
|
|
1792
|
-
}>, unknown>>;
|
|
1793
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1794
|
-
readonly __hex: true;
|
|
1795
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1796
|
-
readonly __hex: true;
|
|
1797
|
-
}>, unknown>>;
|
|
746
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
747
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
748
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
749
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1798
750
|
}, z.core.$strip>;
|
|
1799
751
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1800
752
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -1806,386 +758,114 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1806
758
|
};
|
|
1807
759
|
xyoViewer_blockByHash: {
|
|
1808
760
|
params: {
|
|
1809
|
-
to: z.ZodTuple<[z.ZodPipe<z.
|
|
1810
|
-
|
|
1811
|
-
}>, {
|
|
1812
|
-
readonly __hash: true;
|
|
1813
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1814
|
-
readonly __hex: true;
|
|
1815
|
-
}>, {
|
|
1816
|
-
readonly __hash: true;
|
|
1817
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1818
|
-
readonly __hex: true;
|
|
1819
|
-
}>, {
|
|
1820
|
-
readonly __hash: true;
|
|
1821
|
-
}>>>], null>;
|
|
1822
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1823
|
-
readonly __hex: true;
|
|
1824
|
-
}>, {
|
|
1825
|
-
readonly __hash: true;
|
|
1826
|
-
}>, string>>], null>;
|
|
761
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>], null>;
|
|
762
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>], null>;
|
|
1827
763
|
};
|
|
1828
764
|
result: {
|
|
1829
765
|
to: z.ZodTuple<[z.ZodObject<{
|
|
1830
766
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1831
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1832
|
-
readonly __hex: true;
|
|
1833
|
-
}>, {
|
|
767
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1834
768
|
readonly __address: true;
|
|
1835
769
|
}>, string>>>;
|
|
1836
|
-
payload_hashes: z.ZodArray<z.
|
|
1837
|
-
readonly __hex: true;
|
|
1838
|
-
}>, {
|
|
1839
|
-
readonly __hash: true;
|
|
1840
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1841
|
-
readonly __hex: true;
|
|
1842
|
-
}>, {
|
|
1843
|
-
readonly __hash: true;
|
|
1844
|
-
}>, unknown>>>;
|
|
770
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1845
771
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1846
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1847
|
-
|
|
1848
|
-
}>, {
|
|
1849
|
-
readonly __hash: true;
|
|
1850
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1851
|
-
readonly __hex: true;
|
|
1852
|
-
}>, {
|
|
1853
|
-
readonly __hash: true;
|
|
1854
|
-
}>, unknown>>>>;
|
|
1855
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1856
|
-
readonly __hex: true;
|
|
1857
|
-
}>, {
|
|
772
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
773
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1858
774
|
readonly __address: true;
|
|
1859
775
|
}>, string>>>;
|
|
1860
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1865
|
-
readonly __hex: true;
|
|
1866
|
-
}>, {
|
|
1867
|
-
readonly __hash: true;
|
|
1868
|
-
}>, unknown>>>;
|
|
1869
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1870
|
-
readonly __hex: true;
|
|
1871
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1872
|
-
readonly __hex: true;
|
|
1873
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1874
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1875
|
-
readonly __hex: true;
|
|
1876
|
-
}>, {
|
|
1877
|
-
readonly __hash: true;
|
|
1878
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1879
|
-
readonly __hex: true;
|
|
1880
|
-
}>, {
|
|
1881
|
-
readonly __hash: true;
|
|
1882
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1883
|
-
readonly __hex: true;
|
|
1884
|
-
}>, {
|
|
1885
|
-
readonly __hash: true;
|
|
1886
|
-
}>>>>;
|
|
1887
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1888
|
-
readonly __hex: true;
|
|
1889
|
-
}>, {
|
|
1890
|
-
readonly __hash: true;
|
|
1891
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1892
|
-
readonly __hex: true;
|
|
1893
|
-
}>, {
|
|
1894
|
-
readonly __hash: true;
|
|
1895
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1896
|
-
readonly __hex: true;
|
|
1897
|
-
}>, {
|
|
1898
|
-
readonly __hash: true;
|
|
1899
|
-
}>>>>;
|
|
776
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
777
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
778
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
779
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1900
780
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1901
781
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1902
782
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1903
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1904
|
-
readonly __hex: true;
|
|
1905
|
-
}>, {
|
|
1906
|
-
readonly __hash: true;
|
|
1907
|
-
}>, string>>>;
|
|
783
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1908
784
|
protocol: z.ZodNumber;
|
|
1909
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1910
|
-
readonly __hex: true;
|
|
1911
|
-
}>, {
|
|
1912
|
-
readonly __hash: true;
|
|
1913
|
-
}>, string>>>>;
|
|
785
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1914
786
|
$epoch: z.ZodNumber;
|
|
1915
787
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1916
788
|
schema: z.ZodString;
|
|
1917
789
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
1918
790
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1919
791
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1920
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
1921
|
-
readonly __hex: true;
|
|
1922
|
-
}>, {
|
|
792
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1923
793
|
readonly __address: true;
|
|
1924
794
|
}>, string>>>;
|
|
1925
|
-
payload_hashes: z.ZodArray<z.
|
|
1926
|
-
readonly __hex: true;
|
|
1927
|
-
}>, {
|
|
1928
|
-
readonly __hash: true;
|
|
1929
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1930
|
-
readonly __hex: true;
|
|
1931
|
-
}>, {
|
|
1932
|
-
readonly __hash: true;
|
|
1933
|
-
}>, unknown>>>;
|
|
795
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1934
796
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1935
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
1936
|
-
|
|
1937
|
-
}>, {
|
|
1938
|
-
readonly __hash: true;
|
|
1939
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1940
|
-
readonly __hex: true;
|
|
1941
|
-
}>, {
|
|
1942
|
-
readonly __hash: true;
|
|
1943
|
-
}>, unknown>>>>;
|
|
1944
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1945
|
-
readonly __hex: true;
|
|
1946
|
-
}>, {
|
|
797
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
798
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1947
799
|
readonly __address: true;
|
|
1948
800
|
}>, string>>>;
|
|
1949
|
-
$sourceQuery: z.ZodOptional<z.
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1954
|
-
readonly __hex: true;
|
|
1955
|
-
}>, {
|
|
1956
|
-
readonly __hash: true;
|
|
1957
|
-
}>, unknown>>>;
|
|
1958
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1959
|
-
readonly __hex: true;
|
|
1960
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1961
|
-
readonly __hex: true;
|
|
1962
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
1963
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1964
|
-
readonly __hex: true;
|
|
1965
|
-
}>, {
|
|
1966
|
-
readonly __hash: true;
|
|
1967
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1968
|
-
readonly __hex: true;
|
|
1969
|
-
}>, {
|
|
1970
|
-
readonly __hash: true;
|
|
1971
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1972
|
-
readonly __hex: true;
|
|
1973
|
-
}>, {
|
|
1974
|
-
readonly __hash: true;
|
|
1975
|
-
}>>>>;
|
|
1976
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1977
|
-
readonly __hex: true;
|
|
1978
|
-
}>, {
|
|
1979
|
-
readonly __hash: true;
|
|
1980
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1981
|
-
readonly __hex: true;
|
|
1982
|
-
}>, {
|
|
1983
|
-
readonly __hash: true;
|
|
1984
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1985
|
-
readonly __hex: true;
|
|
1986
|
-
}>, {
|
|
1987
|
-
readonly __hash: true;
|
|
1988
|
-
}>>>>;
|
|
801
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
802
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
803
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
804
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1989
805
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1990
806
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1991
807
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1992
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1993
|
-
readonly __hex: true;
|
|
1994
|
-
}>, {
|
|
1995
|
-
readonly __hash: true;
|
|
1996
|
-
}>, string>>>;
|
|
808
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1997
809
|
protocol: z.ZodNumber;
|
|
1998
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
to: z.ZodTuple<[z.
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
readonly __address: true;
|
|
2021
|
-
}>, string>>>;
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2027
|
-
readonly __hex: true;
|
|
2028
|
-
}>, {
|
|
2029
|
-
readonly __hash: true;
|
|
2030
|
-
}>, unknown>>>;
|
|
2031
|
-
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2032
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2033
|
-
readonly __hex: true;
|
|
2034
|
-
}>, {
|
|
2035
|
-
readonly __hash: true;
|
|
2036
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2037
|
-
readonly __hex: true;
|
|
2038
|
-
}>, {
|
|
2039
|
-
readonly __hash: true;
|
|
2040
|
-
}>, unknown>>>>;
|
|
2041
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2042
|
-
readonly __hex: true;
|
|
2043
|
-
}>, {
|
|
2044
|
-
readonly __address: true;
|
|
2045
|
-
}>, string>>>;
|
|
2046
|
-
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2047
|
-
readonly __hex: true;
|
|
2048
|
-
}>, {
|
|
2049
|
-
readonly __hash: true;
|
|
2050
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2051
|
-
readonly __hex: true;
|
|
2052
|
-
}>, {
|
|
2053
|
-
readonly __hash: true;
|
|
2054
|
-
}>, unknown>>>;
|
|
2055
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2056
|
-
readonly __hex: true;
|
|
2057
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2058
|
-
readonly __hex: true;
|
|
2059
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2060
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2061
|
-
readonly __hex: true;
|
|
2062
|
-
}>, {
|
|
2063
|
-
readonly __hash: true;
|
|
2064
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2065
|
-
readonly __hex: true;
|
|
2066
|
-
}>, {
|
|
2067
|
-
readonly __hash: true;
|
|
2068
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2069
|
-
readonly __hex: true;
|
|
2070
|
-
}>, {
|
|
2071
|
-
readonly __hash: true;
|
|
2072
|
-
}>>>>;
|
|
2073
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2074
|
-
readonly __hex: true;
|
|
2075
|
-
}>, {
|
|
2076
|
-
readonly __hash: true;
|
|
2077
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2078
|
-
readonly __hex: true;
|
|
2079
|
-
}>, {
|
|
2080
|
-
readonly __hash: true;
|
|
2081
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2082
|
-
readonly __hex: true;
|
|
2083
|
-
}>, {
|
|
2084
|
-
readonly __hash: true;
|
|
2085
|
-
}>>>>;
|
|
810
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
811
|
+
$epoch: z.ZodNumber;
|
|
812
|
+
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
813
|
+
schema: z.ZodString;
|
|
814
|
+
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
xyoViewer_blockByNumber: {
|
|
818
|
+
params: {
|
|
819
|
+
to: z.ZodTuple<[z.ZodNumber], null>;
|
|
820
|
+
from: z.ZodTuple<[z.ZodNumber], null>;
|
|
821
|
+
};
|
|
822
|
+
result: {
|
|
823
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
824
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
825
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
826
|
+
readonly __address: true;
|
|
827
|
+
}>, string>>>;
|
|
828
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
829
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
830
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
831
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
832
|
+
readonly __address: true;
|
|
833
|
+
}>, string>>>;
|
|
834
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
835
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
836
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
837
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2086
838
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2087
839
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2088
840
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2089
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2090
|
-
readonly __hex: true;
|
|
2091
|
-
}>, {
|
|
2092
|
-
readonly __hash: true;
|
|
2093
|
-
}>, string>>>;
|
|
841
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2094
842
|
protocol: z.ZodNumber;
|
|
2095
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2096
|
-
readonly __hex: true;
|
|
2097
|
-
}>, {
|
|
2098
|
-
readonly __hash: true;
|
|
2099
|
-
}>, string>>>>;
|
|
843
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2100
844
|
$epoch: z.ZodNumber;
|
|
2101
845
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2102
846
|
schema: z.ZodString;
|
|
2103
847
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
2104
848
|
from: z.ZodTuple<[z.ZodObject<{
|
|
2105
849
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
2106
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2107
|
-
readonly __hex: true;
|
|
2108
|
-
}>, {
|
|
850
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2109
851
|
readonly __address: true;
|
|
2110
852
|
}>, string>>>;
|
|
2111
|
-
payload_hashes: z.ZodArray<z.
|
|
2112
|
-
readonly __hex: true;
|
|
2113
|
-
}>, {
|
|
2114
|
-
readonly __hash: true;
|
|
2115
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2116
|
-
readonly __hex: true;
|
|
2117
|
-
}>, {
|
|
2118
|
-
readonly __hash: true;
|
|
2119
|
-
}>, unknown>>>;
|
|
853
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2120
854
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2121
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
2122
|
-
|
|
2123
|
-
}>, {
|
|
2124
|
-
readonly __hash: true;
|
|
2125
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2126
|
-
readonly __hex: true;
|
|
2127
|
-
}>, {
|
|
2128
|
-
readonly __hash: true;
|
|
2129
|
-
}>, unknown>>>>;
|
|
2130
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2131
|
-
readonly __hex: true;
|
|
2132
|
-
}>, {
|
|
855
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
856
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2133
857
|
readonly __address: true;
|
|
2134
858
|
}>, string>>>;
|
|
2135
|
-
$sourceQuery: z.ZodOptional<z.
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2140
|
-
readonly __hex: true;
|
|
2141
|
-
}>, {
|
|
2142
|
-
readonly __hash: true;
|
|
2143
|
-
}>, unknown>>>;
|
|
2144
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2145
|
-
readonly __hex: true;
|
|
2146
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2147
|
-
readonly __hex: true;
|
|
2148
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2149
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2150
|
-
readonly __hex: true;
|
|
2151
|
-
}>, {
|
|
2152
|
-
readonly __hash: true;
|
|
2153
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2154
|
-
readonly __hex: true;
|
|
2155
|
-
}>, {
|
|
2156
|
-
readonly __hash: true;
|
|
2157
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2158
|
-
readonly __hex: true;
|
|
2159
|
-
}>, {
|
|
2160
|
-
readonly __hash: true;
|
|
2161
|
-
}>>>>;
|
|
2162
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2163
|
-
readonly __hex: true;
|
|
2164
|
-
}>, {
|
|
2165
|
-
readonly __hash: true;
|
|
2166
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2167
|
-
readonly __hex: true;
|
|
2168
|
-
}>, {
|
|
2169
|
-
readonly __hash: true;
|
|
2170
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2171
|
-
readonly __hex: true;
|
|
2172
|
-
}>, {
|
|
2173
|
-
readonly __hash: true;
|
|
2174
|
-
}>>>>;
|
|
859
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
860
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
861
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
862
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2175
863
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2176
864
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2177
865
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2178
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2179
|
-
readonly __hex: true;
|
|
2180
|
-
}>, {
|
|
2181
|
-
readonly __hash: true;
|
|
2182
|
-
}>, string>>>;
|
|
866
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2183
867
|
protocol: z.ZodNumber;
|
|
2184
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2185
|
-
readonly __hex: true;
|
|
2186
|
-
}>, {
|
|
2187
|
-
readonly __hash: true;
|
|
2188
|
-
}>, string>>>>;
|
|
868
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2189
869
|
$epoch: z.ZodNumber;
|
|
2190
870
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2191
871
|
schema: z.ZodString;
|
|
@@ -2194,200 +874,56 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2194
874
|
};
|
|
2195
875
|
xyoViewer_blocksByHash: {
|
|
2196
876
|
params: {
|
|
2197
|
-
to: z.ZodTuple<[z.
|
|
2198
|
-
|
|
2199
|
-
}>, {
|
|
2200
|
-
readonly __hash: true;
|
|
2201
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2202
|
-
readonly __hex: true;
|
|
2203
|
-
}>, {
|
|
2204
|
-
readonly __hash: true;
|
|
2205
|
-
}>, unknown>>, z.ZodOptional<z.ZodNumber>], null>;
|
|
2206
|
-
from: z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2207
|
-
readonly __hex: true;
|
|
2208
|
-
}>, {
|
|
2209
|
-
readonly __hash: true;
|
|
2210
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2211
|
-
readonly __hex: true;
|
|
2212
|
-
}>, {
|
|
2213
|
-
readonly __hash: true;
|
|
2214
|
-
}>, unknown>>, z.ZodOptional<z.ZodNumber>], null>;
|
|
877
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodOptional<z.ZodNumber>], null>;
|
|
878
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodOptional<z.ZodNumber>], null>;
|
|
2215
879
|
};
|
|
2216
880
|
result: {
|
|
2217
881
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
2218
882
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
2219
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2220
|
-
readonly __hex: true;
|
|
2221
|
-
}>, {
|
|
883
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2222
884
|
readonly __address: true;
|
|
2223
885
|
}>, string>>>;
|
|
2224
|
-
payload_hashes: z.ZodArray<z.
|
|
2225
|
-
readonly __hex: true;
|
|
2226
|
-
}>, {
|
|
2227
|
-
readonly __hash: true;
|
|
2228
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2229
|
-
readonly __hex: true;
|
|
2230
|
-
}>, {
|
|
2231
|
-
readonly __hash: true;
|
|
2232
|
-
}>, unknown>>>;
|
|
886
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2233
887
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2234
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
2235
|
-
|
|
2236
|
-
}>, {
|
|
2237
|
-
readonly __hash: true;
|
|
2238
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2239
|
-
readonly __hex: true;
|
|
2240
|
-
}>, {
|
|
2241
|
-
readonly __hash: true;
|
|
2242
|
-
}>, unknown>>>>;
|
|
2243
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2244
|
-
readonly __hex: true;
|
|
2245
|
-
}>, {
|
|
888
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
889
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2246
890
|
readonly __address: true;
|
|
2247
891
|
}>, string>>>;
|
|
2248
|
-
$sourceQuery: z.ZodOptional<z.
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2253
|
-
readonly __hex: true;
|
|
2254
|
-
}>, {
|
|
2255
|
-
readonly __hash: true;
|
|
2256
|
-
}>, unknown>>>;
|
|
2257
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2258
|
-
readonly __hex: true;
|
|
2259
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2260
|
-
readonly __hex: true;
|
|
2261
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2262
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2263
|
-
readonly __hex: true;
|
|
2264
|
-
}>, {
|
|
2265
|
-
readonly __hash: true;
|
|
2266
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2267
|
-
readonly __hex: true;
|
|
2268
|
-
}>, {
|
|
2269
|
-
readonly __hash: true;
|
|
2270
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2271
|
-
readonly __hex: true;
|
|
2272
|
-
}>, {
|
|
2273
|
-
readonly __hash: true;
|
|
2274
|
-
}>>>>;
|
|
2275
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2276
|
-
readonly __hex: true;
|
|
2277
|
-
}>, {
|
|
2278
|
-
readonly __hash: true;
|
|
2279
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2280
|
-
readonly __hex: true;
|
|
2281
|
-
}>, {
|
|
2282
|
-
readonly __hash: true;
|
|
2283
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2284
|
-
readonly __hex: true;
|
|
2285
|
-
}>, {
|
|
2286
|
-
readonly __hash: true;
|
|
2287
|
-
}>>>>;
|
|
892
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
893
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
894
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
895
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2288
896
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2289
897
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2290
898
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2291
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2292
|
-
readonly __hex: true;
|
|
2293
|
-
}>, {
|
|
2294
|
-
readonly __hash: true;
|
|
2295
|
-
}>, string>>>;
|
|
899
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2296
900
|
protocol: z.ZodNumber;
|
|
2297
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2298
|
-
readonly __hex: true;
|
|
2299
|
-
}>, {
|
|
2300
|
-
readonly __hash: true;
|
|
2301
|
-
}>, string>>>>;
|
|
901
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2302
902
|
$epoch: z.ZodNumber;
|
|
2303
903
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2304
904
|
schema: z.ZodString;
|
|
2305
905
|
}, z.core.$catchall<z.ZodAny>>>], null>>;
|
|
2306
906
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
2307
907
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
2308
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2309
|
-
readonly __hex: true;
|
|
2310
|
-
}>, {
|
|
908
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2311
909
|
readonly __address: true;
|
|
2312
910
|
}>, string>>>;
|
|
2313
|
-
payload_hashes: z.ZodArray<z.
|
|
2314
|
-
readonly __hex: true;
|
|
2315
|
-
}>, {
|
|
2316
|
-
readonly __hash: true;
|
|
2317
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2318
|
-
readonly __hex: true;
|
|
2319
|
-
}>, {
|
|
2320
|
-
readonly __hash: true;
|
|
2321
|
-
}>, unknown>>>;
|
|
911
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2322
912
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2323
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
2324
|
-
|
|
2325
|
-
}>, {
|
|
2326
|
-
readonly __hash: true;
|
|
2327
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2328
|
-
readonly __hex: true;
|
|
2329
|
-
}>, {
|
|
2330
|
-
readonly __hash: true;
|
|
2331
|
-
}>, unknown>>>>;
|
|
2332
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2333
|
-
readonly __hex: true;
|
|
2334
|
-
}>, {
|
|
913
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
914
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2335
915
|
readonly __address: true;
|
|
2336
916
|
}>, string>>>;
|
|
2337
|
-
$sourceQuery: z.ZodOptional<z.
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2342
|
-
readonly __hex: true;
|
|
2343
|
-
}>, {
|
|
2344
|
-
readonly __hash: true;
|
|
2345
|
-
}>, unknown>>>;
|
|
2346
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2347
|
-
readonly __hex: true;
|
|
2348
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2349
|
-
readonly __hex: true;
|
|
2350
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2351
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2352
|
-
readonly __hex: true;
|
|
2353
|
-
}>, {
|
|
2354
|
-
readonly __hash: true;
|
|
2355
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2356
|
-
readonly __hex: true;
|
|
2357
|
-
}>, {
|
|
2358
|
-
readonly __hash: true;
|
|
2359
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2360
|
-
readonly __hex: true;
|
|
2361
|
-
}>, {
|
|
2362
|
-
readonly __hash: true;
|
|
2363
|
-
}>>>>;
|
|
2364
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2365
|
-
readonly __hex: true;
|
|
2366
|
-
}>, {
|
|
2367
|
-
readonly __hash: true;
|
|
2368
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2369
|
-
readonly __hex: true;
|
|
2370
|
-
}>, {
|
|
2371
|
-
readonly __hash: true;
|
|
2372
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2373
|
-
readonly __hex: true;
|
|
2374
|
-
}>, {
|
|
2375
|
-
readonly __hash: true;
|
|
2376
|
-
}>>>>;
|
|
917
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
918
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
919
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
920
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2377
921
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2378
922
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2379
923
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2380
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2381
|
-
readonly __hex: true;
|
|
2382
|
-
}>, {
|
|
2383
|
-
readonly __hash: true;
|
|
2384
|
-
}>, string>>>;
|
|
924
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2385
925
|
protocol: z.ZodNumber;
|
|
2386
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2387
|
-
readonly __hex: true;
|
|
2388
|
-
}>, {
|
|
2389
|
-
readonly __hash: true;
|
|
2390
|
-
}>, string>>>>;
|
|
926
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2391
927
|
$epoch: z.ZodNumber;
|
|
2392
928
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2393
929
|
schema: z.ZodString;
|
|
@@ -2400,14 +936,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2400
936
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2401
937
|
};
|
|
2402
938
|
result: {
|
|
2403
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2404
|
-
readonly __hex: true;
|
|
2405
|
-
}>, {
|
|
939
|
+
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2406
940
|
readonly __address: true;
|
|
2407
941
|
}>, string>>;
|
|
2408
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2409
|
-
readonly __hex: true;
|
|
2410
|
-
}>, {
|
|
942
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2411
943
|
readonly __address: true;
|
|
2412
944
|
}>, string>>;
|
|
2413
945
|
};
|
|
@@ -2418,198 +950,66 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2418
950
|
from: z.ZodTuple<[z.ZodNumber], null>;
|
|
2419
951
|
};
|
|
2420
952
|
result: {
|
|
2421
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2422
|
-
readonly __hex: true;
|
|
2423
|
-
}>, {
|
|
953
|
+
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2424
954
|
readonly __address: true;
|
|
2425
955
|
}>, string>>;
|
|
2426
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2427
|
-
readonly __hex: true;
|
|
2428
|
-
}>, {
|
|
956
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2429
957
|
readonly __address: true;
|
|
2430
958
|
}>, string>>;
|
|
2431
959
|
};
|
|
2432
960
|
};
|
|
2433
|
-
xyoViewer_currentBlock: {
|
|
2434
|
-
params: {
|
|
2435
|
-
to: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2436
|
-
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2437
|
-
};
|
|
2438
|
-
result: {
|
|
2439
|
-
to: z.ZodTuple<[z.ZodObject<{
|
|
2440
|
-
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
2441
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2442
|
-
readonly
|
|
2443
|
-
}>,
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
}>, unknown>>>;
|
|
2455
|
-
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2456
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2457
|
-
readonly __hex: true;
|
|
2458
|
-
}>, {
|
|
2459
|
-
readonly __hash: true;
|
|
2460
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2461
|
-
readonly __hex: true;
|
|
2462
|
-
}>, {
|
|
2463
|
-
readonly __hash: true;
|
|
2464
|
-
}>, unknown>>>>;
|
|
2465
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2466
|
-
readonly __hex: true;
|
|
2467
|
-
}>, {
|
|
2468
|
-
readonly __address: true;
|
|
2469
|
-
}>, string>>>;
|
|
2470
|
-
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2471
|
-
readonly __hex: true;
|
|
2472
|
-
}>, {
|
|
2473
|
-
readonly __hash: true;
|
|
2474
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2475
|
-
readonly __hex: true;
|
|
2476
|
-
}>, {
|
|
2477
|
-
readonly __hash: true;
|
|
2478
|
-
}>, unknown>>>;
|
|
2479
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2480
|
-
readonly __hex: true;
|
|
2481
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2482
|
-
readonly __hex: true;
|
|
2483
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2484
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2485
|
-
readonly __hex: true;
|
|
2486
|
-
}>, {
|
|
2487
|
-
readonly __hash: true;
|
|
2488
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2489
|
-
readonly __hex: true;
|
|
2490
|
-
}>, {
|
|
2491
|
-
readonly __hash: true;
|
|
2492
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2493
|
-
readonly __hex: true;
|
|
2494
|
-
}>, {
|
|
2495
|
-
readonly __hash: true;
|
|
2496
|
-
}>>>>;
|
|
2497
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2498
|
-
readonly __hex: true;
|
|
2499
|
-
}>, {
|
|
2500
|
-
readonly __hash: true;
|
|
2501
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2502
|
-
readonly __hex: true;
|
|
2503
|
-
}>, {
|
|
2504
|
-
readonly __hash: true;
|
|
2505
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2506
|
-
readonly __hex: true;
|
|
2507
|
-
}>, {
|
|
2508
|
-
readonly __hash: true;
|
|
2509
|
-
}>>>>;
|
|
961
|
+
xyoViewer_currentBlock: {
|
|
962
|
+
params: {
|
|
963
|
+
to: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
964
|
+
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
965
|
+
};
|
|
966
|
+
result: {
|
|
967
|
+
to: z.ZodTuple<[z.ZodObject<{
|
|
968
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
969
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
970
|
+
readonly __address: true;
|
|
971
|
+
}>, string>>>;
|
|
972
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
973
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
974
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
975
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
976
|
+
readonly __address: true;
|
|
977
|
+
}>, string>>>;
|
|
978
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
979
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
980
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
981
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2510
982
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2511
983
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2512
984
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2513
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2514
|
-
readonly __hex: true;
|
|
2515
|
-
}>, {
|
|
2516
|
-
readonly __hash: true;
|
|
2517
|
-
}>, string>>>;
|
|
985
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2518
986
|
protocol: z.ZodNumber;
|
|
2519
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2520
|
-
readonly __hex: true;
|
|
2521
|
-
}>, {
|
|
2522
|
-
readonly __hash: true;
|
|
2523
|
-
}>, string>>>>;
|
|
987
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2524
988
|
$epoch: z.ZodNumber;
|
|
2525
989
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2526
990
|
schema: z.ZodString;
|
|
2527
991
|
}, z.core.$catchall<z.ZodAny>>>], null>;
|
|
2528
992
|
from: z.ZodTuple<[z.ZodObject<{
|
|
2529
993
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
2530
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2531
|
-
readonly __hex: true;
|
|
2532
|
-
}>, {
|
|
994
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2533
995
|
readonly __address: true;
|
|
2534
996
|
}>, string>>>;
|
|
2535
|
-
payload_hashes: z.ZodArray<z.
|
|
2536
|
-
readonly __hex: true;
|
|
2537
|
-
}>, {
|
|
2538
|
-
readonly __hash: true;
|
|
2539
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2540
|
-
readonly __hex: true;
|
|
2541
|
-
}>, {
|
|
2542
|
-
readonly __hash: true;
|
|
2543
|
-
}>, unknown>>>;
|
|
997
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2544
998
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
2545
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
2546
|
-
|
|
2547
|
-
}>, {
|
|
2548
|
-
readonly __hash: true;
|
|
2549
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2550
|
-
readonly __hex: true;
|
|
2551
|
-
}>, {
|
|
2552
|
-
readonly __hash: true;
|
|
2553
|
-
}>, unknown>>>>;
|
|
2554
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2555
|
-
readonly __hex: true;
|
|
2556
|
-
}>, {
|
|
999
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1000
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2557
1001
|
readonly __address: true;
|
|
2558
1002
|
}>, string>>>;
|
|
2559
|
-
$sourceQuery: z.ZodOptional<z.
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2564
|
-
readonly __hex: true;
|
|
2565
|
-
}>, {
|
|
2566
|
-
readonly __hash: true;
|
|
2567
|
-
}>, unknown>>>;
|
|
2568
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2569
|
-
readonly __hex: true;
|
|
2570
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2571
|
-
readonly __hex: true;
|
|
2572
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
2573
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2574
|
-
readonly __hex: true;
|
|
2575
|
-
}>, {
|
|
2576
|
-
readonly __hash: true;
|
|
2577
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2578
|
-
readonly __hex: true;
|
|
2579
|
-
}>, {
|
|
2580
|
-
readonly __hash: true;
|
|
2581
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2582
|
-
readonly __hex: true;
|
|
2583
|
-
}>, {
|
|
2584
|
-
readonly __hash: true;
|
|
2585
|
-
}>>>>;
|
|
2586
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2587
|
-
readonly __hex: true;
|
|
2588
|
-
}>, {
|
|
2589
|
-
readonly __hash: true;
|
|
2590
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2591
|
-
readonly __hex: true;
|
|
2592
|
-
}>, {
|
|
2593
|
-
readonly __hash: true;
|
|
2594
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2595
|
-
readonly __hex: true;
|
|
2596
|
-
}>, {
|
|
2597
|
-
readonly __hash: true;
|
|
2598
|
-
}>>>>;
|
|
1003
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1004
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1005
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1006
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
2599
1007
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2600
1008
|
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
2601
1009
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2602
|
-
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2603
|
-
readonly __hex: true;
|
|
2604
|
-
}>, {
|
|
2605
|
-
readonly __hash: true;
|
|
2606
|
-
}>, string>>>;
|
|
1010
|
+
previous: z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
2607
1011
|
protocol: z.ZodNumber;
|
|
2608
|
-
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
2609
|
-
readonly __hex: true;
|
|
2610
|
-
}>, {
|
|
2611
|
-
readonly __hash: true;
|
|
2612
|
-
}>, string>>>>;
|
|
1012
|
+
step_hashes: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
2613
1013
|
$epoch: z.ZodNumber;
|
|
2614
1014
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
2615
1015
|
schema: z.ZodString;
|
|
@@ -2622,24 +1022,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2622
1022
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2623
1023
|
};
|
|
2624
1024
|
result: {
|
|
2625
|
-
to: z.
|
|
2626
|
-
|
|
2627
|
-
}>, {
|
|
2628
|
-
readonly __hash: true;
|
|
2629
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2630
|
-
readonly __hex: true;
|
|
2631
|
-
}>, {
|
|
2632
|
-
readonly __hash: true;
|
|
2633
|
-
}>, unknown>>;
|
|
2634
|
-
from: z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2635
|
-
readonly __hex: true;
|
|
2636
|
-
}>, {
|
|
2637
|
-
readonly __hash: true;
|
|
2638
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2639
|
-
readonly __hex: true;
|
|
2640
|
-
}>, {
|
|
2641
|
-
readonly __hash: true;
|
|
2642
|
-
}>, unknown>>;
|
|
1025
|
+
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
1026
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
2643
1027
|
};
|
|
2644
1028
|
};
|
|
2645
1029
|
xyoViewer_currentBlockNumber: {
|
|
@@ -2658,28 +1042,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2658
1042
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
2659
1043
|
};
|
|
2660
1044
|
result: {
|
|
2661
|
-
to: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2662
|
-
readonly __hex: true;
|
|
2663
|
-
}>, {
|
|
1045
|
+
to: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2664
1046
|
readonly __address: true;
|
|
2665
1047
|
}>, string>>>;
|
|
2666
|
-
from: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2667
|
-
readonly __hex: true;
|
|
2668
|
-
}>, {
|
|
1048
|
+
from: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2669
1049
|
readonly __address: true;
|
|
2670
1050
|
}>, string>>>;
|
|
2671
1051
|
};
|
|
2672
1052
|
};
|
|
2673
1053
|
xyoViewer_stakeByStaker: {
|
|
2674
1054
|
params: {
|
|
2675
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2676
|
-
readonly __hex: true;
|
|
2677
|
-
}>, {
|
|
1055
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2678
1056
|
readonly __address: true;
|
|
2679
1057
|
}>, string>>, z.ZodNumber], null>;
|
|
2680
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2681
|
-
readonly __hex: true;
|
|
2682
|
-
}>, {
|
|
1058
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2683
1059
|
readonly __address: true;
|
|
2684
1060
|
}>, string>>, z.ZodNumber], null>;
|
|
2685
1061
|
};
|
|
@@ -2689,32 +1065,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2689
1065
|
addBlock: z.ZodNumber;
|
|
2690
1066
|
id: z.ZodNumber;
|
|
2691
1067
|
removeBlock: z.ZodNumber;
|
|
2692
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2693
|
-
readonly __hex: true;
|
|
2694
|
-
}>, {
|
|
1068
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2695
1069
|
readonly __address: true;
|
|
2696
1070
|
}>, string>>;
|
|
2697
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2698
|
-
readonly __hex: true;
|
|
2699
|
-
}>, {
|
|
1071
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2700
1072
|
readonly __address: true;
|
|
2701
1073
|
}>, string>>;
|
|
2702
1074
|
withdrawBlock: z.ZodNumber;
|
|
2703
1075
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2704
1076
|
addBlock: number;
|
|
2705
|
-
amount: import("@xylabs/
|
|
2706
|
-
readonly __hex: true;
|
|
2707
|
-
}>;
|
|
1077
|
+
amount: import("@xylabs/hex").Hex;
|
|
2708
1078
|
id: number;
|
|
2709
1079
|
removeBlock: number;
|
|
2710
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2711
|
-
readonly __hex: true;
|
|
2712
|
-
}>, {
|
|
1080
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2713
1081
|
readonly __address: true;
|
|
2714
1082
|
}>;
|
|
2715
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2716
|
-
readonly __hex: true;
|
|
2717
|
-
}>, {
|
|
1083
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2718
1084
|
readonly __address: true;
|
|
2719
1085
|
}>;
|
|
2720
1086
|
withdrawBlock: number;
|
|
@@ -2723,14 +1089,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2723
1089
|
addBlock: number;
|
|
2724
1090
|
id: number;
|
|
2725
1091
|
removeBlock: number;
|
|
2726
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2727
|
-
readonly __hex: true;
|
|
2728
|
-
}>, {
|
|
1092
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2729
1093
|
readonly __address: true;
|
|
2730
1094
|
}>;
|
|
2731
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2732
|
-
readonly __hex: true;
|
|
2733
|
-
}>, {
|
|
1095
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2734
1096
|
readonly __address: true;
|
|
2735
1097
|
}>;
|
|
2736
1098
|
withdrawBlock: number;
|
|
@@ -2739,35 +1101,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2739
1101
|
addBlock: z.ZodNumber;
|
|
2740
1102
|
id: z.ZodNumber;
|
|
2741
1103
|
removeBlock: z.ZodNumber;
|
|
2742
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2743
|
-
readonly __hex: true;
|
|
2744
|
-
}>, {
|
|
1104
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2745
1105
|
readonly __address: true;
|
|
2746
1106
|
}>, string>>;
|
|
2747
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2748
|
-
readonly __hex: true;
|
|
2749
|
-
}>, {
|
|
1107
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2750
1108
|
readonly __address: true;
|
|
2751
1109
|
}>, string>>;
|
|
2752
1110
|
withdrawBlock: z.ZodNumber;
|
|
2753
|
-
amount: z.
|
|
2754
|
-
readonly __hex: true;
|
|
2755
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2756
|
-
readonly __hex: true;
|
|
2757
|
-
}>, unknown>>;
|
|
1111
|
+
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
2758
1112
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2759
1113
|
addBlock: number;
|
|
2760
1114
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
2761
1115
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
2762
1116
|
removeBlock: number;
|
|
2763
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2764
|
-
readonly __hex: true;
|
|
2765
|
-
}>, {
|
|
1117
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2766
1118
|
readonly __address: true;
|
|
2767
1119
|
}>;
|
|
2768
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2769
|
-
readonly __hex: true;
|
|
2770
|
-
}>, {
|
|
1120
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2771
1121
|
readonly __address: true;
|
|
2772
1122
|
}>;
|
|
2773
1123
|
withdrawBlock: number;
|
|
@@ -2775,20 +1125,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2775
1125
|
addBlock: number;
|
|
2776
1126
|
id: number;
|
|
2777
1127
|
removeBlock: number;
|
|
2778
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2779
|
-
readonly __hex: true;
|
|
2780
|
-
}>, {
|
|
1128
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2781
1129
|
readonly __address: true;
|
|
2782
1130
|
}>;
|
|
2783
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2784
|
-
readonly __hex: true;
|
|
2785
|
-
}>, {
|
|
1131
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2786
1132
|
readonly __address: true;
|
|
2787
1133
|
}>;
|
|
2788
1134
|
withdrawBlock: number;
|
|
2789
|
-
amount: import("@xylabs/
|
|
2790
|
-
readonly __hex: true;
|
|
2791
|
-
}>;
|
|
1135
|
+
amount: import("@xylabs/hex").Hex;
|
|
2792
1136
|
}>>;
|
|
2793
1137
|
};
|
|
2794
1138
|
};
|
|
@@ -2803,32 +1147,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2803
1147
|
addBlock: z.ZodNumber;
|
|
2804
1148
|
id: z.ZodNumber;
|
|
2805
1149
|
removeBlock: z.ZodNumber;
|
|
2806
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2807
|
-
readonly __hex: true;
|
|
2808
|
-
}>, {
|
|
1150
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2809
1151
|
readonly __address: true;
|
|
2810
1152
|
}>, string>>;
|
|
2811
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2812
|
-
readonly __hex: true;
|
|
2813
|
-
}>, {
|
|
1153
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2814
1154
|
readonly __address: true;
|
|
2815
1155
|
}>, string>>;
|
|
2816
1156
|
withdrawBlock: z.ZodNumber;
|
|
2817
1157
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2818
1158
|
addBlock: number;
|
|
2819
|
-
amount: import("@xylabs/
|
|
2820
|
-
readonly __hex: true;
|
|
2821
|
-
}>;
|
|
1159
|
+
amount: import("@xylabs/hex").Hex;
|
|
2822
1160
|
id: number;
|
|
2823
1161
|
removeBlock: number;
|
|
2824
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2825
|
-
readonly __hex: true;
|
|
2826
|
-
}>, {
|
|
1162
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2827
1163
|
readonly __address: true;
|
|
2828
1164
|
}>;
|
|
2829
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2830
|
-
readonly __hex: true;
|
|
2831
|
-
}>, {
|
|
1165
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2832
1166
|
readonly __address: true;
|
|
2833
1167
|
}>;
|
|
2834
1168
|
withdrawBlock: number;
|
|
@@ -2837,14 +1171,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2837
1171
|
addBlock: number;
|
|
2838
1172
|
id: number;
|
|
2839
1173
|
removeBlock: number;
|
|
2840
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2841
|
-
readonly __hex: true;
|
|
2842
|
-
}>, {
|
|
1174
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2843
1175
|
readonly __address: true;
|
|
2844
1176
|
}>;
|
|
2845
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2846
|
-
readonly __hex: true;
|
|
2847
|
-
}>, {
|
|
1177
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2848
1178
|
readonly __address: true;
|
|
2849
1179
|
}>;
|
|
2850
1180
|
withdrawBlock: number;
|
|
@@ -2853,35 +1183,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2853
1183
|
addBlock: z.ZodNumber;
|
|
2854
1184
|
id: z.ZodNumber;
|
|
2855
1185
|
removeBlock: z.ZodNumber;
|
|
2856
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2857
|
-
readonly __hex: true;
|
|
2858
|
-
}>, {
|
|
1186
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2859
1187
|
readonly __address: true;
|
|
2860
1188
|
}>, string>>;
|
|
2861
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2862
|
-
readonly __hex: true;
|
|
2863
|
-
}>, {
|
|
1189
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2864
1190
|
readonly __address: true;
|
|
2865
1191
|
}>, string>>;
|
|
2866
1192
|
withdrawBlock: z.ZodNumber;
|
|
2867
|
-
amount: z.
|
|
2868
|
-
readonly __hex: true;
|
|
2869
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2870
|
-
readonly __hex: true;
|
|
2871
|
-
}>, unknown>>;
|
|
1193
|
+
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
2872
1194
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2873
1195
|
addBlock: number;
|
|
2874
1196
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
2875
1197
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
2876
1198
|
removeBlock: number;
|
|
2877
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2878
|
-
readonly __hex: true;
|
|
2879
|
-
}>, {
|
|
1199
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2880
1200
|
readonly __address: true;
|
|
2881
1201
|
}>;
|
|
2882
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2883
|
-
readonly __hex: true;
|
|
2884
|
-
}>, {
|
|
1202
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2885
1203
|
readonly __address: true;
|
|
2886
1204
|
}>;
|
|
2887
1205
|
withdrawBlock: number;
|
|
@@ -2889,59 +1207,41 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2889
1207
|
addBlock: number;
|
|
2890
1208
|
id: number;
|
|
2891
1209
|
removeBlock: number;
|
|
2892
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2893
|
-
readonly __hex: true;
|
|
2894
|
-
}>, {
|
|
1210
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2895
1211
|
readonly __address: true;
|
|
2896
1212
|
}>;
|
|
2897
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2898
|
-
readonly __hex: true;
|
|
2899
|
-
}>, {
|
|
1213
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2900
1214
|
readonly __address: true;
|
|
2901
1215
|
}>;
|
|
2902
1216
|
withdrawBlock: number;
|
|
2903
|
-
amount: import("@xylabs/
|
|
2904
|
-
readonly __hex: true;
|
|
2905
|
-
}>;
|
|
1217
|
+
amount: import("@xylabs/hex").Hex;
|
|
2906
1218
|
}>>;
|
|
2907
1219
|
};
|
|
2908
1220
|
};
|
|
2909
1221
|
xyoViewer_stakedByStaker: {
|
|
2910
1222
|
params: {
|
|
2911
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2912
|
-
readonly __hex: true;
|
|
2913
|
-
}>, {
|
|
1223
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2914
1224
|
readonly __address: true;
|
|
2915
1225
|
}>, string>>], null>;
|
|
2916
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2917
|
-
readonly __hex: true;
|
|
2918
|
-
}>, {
|
|
1226
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2919
1227
|
readonly __address: true;
|
|
2920
1228
|
}>, string>>], null>;
|
|
2921
1229
|
};
|
|
2922
1230
|
result: {
|
|
2923
|
-
to: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2924
|
-
readonly __hex: true;
|
|
2925
|
-
}>, {
|
|
1231
|
+
to: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2926
1232
|
readonly __address: true;
|
|
2927
1233
|
}>, string>>>;
|
|
2928
|
-
from: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2929
|
-
readonly __hex: true;
|
|
2930
|
-
}>, {
|
|
1234
|
+
from: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2931
1235
|
readonly __address: true;
|
|
2932
1236
|
}>, string>>>;
|
|
2933
1237
|
};
|
|
2934
1238
|
};
|
|
2935
1239
|
xyoViewer_stakesByStaker: {
|
|
2936
1240
|
params: {
|
|
2937
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2938
|
-
readonly __hex: true;
|
|
2939
|
-
}>, {
|
|
1241
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2940
1242
|
readonly __address: true;
|
|
2941
1243
|
}>, string>>], null>;
|
|
2942
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2943
|
-
readonly __hex: true;
|
|
2944
|
-
}>, {
|
|
1244
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2945
1245
|
readonly __address: true;
|
|
2946
1246
|
}>, string>>], null>;
|
|
2947
1247
|
};
|
|
@@ -2951,32 +1251,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2951
1251
|
addBlock: z.ZodNumber;
|
|
2952
1252
|
id: z.ZodNumber;
|
|
2953
1253
|
removeBlock: z.ZodNumber;
|
|
2954
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2955
|
-
readonly __hex: true;
|
|
2956
|
-
}>, {
|
|
1254
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2957
1255
|
readonly __address: true;
|
|
2958
1256
|
}>, string>>;
|
|
2959
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2960
|
-
readonly __hex: true;
|
|
2961
|
-
}>, {
|
|
1257
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2962
1258
|
readonly __address: true;
|
|
2963
1259
|
}>, string>>;
|
|
2964
1260
|
withdrawBlock: z.ZodNumber;
|
|
2965
1261
|
}, z.core.$strip>, z.ZodTransform<{
|
|
2966
1262
|
addBlock: number;
|
|
2967
|
-
amount: import("@xylabs/
|
|
2968
|
-
readonly __hex: true;
|
|
2969
|
-
}>;
|
|
1263
|
+
amount: import("@xylabs/hex").Hex;
|
|
2970
1264
|
id: number;
|
|
2971
1265
|
removeBlock: number;
|
|
2972
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2973
|
-
readonly __hex: true;
|
|
2974
|
-
}>, {
|
|
1266
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2975
1267
|
readonly __address: true;
|
|
2976
1268
|
}>;
|
|
2977
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2978
|
-
readonly __hex: true;
|
|
2979
|
-
}>, {
|
|
1269
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2980
1270
|
readonly __address: true;
|
|
2981
1271
|
}>;
|
|
2982
1272
|
withdrawBlock: number;
|
|
@@ -2985,14 +1275,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
2985
1275
|
addBlock: number;
|
|
2986
1276
|
id: number;
|
|
2987
1277
|
removeBlock: number;
|
|
2988
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2989
|
-
readonly __hex: true;
|
|
2990
|
-
}>, {
|
|
1278
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2991
1279
|
readonly __address: true;
|
|
2992
1280
|
}>;
|
|
2993
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
2994
|
-
readonly __hex: true;
|
|
2995
|
-
}>, {
|
|
1281
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
2996
1282
|
readonly __address: true;
|
|
2997
1283
|
}>;
|
|
2998
1284
|
withdrawBlock: number;
|
|
@@ -3001,35 +1287,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3001
1287
|
addBlock: z.ZodNumber;
|
|
3002
1288
|
id: z.ZodNumber;
|
|
3003
1289
|
removeBlock: z.ZodNumber;
|
|
3004
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3005
|
-
readonly __hex: true;
|
|
3006
|
-
}>, {
|
|
1290
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3007
1291
|
readonly __address: true;
|
|
3008
1292
|
}>, string>>;
|
|
3009
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3010
|
-
readonly __hex: true;
|
|
3011
|
-
}>, {
|
|
1293
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3012
1294
|
readonly __address: true;
|
|
3013
1295
|
}>, string>>;
|
|
3014
1296
|
withdrawBlock: z.ZodNumber;
|
|
3015
|
-
amount: z.
|
|
3016
|
-
readonly __hex: true;
|
|
3017
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3018
|
-
readonly __hex: true;
|
|
3019
|
-
}>, unknown>>;
|
|
1297
|
+
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3020
1298
|
}, z.core.$strip>, z.ZodTransform<{
|
|
3021
1299
|
addBlock: number;
|
|
3022
1300
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
3023
1301
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
3024
1302
|
removeBlock: number;
|
|
3025
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3026
|
-
readonly __hex: true;
|
|
3027
|
-
}>, {
|
|
1303
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3028
1304
|
readonly __address: true;
|
|
3029
1305
|
}>;
|
|
3030
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3031
|
-
readonly __hex: true;
|
|
3032
|
-
}>, {
|
|
1306
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3033
1307
|
readonly __address: true;
|
|
3034
1308
|
}>;
|
|
3035
1309
|
withdrawBlock: number;
|
|
@@ -3037,33 +1311,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3037
1311
|
addBlock: number;
|
|
3038
1312
|
id: number;
|
|
3039
1313
|
removeBlock: number;
|
|
3040
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3041
|
-
readonly __hex: true;
|
|
3042
|
-
}>, {
|
|
1314
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3043
1315
|
readonly __address: true;
|
|
3044
1316
|
}>;
|
|
3045
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3046
|
-
readonly __hex: true;
|
|
3047
|
-
}>, {
|
|
1317
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3048
1318
|
readonly __address: true;
|
|
3049
1319
|
}>;
|
|
3050
1320
|
withdrawBlock: number;
|
|
3051
|
-
amount: import("@xylabs/
|
|
3052
|
-
readonly __hex: true;
|
|
3053
|
-
}>;
|
|
1321
|
+
amount: import("@xylabs/hex").Hex;
|
|
3054
1322
|
}>>>;
|
|
3055
1323
|
};
|
|
3056
1324
|
};
|
|
3057
1325
|
xyoViewer_stakesByStaked: {
|
|
3058
1326
|
params: {
|
|
3059
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3060
|
-
readonly __hex: true;
|
|
3061
|
-
}>, {
|
|
1327
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3062
1328
|
readonly __address: true;
|
|
3063
1329
|
}>, string>>], null>;
|
|
3064
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3065
|
-
readonly __hex: true;
|
|
3066
|
-
}>, {
|
|
1330
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3067
1331
|
readonly __address: true;
|
|
3068
1332
|
}>, string>>], null>;
|
|
3069
1333
|
};
|
|
@@ -3073,32 +1337,22 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3073
1337
|
addBlock: z.ZodNumber;
|
|
3074
1338
|
id: z.ZodNumber;
|
|
3075
1339
|
removeBlock: z.ZodNumber;
|
|
3076
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3077
|
-
readonly __hex: true;
|
|
3078
|
-
}>, {
|
|
1340
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3079
1341
|
readonly __address: true;
|
|
3080
1342
|
}>, string>>;
|
|
3081
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3082
|
-
readonly __hex: true;
|
|
3083
|
-
}>, {
|
|
1343
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3084
1344
|
readonly __address: true;
|
|
3085
1345
|
}>, string>>;
|
|
3086
1346
|
withdrawBlock: z.ZodNumber;
|
|
3087
1347
|
}, z.core.$strip>, z.ZodTransform<{
|
|
3088
1348
|
addBlock: number;
|
|
3089
|
-
amount: import("@xylabs/
|
|
3090
|
-
readonly __hex: true;
|
|
3091
|
-
}>;
|
|
1349
|
+
amount: import("@xylabs/hex").Hex;
|
|
3092
1350
|
id: number;
|
|
3093
1351
|
removeBlock: number;
|
|
3094
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3095
|
-
readonly __hex: true;
|
|
3096
|
-
}>, {
|
|
1352
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3097
1353
|
readonly __address: true;
|
|
3098
1354
|
}>;
|
|
3099
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3100
|
-
readonly __hex: true;
|
|
3101
|
-
}>, {
|
|
1355
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3102
1356
|
readonly __address: true;
|
|
3103
1357
|
}>;
|
|
3104
1358
|
withdrawBlock: number;
|
|
@@ -3107,14 +1361,10 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3107
1361
|
addBlock: number;
|
|
3108
1362
|
id: number;
|
|
3109
1363
|
removeBlock: number;
|
|
3110
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3111
|
-
readonly __hex: true;
|
|
3112
|
-
}>, {
|
|
1364
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3113
1365
|
readonly __address: true;
|
|
3114
1366
|
}>;
|
|
3115
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3116
|
-
readonly __hex: true;
|
|
3117
|
-
}>, {
|
|
1367
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3118
1368
|
readonly __address: true;
|
|
3119
1369
|
}>;
|
|
3120
1370
|
withdrawBlock: number;
|
|
@@ -3123,35 +1373,23 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3123
1373
|
addBlock: z.ZodNumber;
|
|
3124
1374
|
id: z.ZodNumber;
|
|
3125
1375
|
removeBlock: z.ZodNumber;
|
|
3126
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3127
|
-
readonly __hex: true;
|
|
3128
|
-
}>, {
|
|
1376
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3129
1377
|
readonly __address: true;
|
|
3130
1378
|
}>, string>>;
|
|
3131
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3132
|
-
readonly __hex: true;
|
|
3133
|
-
}>, {
|
|
1379
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3134
1380
|
readonly __address: true;
|
|
3135
1381
|
}>, string>>;
|
|
3136
1382
|
withdrawBlock: z.ZodNumber;
|
|
3137
|
-
amount: z.
|
|
3138
|
-
readonly __hex: true;
|
|
3139
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3140
|
-
readonly __hex: true;
|
|
3141
|
-
}>, unknown>>;
|
|
1383
|
+
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3142
1384
|
}, z.core.$strip>, z.ZodTransform<{
|
|
3143
1385
|
addBlock: number;
|
|
3144
1386
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
3145
1387
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
3146
1388
|
removeBlock: number;
|
|
3147
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3148
|
-
readonly __hex: true;
|
|
3149
|
-
}>, {
|
|
1389
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3150
1390
|
readonly __address: true;
|
|
3151
1391
|
}>;
|
|
3152
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3153
|
-
readonly __hex: true;
|
|
3154
|
-
}>, {
|
|
1392
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3155
1393
|
readonly __address: true;
|
|
3156
1394
|
}>;
|
|
3157
1395
|
withdrawBlock: number;
|
|
@@ -3159,140 +1397,46 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3159
1397
|
addBlock: number;
|
|
3160
1398
|
id: number;
|
|
3161
1399
|
removeBlock: number;
|
|
3162
|
-
staked: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3163
|
-
readonly __hex: true;
|
|
3164
|
-
}>, {
|
|
1400
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3165
1401
|
readonly __address: true;
|
|
3166
1402
|
}>;
|
|
3167
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3168
|
-
readonly __hex: true;
|
|
3169
|
-
}>, {
|
|
1403
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3170
1404
|
readonly __address: true;
|
|
3171
1405
|
}>;
|
|
3172
1406
|
withdrawBlock: number;
|
|
3173
|
-
amount: import("@xylabs/
|
|
3174
|
-
readonly __hex: true;
|
|
3175
|
-
}>;
|
|
1407
|
+
amount: import("@xylabs/hex").Hex;
|
|
3176
1408
|
}>>>;
|
|
3177
1409
|
};
|
|
3178
1410
|
};
|
|
3179
|
-
xyoViewer_transactionByBlockHashAndIndex: {
|
|
3180
|
-
params: {
|
|
3181
|
-
to: z.ZodTuple<[z.
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
readonly
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
result: {
|
|
3201
|
-
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3202
|
-
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3203
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3204
|
-
readonly __hex: true;
|
|
3205
|
-
}>, {
|
|
3206
|
-
readonly __address: true;
|
|
3207
|
-
}>, string>>>;
|
|
3208
|
-
payload_hashes: z.ZodArray<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3209
|
-
readonly __hex: true;
|
|
3210
|
-
}>, {
|
|
3211
|
-
readonly __hash: true;
|
|
3212
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3213
|
-
readonly __hex: true;
|
|
3214
|
-
}>, {
|
|
3215
|
-
readonly __hash: true;
|
|
3216
|
-
}>, unknown>>>;
|
|
3217
|
-
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3218
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3219
|
-
readonly __hex: true;
|
|
3220
|
-
}>, {
|
|
3221
|
-
readonly __hash: true;
|
|
3222
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3223
|
-
readonly __hex: true;
|
|
3224
|
-
}>, {
|
|
3225
|
-
readonly __hash: true;
|
|
3226
|
-
}>, unknown>>>>;
|
|
3227
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3228
|
-
readonly __hex: true;
|
|
3229
|
-
}>, {
|
|
3230
|
-
readonly __address: true;
|
|
3231
|
-
}>, string>>>;
|
|
3232
|
-
$sourceQuery: z.ZodOptional<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3233
|
-
readonly __hex: true;
|
|
3234
|
-
}>, {
|
|
3235
|
-
readonly __hash: true;
|
|
3236
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3237
|
-
readonly __hex: true;
|
|
3238
|
-
}>, {
|
|
3239
|
-
readonly __hash: true;
|
|
3240
|
-
}>, unknown>>>;
|
|
3241
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3242
|
-
readonly __hex: true;
|
|
3243
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3244
|
-
readonly __hex: true;
|
|
3245
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3246
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3247
|
-
readonly __hex: true;
|
|
3248
|
-
}>, {
|
|
3249
|
-
readonly __hash: true;
|
|
3250
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3251
|
-
readonly __hex: true;
|
|
3252
|
-
}>, {
|
|
3253
|
-
readonly __hash: true;
|
|
3254
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3255
|
-
readonly __hex: true;
|
|
3256
|
-
}>, {
|
|
3257
|
-
readonly __hash: true;
|
|
3258
|
-
}>>>>;
|
|
3259
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3260
|
-
readonly __hex: true;
|
|
3261
|
-
}>, {
|
|
3262
|
-
readonly __hash: true;
|
|
3263
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3264
|
-
readonly __hex: true;
|
|
3265
|
-
}>, {
|
|
3266
|
-
readonly __hash: true;
|
|
3267
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3268
|
-
readonly __hex: true;
|
|
3269
|
-
}>, {
|
|
3270
|
-
readonly __hash: true;
|
|
3271
|
-
}>>>>;
|
|
1411
|
+
xyoViewer_transactionByBlockHashAndIndex: {
|
|
1412
|
+
params: {
|
|
1413
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodNumber], null>;
|
|
1414
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodNumber], null>;
|
|
1415
|
+
};
|
|
1416
|
+
result: {
|
|
1417
|
+
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1418
|
+
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1419
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1420
|
+
readonly __address: true;
|
|
1421
|
+
}>, string>>>;
|
|
1422
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1423
|
+
payload_schemas: z.ZodArray<z.ZodString>;
|
|
1424
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1425
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1426
|
+
readonly __address: true;
|
|
1427
|
+
}>, string>>>;
|
|
1428
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1429
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1430
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1431
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3272
1432
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3273
1433
|
nbf: z.ZodNumber;
|
|
3274
1434
|
exp: z.ZodNumber;
|
|
3275
1435
|
fees: z.ZodObject<{
|
|
3276
|
-
base: z.
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
}>, unknown>>;
|
|
3281
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3282
|
-
readonly __hex: true;
|
|
3283
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3284
|
-
readonly __hex: true;
|
|
3285
|
-
}>, unknown>>;
|
|
3286
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3287
|
-
readonly __hex: true;
|
|
3288
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3289
|
-
readonly __hex: true;
|
|
3290
|
-
}>, unknown>>;
|
|
3291
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3292
|
-
readonly __hex: true;
|
|
3293
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3294
|
-
readonly __hex: true;
|
|
3295
|
-
}>, unknown>>;
|
|
1436
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1437
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1438
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1439
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3296
1440
|
}, z.core.$strip>;
|
|
3297
1441
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3298
1442
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -3302,99 +1446,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3302
1446
|
}, z.core.$catchall<z.ZodAny>>>], null>>;
|
|
3303
1447
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3304
1448
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3305
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3306
|
-
readonly __hex: true;
|
|
3307
|
-
}>, {
|
|
1449
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3308
1450
|
readonly __address: true;
|
|
3309
1451
|
}>, string>>>;
|
|
3310
|
-
payload_hashes: z.ZodArray<z.
|
|
3311
|
-
readonly __hex: true;
|
|
3312
|
-
}>, {
|
|
3313
|
-
readonly __hash: true;
|
|
3314
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3315
|
-
readonly __hex: true;
|
|
3316
|
-
}>, {
|
|
3317
|
-
readonly __hash: true;
|
|
3318
|
-
}>, unknown>>>;
|
|
1452
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
3319
1453
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3320
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
3321
|
-
|
|
3322
|
-
}>, {
|
|
3323
|
-
readonly __hash: true;
|
|
3324
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3325
|
-
readonly __hex: true;
|
|
3326
|
-
}>, {
|
|
3327
|
-
readonly __hash: true;
|
|
3328
|
-
}>, unknown>>>>;
|
|
3329
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3330
|
-
readonly __hex: true;
|
|
3331
|
-
}>, {
|
|
1454
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1455
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3332
1456
|
readonly __address: true;
|
|
3333
1457
|
}>, string>>>;
|
|
3334
|
-
$sourceQuery: z.ZodOptional<z.
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3339
|
-
readonly __hex: true;
|
|
3340
|
-
}>, {
|
|
3341
|
-
readonly __hash: true;
|
|
3342
|
-
}>, unknown>>>;
|
|
3343
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3344
|
-
readonly __hex: true;
|
|
3345
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3346
|
-
readonly __hex: true;
|
|
3347
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3348
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3349
|
-
readonly __hex: true;
|
|
3350
|
-
}>, {
|
|
3351
|
-
readonly __hash: true;
|
|
3352
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3353
|
-
readonly __hex: true;
|
|
3354
|
-
}>, {
|
|
3355
|
-
readonly __hash: true;
|
|
3356
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3357
|
-
readonly __hex: true;
|
|
3358
|
-
}>, {
|
|
3359
|
-
readonly __hash: true;
|
|
3360
|
-
}>>>>;
|
|
3361
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3362
|
-
readonly __hex: true;
|
|
3363
|
-
}>, {
|
|
3364
|
-
readonly __hash: true;
|
|
3365
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3366
|
-
readonly __hex: true;
|
|
3367
|
-
}>, {
|
|
3368
|
-
readonly __hash: true;
|
|
3369
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3370
|
-
readonly __hex: true;
|
|
3371
|
-
}>, {
|
|
3372
|
-
readonly __hash: true;
|
|
3373
|
-
}>>>>;
|
|
1458
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1459
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1460
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1461
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3374
1462
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3375
1463
|
nbf: z.ZodNumber;
|
|
3376
1464
|
exp: z.ZodNumber;
|
|
3377
1465
|
fees: z.ZodObject<{
|
|
3378
|
-
base: z.
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
}>, unknown>>;
|
|
3383
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3384
|
-
readonly __hex: true;
|
|
3385
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3386
|
-
readonly __hex: true;
|
|
3387
|
-
}>, unknown>>;
|
|
3388
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3389
|
-
readonly __hex: true;
|
|
3390
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3391
|
-
readonly __hex: true;
|
|
3392
|
-
}>, unknown>>;
|
|
3393
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3394
|
-
readonly __hex: true;
|
|
3395
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3396
|
-
readonly __hex: true;
|
|
3397
|
-
}>, unknown>>;
|
|
1466
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1467
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1468
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1469
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3398
1470
|
}, z.core.$strip>;
|
|
3399
1471
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3400
1472
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -3412,99 +1484,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3412
1484
|
result: {
|
|
3413
1485
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3414
1486
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3415
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3416
|
-
readonly __hex: true;
|
|
3417
|
-
}>, {
|
|
1487
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3418
1488
|
readonly __address: true;
|
|
3419
1489
|
}>, string>>>;
|
|
3420
|
-
payload_hashes: z.ZodArray<z.
|
|
3421
|
-
readonly __hex: true;
|
|
3422
|
-
}>, {
|
|
3423
|
-
readonly __hash: true;
|
|
3424
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3425
|
-
readonly __hex: true;
|
|
3426
|
-
}>, {
|
|
3427
|
-
readonly __hash: true;
|
|
3428
|
-
}>, unknown>>>;
|
|
1490
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
3429
1491
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3430
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
3431
|
-
|
|
3432
|
-
}>, {
|
|
3433
|
-
readonly __hash: true;
|
|
3434
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3435
|
-
readonly __hex: true;
|
|
3436
|
-
}>, {
|
|
3437
|
-
readonly __hash: true;
|
|
3438
|
-
}>, unknown>>>>;
|
|
3439
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3440
|
-
readonly __hex: true;
|
|
3441
|
-
}>, {
|
|
1492
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1493
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3442
1494
|
readonly __address: true;
|
|
3443
1495
|
}>, string>>>;
|
|
3444
|
-
$sourceQuery: z.ZodOptional<z.
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3449
|
-
readonly __hex: true;
|
|
3450
|
-
}>, {
|
|
3451
|
-
readonly __hash: true;
|
|
3452
|
-
}>, unknown>>>;
|
|
3453
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3454
|
-
readonly __hex: true;
|
|
3455
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3456
|
-
readonly __hex: true;
|
|
3457
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3458
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3459
|
-
readonly __hex: true;
|
|
3460
|
-
}>, {
|
|
3461
|
-
readonly __hash: true;
|
|
3462
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3463
|
-
readonly __hex: true;
|
|
3464
|
-
}>, {
|
|
3465
|
-
readonly __hash: true;
|
|
3466
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3467
|
-
readonly __hex: true;
|
|
3468
|
-
}>, {
|
|
3469
|
-
readonly __hash: true;
|
|
3470
|
-
}>>>>;
|
|
3471
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3472
|
-
readonly __hex: true;
|
|
3473
|
-
}>, {
|
|
3474
|
-
readonly __hash: true;
|
|
3475
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3476
|
-
readonly __hex: true;
|
|
3477
|
-
}>, {
|
|
3478
|
-
readonly __hash: true;
|
|
3479
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3480
|
-
readonly __hex: true;
|
|
3481
|
-
}>, {
|
|
3482
|
-
readonly __hash: true;
|
|
3483
|
-
}>>>>;
|
|
1496
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1497
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1498
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1499
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3484
1500
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3485
1501
|
nbf: z.ZodNumber;
|
|
3486
1502
|
exp: z.ZodNumber;
|
|
3487
1503
|
fees: z.ZodObject<{
|
|
3488
|
-
base: z.
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
}>, unknown>>;
|
|
3493
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3494
|
-
readonly __hex: true;
|
|
3495
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3496
|
-
readonly __hex: true;
|
|
3497
|
-
}>, unknown>>;
|
|
3498
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3499
|
-
readonly __hex: true;
|
|
3500
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3501
|
-
readonly __hex: true;
|
|
3502
|
-
}>, unknown>>;
|
|
3503
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3504
|
-
readonly __hex: true;
|
|
3505
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3506
|
-
readonly __hex: true;
|
|
3507
|
-
}>, unknown>>;
|
|
1504
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1505
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1506
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1507
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3508
1508
|
}, z.core.$strip>;
|
|
3509
1509
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3510
1510
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -3514,99 +1514,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3514
1514
|
}, z.core.$catchall<z.ZodAny>>>], null>>;
|
|
3515
1515
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3516
1516
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3517
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3518
|
-
readonly __hex: true;
|
|
3519
|
-
}>, {
|
|
1517
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3520
1518
|
readonly __address: true;
|
|
3521
1519
|
}>, string>>>;
|
|
3522
|
-
payload_hashes: z.ZodArray<z.
|
|
3523
|
-
readonly __hex: true;
|
|
3524
|
-
}>, {
|
|
3525
|
-
readonly __hash: true;
|
|
3526
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3527
|
-
readonly __hex: true;
|
|
3528
|
-
}>, {
|
|
3529
|
-
readonly __hash: true;
|
|
3530
|
-
}>, unknown>>>;
|
|
1520
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
3531
1521
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3532
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
3533
|
-
|
|
3534
|
-
}>, {
|
|
3535
|
-
readonly __hash: true;
|
|
3536
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3537
|
-
readonly __hex: true;
|
|
3538
|
-
}>, {
|
|
3539
|
-
readonly __hash: true;
|
|
3540
|
-
}>, unknown>>>>;
|
|
3541
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3542
|
-
readonly __hex: true;
|
|
3543
|
-
}>, {
|
|
1522
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1523
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3544
1524
|
readonly __address: true;
|
|
3545
1525
|
}>, string>>>;
|
|
3546
|
-
$sourceQuery: z.ZodOptional<z.
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3551
|
-
readonly __hex: true;
|
|
3552
|
-
}>, {
|
|
3553
|
-
readonly __hash: true;
|
|
3554
|
-
}>, unknown>>>;
|
|
3555
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3556
|
-
readonly __hex: true;
|
|
3557
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3558
|
-
readonly __hex: true;
|
|
3559
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3560
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3561
|
-
readonly __hex: true;
|
|
3562
|
-
}>, {
|
|
3563
|
-
readonly __hash: true;
|
|
3564
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3565
|
-
readonly __hex: true;
|
|
3566
|
-
}>, {
|
|
3567
|
-
readonly __hash: true;
|
|
3568
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3569
|
-
readonly __hex: true;
|
|
3570
|
-
}>, {
|
|
3571
|
-
readonly __hash: true;
|
|
3572
|
-
}>>>>;
|
|
3573
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3574
|
-
readonly __hex: true;
|
|
3575
|
-
}>, {
|
|
3576
|
-
readonly __hash: true;
|
|
3577
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3578
|
-
readonly __hex: true;
|
|
3579
|
-
}>, {
|
|
3580
|
-
readonly __hash: true;
|
|
3581
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3582
|
-
readonly __hex: true;
|
|
3583
|
-
}>, {
|
|
3584
|
-
readonly __hash: true;
|
|
3585
|
-
}>>>>;
|
|
1526
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1527
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1528
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1529
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3586
1530
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3587
1531
|
nbf: z.ZodNumber;
|
|
3588
1532
|
exp: z.ZodNumber;
|
|
3589
1533
|
fees: z.ZodObject<{
|
|
3590
|
-
base: z.
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
}>, unknown>>;
|
|
3595
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3596
|
-
readonly __hex: true;
|
|
3597
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3598
|
-
readonly __hex: true;
|
|
3599
|
-
}>, unknown>>;
|
|
3600
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3601
|
-
readonly __hex: true;
|
|
3602
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3603
|
-
readonly __hex: true;
|
|
3604
|
-
}>, unknown>>;
|
|
3605
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3606
|
-
readonly __hex: true;
|
|
3607
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3608
|
-
readonly __hex: true;
|
|
3609
|
-
}>, unknown>>;
|
|
1534
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1535
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1536
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1537
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3610
1538
|
}, z.core.$strip>;
|
|
3611
1539
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3612
1540
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -3618,121 +1546,33 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3618
1546
|
};
|
|
3619
1547
|
xyoViewer_transactionByHash: {
|
|
3620
1548
|
params: {
|
|
3621
|
-
to: z.ZodTuple<[z.
|
|
3622
|
-
|
|
3623
|
-
}>, {
|
|
3624
|
-
readonly __hash: true;
|
|
3625
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3626
|
-
readonly __hex: true;
|
|
3627
|
-
}>, {
|
|
3628
|
-
readonly __hash: true;
|
|
3629
|
-
}>, unknown>>], null>;
|
|
3630
|
-
from: z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3631
|
-
readonly __hex: true;
|
|
3632
|
-
}>, {
|
|
3633
|
-
readonly __hash: true;
|
|
3634
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3635
|
-
readonly __hex: true;
|
|
3636
|
-
}>, {
|
|
3637
|
-
readonly __hash: true;
|
|
3638
|
-
}>, unknown>>], null>;
|
|
1549
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>], null>;
|
|
1550
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>], null>;
|
|
3639
1551
|
};
|
|
3640
1552
|
result: {
|
|
3641
1553
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3642
1554
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3643
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3644
|
-
readonly __hex: true;
|
|
3645
|
-
}>, {
|
|
1555
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3646
1556
|
readonly __address: true;
|
|
3647
1557
|
}>, string>>>;
|
|
3648
|
-
payload_hashes: z.ZodArray<z.
|
|
3649
|
-
readonly __hex: true;
|
|
3650
|
-
}>, {
|
|
3651
|
-
readonly __hash: true;
|
|
3652
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3653
|
-
readonly __hex: true;
|
|
3654
|
-
}>, {
|
|
3655
|
-
readonly __hash: true;
|
|
3656
|
-
}>, unknown>>>;
|
|
1558
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
3657
1559
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3658
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
3659
|
-
|
|
3660
|
-
}>, {
|
|
3661
|
-
readonly __hash: true;
|
|
3662
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3663
|
-
readonly __hex: true;
|
|
3664
|
-
}>, {
|
|
3665
|
-
readonly __hash: true;
|
|
3666
|
-
}>, unknown>>>>;
|
|
3667
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3668
|
-
readonly __hex: true;
|
|
3669
|
-
}>, {
|
|
1560
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1561
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3670
1562
|
readonly __address: true;
|
|
3671
1563
|
}>, string>>>;
|
|
3672
|
-
$sourceQuery: z.ZodOptional<z.
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3677
|
-
readonly __hex: true;
|
|
3678
|
-
}>, {
|
|
3679
|
-
readonly __hash: true;
|
|
3680
|
-
}>, unknown>>>;
|
|
3681
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3682
|
-
readonly __hex: true;
|
|
3683
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3684
|
-
readonly __hex: true;
|
|
3685
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3686
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3687
|
-
readonly __hex: true;
|
|
3688
|
-
}>, {
|
|
3689
|
-
readonly __hash: true;
|
|
3690
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3691
|
-
readonly __hex: true;
|
|
3692
|
-
}>, {
|
|
3693
|
-
readonly __hash: true;
|
|
3694
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3695
|
-
readonly __hex: true;
|
|
3696
|
-
}>, {
|
|
3697
|
-
readonly __hash: true;
|
|
3698
|
-
}>>>>;
|
|
3699
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3700
|
-
readonly __hex: true;
|
|
3701
|
-
}>, {
|
|
3702
|
-
readonly __hash: true;
|
|
3703
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3704
|
-
readonly __hex: true;
|
|
3705
|
-
}>, {
|
|
3706
|
-
readonly __hash: true;
|
|
3707
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3708
|
-
readonly __hex: true;
|
|
3709
|
-
}>, {
|
|
3710
|
-
readonly __hash: true;
|
|
3711
|
-
}>>>>;
|
|
1564
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1565
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1566
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1567
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3712
1568
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3713
1569
|
nbf: z.ZodNumber;
|
|
3714
1570
|
exp: z.ZodNumber;
|
|
3715
1571
|
fees: z.ZodObject<{
|
|
3716
|
-
base: z.
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
}>, unknown>>;
|
|
3721
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3722
|
-
readonly __hex: true;
|
|
3723
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3724
|
-
readonly __hex: true;
|
|
3725
|
-
}>, unknown>>;
|
|
3726
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3727
|
-
readonly __hex: true;
|
|
3728
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3729
|
-
readonly __hex: true;
|
|
3730
|
-
}>, unknown>>;
|
|
3731
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3732
|
-
readonly __hex: true;
|
|
3733
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3734
|
-
readonly __hex: true;
|
|
3735
|
-
}>, unknown>>;
|
|
1572
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1573
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1574
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1575
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3736
1576
|
}, z.core.$strip>;
|
|
3737
1577
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3738
1578
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
@@ -3742,99 +1582,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
3742
1582
|
}, z.core.$catchall<z.ZodAny>>>], null>>;
|
|
3743
1583
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
3744
1584
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
3745
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/
|
|
3746
|
-
readonly __hex: true;
|
|
3747
|
-
}>, {
|
|
1585
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3748
1586
|
readonly __address: true;
|
|
3749
1587
|
}>, string>>>;
|
|
3750
|
-
payload_hashes: z.ZodArray<z.
|
|
3751
|
-
readonly __hex: true;
|
|
3752
|
-
}>, {
|
|
3753
|
-
readonly __hash: true;
|
|
3754
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3755
|
-
readonly __hex: true;
|
|
3756
|
-
}>, {
|
|
3757
|
-
readonly __hash: true;
|
|
3758
|
-
}>, unknown>>>;
|
|
1588
|
+
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
3759
1589
|
payload_schemas: z.ZodArray<z.ZodString>;
|
|
3760
|
-
previous_hashes: z.ZodArray<z.ZodNullable<z.
|
|
3761
|
-
|
|
3762
|
-
}>, {
|
|
3763
|
-
readonly __hash: true;
|
|
3764
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3765
|
-
readonly __hex: true;
|
|
3766
|
-
}>, {
|
|
3767
|
-
readonly __hash: true;
|
|
3768
|
-
}>, unknown>>>>;
|
|
3769
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3770
|
-
readonly __hex: true;
|
|
3771
|
-
}>, {
|
|
1590
|
+
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1591
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
3772
1592
|
readonly __address: true;
|
|
3773
1593
|
}>, string>>>;
|
|
3774
|
-
$sourceQuery: z.ZodOptional<z.
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3779
|
-
readonly __hex: true;
|
|
3780
|
-
}>, {
|
|
3781
|
-
readonly __hash: true;
|
|
3782
|
-
}>, unknown>>>;
|
|
3783
|
-
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3784
|
-
readonly __hex: true;
|
|
3785
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3786
|
-
readonly __hex: true;
|
|
3787
|
-
}>, unknown>>, z.ZodNull]>>;
|
|
3788
|
-
_hash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3789
|
-
readonly __hex: true;
|
|
3790
|
-
}>, {
|
|
3791
|
-
readonly __hash: true;
|
|
3792
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3793
|
-
readonly __hex: true;
|
|
3794
|
-
}>, {
|
|
3795
|
-
readonly __hash: true;
|
|
3796
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3797
|
-
readonly __hex: true;
|
|
3798
|
-
}>, {
|
|
3799
|
-
readonly __hash: true;
|
|
3800
|
-
}>>>>;
|
|
3801
|
-
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3802
|
-
readonly __hex: true;
|
|
3803
|
-
}>, {
|
|
3804
|
-
readonly __hash: true;
|
|
3805
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3806
|
-
readonly __hex: true;
|
|
3807
|
-
}>, {
|
|
3808
|
-
readonly __hash: true;
|
|
3809
|
-
}>, unknown>>, z.ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3810
|
-
readonly __hex: true;
|
|
3811
|
-
}>, {
|
|
3812
|
-
readonly __hash: true;
|
|
3813
|
-
}>>>>;
|
|
1594
|
+
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1595
|
+
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1596
|
+
_hash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
1597
|
+
_dataHash: z.ZodOptional<z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>, z.ZodTransform<string, import("@xylabs/hex").Hash>>>;
|
|
3814
1598
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
3815
1599
|
nbf: z.ZodNumber;
|
|
3816
1600
|
exp: z.ZodNumber;
|
|
3817
1601
|
fees: z.ZodObject<{
|
|
3818
|
-
base: z.
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
}>, unknown>>;
|
|
3823
|
-
gasLimit: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3824
|
-
readonly __hex: true;
|
|
3825
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3826
|
-
readonly __hex: true;
|
|
3827
|
-
}>, unknown>>;
|
|
3828
|
-
gasPrice: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3829
|
-
readonly __hex: true;
|
|
3830
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3831
|
-
readonly __hex: true;
|
|
3832
|
-
}>, unknown>>;
|
|
3833
|
-
priority: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3834
|
-
readonly __hex: true;
|
|
3835
|
-
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
3836
|
-
readonly __hex: true;
|
|
3837
|
-
}>, unknown>>;
|
|
1602
|
+
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1603
|
+
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1604
|
+
gasPrice: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1605
|
+
priority: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
3838
1606
|
}, z.core.$strip>;
|
|
3839
1607
|
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
3840
1608
|
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|