@xyo-network/xl1-rpc 1.16.8 → 1.16.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/neutral/engine-node/rpcEngineFromConnection.d.ts.map +1 -1
- package/dist/neutral/index.mjs +603 -509
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewer.d.ts +8 -0
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewer.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewerMethods.d.ts +13 -0
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewerMethods.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/index.d.ts +3 -0
- package/dist/neutral/provider/viewer/JsonRpcTimeSyncViewer/index.d.ts.map +1 -0
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +2 -3
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/index.d.ts +1 -0
- package/dist/neutral/provider/viewer/index.d.ts.map +1 -1
- package/dist/neutral/types/{XyoDataLakeViewerRpc.d.ts → DataLakeViewerRpc.d.ts} +1 -1
- package/dist/neutral/types/DataLakeViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/TimeSyncViewerRpc.d.ts +10 -0
- package/dist/neutral/types/TimeSyncViewerRpc.d.ts.map +1 -0
- package/dist/neutral/types/index.d.ts +2 -0
- package/dist/neutral/types/index.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +196 -566
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -40
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -70
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -70
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -40
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts +28 -60
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/TimeSyncViewerRpcSchema.d.ts +58 -0
- package/dist/neutral/types/schema/TimeSyncViewerRpcSchema.d.ts.map +1 -0
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +4 -12
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +12 -36
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +180 -518
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +4 -12
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +18 -54
- package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +10 -30
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +14 -42
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts +2 -4
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Stake.d.ts +14 -42
- package/dist/neutral/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TimeDomain.d.ts +3 -0
- package/dist/neutral/types/schema/common/TimeDomain.d.ts.map +1 -0
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +4 -12
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransferPair.d.ts +1 -5
- package/dist/neutral/types/schema/common/TransferPair.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/index.d.ts +1 -3
- package/dist/neutral/types/schema/common/index.d.ts.map +1 -1
- package/dist/neutral/types/schema/index.d.ts +1 -0
- package/dist/neutral/types/schema/index.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/node/engine-node/rpcEngineFromConnection.d.ts.map +1 -1
- package/dist/node/index-node.mjs +611 -511
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewer.d.ts +8 -0
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewer.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewerMethods.d.ts +13 -0
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewerMethods.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/index.d.ts +3 -0
- package/dist/node/provider/viewer/JsonRpcTimeSyncViewer/index.d.ts.map +1 -0
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +2 -3
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/index.d.ts +1 -0
- package/dist/node/provider/viewer/index.d.ts.map +1 -1
- package/dist/node/types/{XyoDataLakeViewerRpc.d.ts → DataLakeViewerRpc.d.ts} +1 -1
- package/dist/node/types/DataLakeViewerRpc.d.ts.map +1 -0
- package/dist/node/types/TimeSyncViewerRpc.d.ts +10 -0
- package/dist/node/types/TimeSyncViewerRpc.d.ts.map +1 -0
- package/dist/node/types/index.d.ts +2 -0
- package/dist/node/types/index.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +196 -566
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -40
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +30 -70
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +30 -70
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -40
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts +28 -60
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/TimeSyncViewerRpcSchema.d.ts +58 -0
- package/dist/node/types/schema/TimeSyncViewerRpcSchema.d.ts.map +1 -0
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +4 -12
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +12 -36
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +180 -518
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +4 -12
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/BoundWitness.d.ts +18 -54
- package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +10 -30
- package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +14 -42
- package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts +2 -4
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/node/types/schema/common/Stake.d.ts +14 -42
- package/dist/node/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/node/types/schema/common/TimeDomain.d.ts +3 -0
- package/dist/node/types/schema/common/TimeDomain.d.ts.map +1 -0
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +4 -12
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransferPair.d.ts +1 -5
- package/dist/node/types/schema/common/TransferPair.d.ts.map +1 -1
- package/dist/node/types/schema/common/index.d.ts +1 -3
- package/dist/node/types/schema/common/index.d.ts.map +1 -1
- package/dist/node/types/schema/index.d.ts +1 -0
- package/dist/node/types/schema/index.d.ts.map +1 -1
- package/package.json +12 -12
- package/src/engine/rpcMethodHandlersFromViewer.ts +0 -1
- package/src/engine-node/rpcEngineFromConnection.ts +9 -3
- package/src/provider/runner/NodeXyoRunner.ts +2 -2
- package/src/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewer.ts +11 -0
- package/src/provider/viewer/JsonRpcTimeSyncViewer/JsonRpcTimeSyncViewerMethods.ts +32 -0
- package/src/provider/viewer/JsonRpcTimeSyncViewer/index.ts +2 -0
- package/src/provider/viewer/JsonRpcXyoViewer.ts +12 -21
- package/src/provider/viewer/index.ts +1 -0
- package/src/types/TimeSyncViewerRpc.ts +16 -0
- package/src/types/index.ts +2 -0
- package/src/types/schema/DataLakeViewerRpcSchema.ts +1 -1
- package/src/types/schema/RewardsByStakerViewerRpcSchemas.ts +4 -2
- package/src/types/schema/RewardsByStepViewerRpcSchemas.ts +4 -2
- package/src/types/schema/StepViewerRpcSchemas.ts +2 -3
- package/src/types/schema/TimeSyncViewerRpcSchema.ts +49 -0
- package/src/types/schema/XyoSignerRpcSchemas.ts +1 -1
- package/src/types/schema/XyoViewerRpcSchemas.ts +6 -17
- package/src/types/schema/common/BoundWitness.ts +3 -3
- package/src/types/schema/common/RewardsRangeOptions.ts +2 -4
- package/src/types/schema/common/Stake.ts +1 -2
- package/src/types/schema/common/TimeDomain.ts +7 -0
- package/src/types/schema/common/TransferPair.ts +1 -2
- package/src/types/schema/common/index.ts +1 -3
- package/src/types/schema/index.ts +1 -0
- package/dist/neutral/types/XyoDataLakeViewerRpc.d.ts.map +0 -1
- package/dist/neutral/types/schema/common/Address.d.ts +0 -5
- package/dist/neutral/types/schema/common/Address.d.ts.map +0 -1
- package/dist/neutral/types/schema/common/StepIdentity.d.ts +0 -9
- package/dist/neutral/types/schema/common/StepIdentity.d.ts.map +0 -1
- package/dist/neutral/types/schema/common/Transfer.d.ts +0 -25
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +0 -1
- package/dist/node/types/XyoDataLakeViewerRpc.d.ts.map +0 -1
- package/dist/node/types/schema/common/Address.d.ts +0 -5
- package/dist/node/types/schema/common/Address.d.ts.map +0 -1
- package/dist/node/types/schema/common/StepIdentity.d.ts +0 -9
- package/dist/node/types/schema/common/StepIdentity.d.ts.map +0 -1
- package/dist/node/types/schema/common/Transfer.d.ts +0 -25
- package/dist/node/types/schema/common/Transfer.d.ts.map +0 -1
- package/src/types/schema/common/Address.ts +0 -5
- package/src/types/schema/common/StepIdentity.ts +0 -9
- package/src/types/schema/common/Transfer.ts +0 -16
- /package/src/types/{XyoDataLakeViewerRpc.ts → DataLakeViewerRpc.ts} +0 -0
|
@@ -2,12 +2,8 @@ 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/
|
|
6
|
-
|
|
7
|
-
}>, string>>], null>;
|
|
8
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
9
|
-
readonly __address: true;
|
|
10
|
-
}>, string>>], null>;
|
|
5
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
6
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
11
7
|
};
|
|
12
8
|
result: {
|
|
13
9
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -17,59 +13,39 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
17
13
|
xyoViewer_networkStakeStepRewardAddressReward: {
|
|
18
14
|
params: {
|
|
19
15
|
to: z.ZodTuple<[z.ZodObject<{
|
|
20
|
-
block: z.ZodNumber
|
|
16
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
21
17
|
step: z.ZodNumber;
|
|
22
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
23
|
-
readonly __address: true;
|
|
24
|
-
}>, string>>], null>;
|
|
18
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
25
19
|
from: z.ZodTuple<[z.ZodObject<{
|
|
26
|
-
block: z.ZodNumber
|
|
20
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
27
21
|
step: z.ZodNumber;
|
|
28
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
29
|
-
readonly __address: true;
|
|
30
|
-
}>, string>>], null>;
|
|
22
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
31
23
|
};
|
|
32
24
|
result: {
|
|
33
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
34
|
-
|
|
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, {
|
|
37
|
-
readonly __address: true;
|
|
38
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
25
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
26
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
39
27
|
};
|
|
40
28
|
};
|
|
41
29
|
xyoViewer_networkStakeStepRewardAddressHistory: {
|
|
42
30
|
params: {
|
|
43
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
44
|
-
|
|
45
|
-
}>, string>>], null>;
|
|
46
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
47
|
-
readonly __address: true;
|
|
48
|
-
}>, string>>], null>;
|
|
31
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
32
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
49
33
|
};
|
|
50
34
|
result: {
|
|
51
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
52
|
-
|
|
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, {
|
|
55
|
-
readonly __address: true;
|
|
56
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
35
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
36
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
57
37
|
};
|
|
58
38
|
};
|
|
59
39
|
xyoViewer_networkStakeStepRewardAddressShare: {
|
|
60
40
|
params: {
|
|
61
41
|
to: z.ZodTuple<[z.ZodObject<{
|
|
62
|
-
block: z.ZodNumber
|
|
42
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
63
43
|
step: z.ZodNumber;
|
|
64
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
65
|
-
readonly __address: true;
|
|
66
|
-
}>, string>>], null>;
|
|
44
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
67
45
|
from: z.ZodTuple<[z.ZodObject<{
|
|
68
|
-
block: z.ZodNumber
|
|
46
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
69
47
|
step: z.ZodNumber;
|
|
70
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
71
|
-
readonly __address: true;
|
|
72
|
-
}>, string>>], null>;
|
|
48
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
73
49
|
};
|
|
74
50
|
result: {
|
|
75
51
|
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>;
|
|
@@ -79,17 +55,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
79
55
|
xyoViewer_networkStakeStepRewardWeightForAddress: {
|
|
80
56
|
params: {
|
|
81
57
|
to: z.ZodTuple<[z.ZodObject<{
|
|
82
|
-
block: z.ZodNumber
|
|
58
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
83
59
|
step: z.ZodNumber;
|
|
84
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
85
|
-
readonly __address: true;
|
|
86
|
-
}>, string>>], null>;
|
|
60
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
87
61
|
from: z.ZodTuple<[z.ZodObject<{
|
|
88
|
-
block: z.ZodNumber
|
|
62
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
89
63
|
step: z.ZodNumber;
|
|
90
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
91
|
-
readonly __address: true;
|
|
92
|
-
}>, string>>], null>;
|
|
64
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
93
65
|
};
|
|
94
66
|
result: {
|
|
95
67
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -98,12 +70,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
98
70
|
};
|
|
99
71
|
xyoViewer_networkStakeStepRewardUnclaimedByAddress: {
|
|
100
72
|
params: {
|
|
101
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
102
|
-
|
|
103
|
-
}>, string>>], null>;
|
|
104
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
105
|
-
readonly __address: true;
|
|
106
|
-
}>, string>>], null>;
|
|
73
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
74
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
107
75
|
};
|
|
108
76
|
result: {
|
|
109
77
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -113,31 +81,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
113
81
|
xyoViewer_networkStakeStepRewardPoolRewards: {
|
|
114
82
|
params: {
|
|
115
83
|
to: z.ZodTuple<[z.ZodObject<{
|
|
116
|
-
block: z.ZodNumber
|
|
84
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
117
85
|
step: z.ZodNumber;
|
|
118
86
|
}, z.core.$strip>], null>;
|
|
119
87
|
from: z.ZodTuple<[z.ZodObject<{
|
|
120
|
-
block: z.ZodNumber
|
|
88
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
121
89
|
step: z.ZodNumber;
|
|
122
90
|
}, z.core.$strip>], null>;
|
|
123
91
|
};
|
|
124
92
|
result: {
|
|
125
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
126
|
-
|
|
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, {
|
|
129
|
-
readonly __address: true;
|
|
130
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
93
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
94
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
131
95
|
};
|
|
132
96
|
};
|
|
133
97
|
xyoViewer_networkStakeStepRewardPositionWeight: {
|
|
134
98
|
params: {
|
|
135
99
|
to: z.ZodTuple<[z.ZodObject<{
|
|
136
|
-
block: z.ZodNumber
|
|
100
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
137
101
|
step: z.ZodNumber;
|
|
138
102
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
139
103
|
from: z.ZodTuple<[z.ZodObject<{
|
|
140
|
-
block: z.ZodNumber
|
|
104
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
141
105
|
step: z.ZodNumber;
|
|
142
106
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
143
107
|
};
|
|
@@ -149,11 +113,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
149
113
|
xyoViewer_networkStakeStepRewardPotentialPositionLoss: {
|
|
150
114
|
params: {
|
|
151
115
|
to: z.ZodTuple<[z.ZodObject<{
|
|
152
|
-
block: z.ZodNumber
|
|
116
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
153
117
|
step: z.ZodNumber;
|
|
154
118
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
155
119
|
from: z.ZodTuple<[z.ZodObject<{
|
|
156
|
-
block: z.ZodNumber
|
|
120
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
157
121
|
step: z.ZodNumber;
|
|
158
122
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
159
123
|
};
|
|
@@ -165,11 +129,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
165
129
|
xyoViewer_networkStakeStepRewardForStep: {
|
|
166
130
|
params: {
|
|
167
131
|
to: z.ZodTuple<[z.ZodObject<{
|
|
168
|
-
block: z.ZodNumber
|
|
132
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
169
133
|
step: z.ZodNumber;
|
|
170
134
|
}, z.core.$strip>], null>;
|
|
171
135
|
from: z.ZodTuple<[z.ZodObject<{
|
|
172
|
-
block: z.ZodNumber
|
|
136
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
173
137
|
step: z.ZodNumber;
|
|
174
138
|
}, z.core.$strip>], null>;
|
|
175
139
|
};
|
|
@@ -181,11 +145,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
181
145
|
xyoViewer_networkStakeStepRewardRandomizer: {
|
|
182
146
|
params: {
|
|
183
147
|
to: z.ZodTuple<[z.ZodObject<{
|
|
184
|
-
block: z.ZodNumber
|
|
148
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
185
149
|
step: z.ZodNumber;
|
|
186
150
|
}, z.core.$strip>], null>;
|
|
187
151
|
from: z.ZodTuple<[z.ZodObject<{
|
|
188
|
-
block: z.ZodNumber
|
|
152
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
189
153
|
step: z.ZodNumber;
|
|
190
154
|
}, z.core.$strip>], null>;
|
|
191
155
|
};
|
|
@@ -197,11 +161,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
197
161
|
xyoViewer_networkStakeStepRewardStakerCount: {
|
|
198
162
|
params: {
|
|
199
163
|
to: z.ZodTuple<[z.ZodObject<{
|
|
200
|
-
block: z.ZodNumber
|
|
164
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
201
165
|
step: z.ZodNumber;
|
|
202
166
|
}, z.core.$strip>], null>;
|
|
203
167
|
from: z.ZodTuple<[z.ZodObject<{
|
|
204
|
-
block: z.ZodNumber
|
|
168
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
205
169
|
step: z.ZodNumber;
|
|
206
170
|
}, z.core.$strip>], null>;
|
|
207
171
|
};
|
|
@@ -213,31 +177,27 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
213
177
|
xyoViewer_networkStakeStepRewardPoolShares: {
|
|
214
178
|
params: {
|
|
215
179
|
to: z.ZodTuple<[z.ZodObject<{
|
|
216
|
-
block: z.ZodNumber
|
|
180
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
217
181
|
step: z.ZodNumber;
|
|
218
182
|
}, z.core.$strip>], null>;
|
|
219
183
|
from: z.ZodTuple<[z.ZodObject<{
|
|
220
|
-
block: z.ZodNumber
|
|
184
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
221
185
|
step: z.ZodNumber;
|
|
222
186
|
}, z.core.$strip>], null>;
|
|
223
187
|
};
|
|
224
188
|
result: {
|
|
225
|
-
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
226
|
-
|
|
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, {
|
|
229
|
-
readonly __address: true;
|
|
230
|
-
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
189
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>>;
|
|
190
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodTransform<bigint, import("@xylabs/hex").Hex>>>;
|
|
231
191
|
};
|
|
232
192
|
};
|
|
233
193
|
xyoViewer_networkStakeStepRewardForStepForPosition: {
|
|
234
194
|
params: {
|
|
235
195
|
to: z.ZodTuple<[z.ZodObject<{
|
|
236
|
-
block: z.ZodNumber
|
|
196
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
237
197
|
step: z.ZodNumber;
|
|
238
198
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
239
199
|
from: z.ZodTuple<[z.ZodObject<{
|
|
240
|
-
block: z.ZodNumber
|
|
200
|
+
block: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
241
201
|
step: z.ZodNumber;
|
|
242
202
|
}, z.core.$strip>, z.ZodNumber], null>;
|
|
243
203
|
};
|
|
@@ -288,12 +248,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
288
248
|
};
|
|
289
249
|
xyoViewer_accountBalance: {
|
|
290
250
|
params: {
|
|
291
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
292
|
-
|
|
293
|
-
}>, string>>], null>;
|
|
294
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
295
|
-
readonly __address: true;
|
|
296
|
-
}>, string>>], null>;
|
|
251
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
252
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
297
253
|
};
|
|
298
254
|
result: {
|
|
299
255
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -302,27 +258,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
302
258
|
};
|
|
303
259
|
xyoViewer_accountBalanceHistory: {
|
|
304
260
|
params: {
|
|
305
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
306
|
-
|
|
307
|
-
}>, string>>, z.ZodOptional<z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>], null>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>]>>], null>;
|
|
308
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
309
|
-
readonly __address: true;
|
|
310
|
-
}>, string>>, z.ZodOptional<z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>], null>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>]>>], null>;
|
|
261
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>, z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>], null>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>]>], null>]>;
|
|
262
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>, z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>], null>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>]>], null>]>;
|
|
311
263
|
};
|
|
312
264
|
result: {
|
|
313
265
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
314
266
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
315
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
316
|
-
readonly __address: true;
|
|
317
|
-
}>, string>>>;
|
|
267
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
318
268
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
319
269
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
320
270
|
__schema: true;
|
|
321
271
|
}, string>>]>>;
|
|
322
272
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
323
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
324
|
-
readonly __address: true;
|
|
325
|
-
}>, string>>>;
|
|
273
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
326
274
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
327
275
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
328
276
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -336,17 +284,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
336
284
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
337
285
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
338
286
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
339
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
340
|
-
readonly __address: true;
|
|
341
|
-
}>, string>>>;
|
|
287
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
342
288
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
343
289
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
344
290
|
__schema: true;
|
|
345
291
|
}, string>>]>>;
|
|
346
292
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
347
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
348
|
-
readonly __address: true;
|
|
349
|
-
}>, string>>>;
|
|
293
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
350
294
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
351
295
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
352
296
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -368,28 +312,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
368
312
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
369
313
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
370
314
|
epoch: z.ZodNumber;
|
|
371
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
372
|
-
|
|
373
|
-
}>, string>>;
|
|
374
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
375
|
-
readonly __address: true;
|
|
376
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
315
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
316
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
377
317
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
378
318
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
379
319
|
}, z.core.$strip>], null>>;
|
|
380
320
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
381
321
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
382
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
383
|
-
readonly __address: true;
|
|
384
|
-
}>, string>>>;
|
|
322
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
385
323
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
386
324
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
387
325
|
__schema: true;
|
|
388
326
|
}, string>>]>>;
|
|
389
327
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
390
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
391
|
-
readonly __address: true;
|
|
392
|
-
}>, string>>>;
|
|
328
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
393
329
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
394
330
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
395
331
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -403,17 +339,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
403
339
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
404
340
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
405
341
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
406
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
407
|
-
readonly __address: true;
|
|
408
|
-
}>, string>>>;
|
|
342
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
409
343
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
410
344
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
411
345
|
__schema: true;
|
|
412
346
|
}, string>>]>>;
|
|
413
347
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
414
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
415
|
-
readonly __address: true;
|
|
416
|
-
}>, string>>>;
|
|
348
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
417
349
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
418
350
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
419
351
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -435,12 +367,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
435
367
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
436
368
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
437
369
|
epoch: z.ZodNumber;
|
|
438
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
439
|
-
|
|
440
|
-
}>, string>>;
|
|
441
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
442
|
-
readonly __address: true;
|
|
443
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
370
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
371
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
444
372
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
445
373
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
446
374
|
}, z.core.$strip>], null>>;
|
|
@@ -448,16 +376,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
448
376
|
};
|
|
449
377
|
xyoViewer_transferPairBalance: {
|
|
450
378
|
params: {
|
|
451
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
452
|
-
|
|
453
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
454
|
-
readonly __address: true;
|
|
455
|
-
}>, string>>], null>], null>;
|
|
456
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
457
|
-
readonly __address: true;
|
|
458
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
459
|
-
readonly __address: true;
|
|
460
|
-
}>, string>>], null>], null>;
|
|
379
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>], null>;
|
|
380
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>], null>;
|
|
461
381
|
};
|
|
462
382
|
result: {
|
|
463
383
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -466,31 +386,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
466
386
|
};
|
|
467
387
|
xyoViewer_transferPairBalanceHistory: {
|
|
468
388
|
params: {
|
|
469
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
470
|
-
|
|
471
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
472
|
-
readonly __address: true;
|
|
473
|
-
}>, string>>], null>], null>;
|
|
474
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
475
|
-
readonly __address: true;
|
|
476
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
477
|
-
readonly __address: true;
|
|
478
|
-
}>, string>>], null>], null>;
|
|
389
|
+
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>], null>;
|
|
390
|
+
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>], null>;
|
|
479
391
|
};
|
|
480
392
|
result: {
|
|
481
393
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
482
394
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
483
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
484
|
-
readonly __address: true;
|
|
485
|
-
}>, string>>>;
|
|
395
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
486
396
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
487
397
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
488
398
|
__schema: true;
|
|
489
399
|
}, string>>]>>;
|
|
490
400
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
491
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
492
|
-
readonly __address: true;
|
|
493
|
-
}>, string>>>;
|
|
401
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
494
402
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
495
403
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
496
404
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -504,17 +412,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
504
412
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
505
413
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
506
414
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
507
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
508
|
-
readonly __address: true;
|
|
509
|
-
}>, string>>>;
|
|
415
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
510
416
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
511
417
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
512
418
|
__schema: true;
|
|
513
419
|
}, string>>]>>;
|
|
514
420
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
515
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
516
|
-
readonly __address: true;
|
|
517
|
-
}>, string>>>;
|
|
421
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
518
422
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
519
423
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
520
424
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -536,28 +440,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
536
440
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
537
441
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
538
442
|
epoch: z.ZodNumber;
|
|
539
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
540
|
-
|
|
541
|
-
}>, string>>;
|
|
542
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
543
|
-
readonly __address: true;
|
|
544
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
443
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
444
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
545
445
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
546
446
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
547
447
|
}, z.core.$strip>], null>>;
|
|
548
448
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
549
449
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
550
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
551
|
-
readonly __address: true;
|
|
552
|
-
}>, string>>>;
|
|
450
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
553
451
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
554
452
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
555
453
|
__schema: true;
|
|
556
454
|
}, string>>]>>;
|
|
557
455
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
558
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
559
|
-
readonly __address: true;
|
|
560
|
-
}>, string>>>;
|
|
456
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
561
457
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
562
458
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
563
459
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -571,17 +467,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
571
467
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
572
468
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
573
469
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
574
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
575
|
-
readonly __address: true;
|
|
576
|
-
}>, string>>>;
|
|
470
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
577
471
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
578
472
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
579
473
|
__schema: true;
|
|
580
474
|
}, string>>]>>;
|
|
581
475
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
582
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
583
|
-
readonly __address: true;
|
|
584
|
-
}>, string>>>;
|
|
476
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
585
477
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
586
478
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
587
479
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -603,12 +495,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
603
495
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
604
496
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
605
497
|
epoch: z.ZodNumber;
|
|
606
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
607
|
-
|
|
608
|
-
}>, string>>;
|
|
609
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
610
|
-
readonly __address: true;
|
|
611
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
498
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
499
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
612
500
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
613
501
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
614
502
|
}, z.core.$strip>], null>>;
|
|
@@ -616,12 +504,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
616
504
|
};
|
|
617
505
|
xyoViewer_transferBalance: {
|
|
618
506
|
params: {
|
|
619
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
620
|
-
|
|
621
|
-
}>, string>>], null>;
|
|
622
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
623
|
-
readonly __address: true;
|
|
624
|
-
}>, string>>], null>;
|
|
507
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
508
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
625
509
|
};
|
|
626
510
|
result: {
|
|
627
511
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -630,27 +514,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
630
514
|
};
|
|
631
515
|
xyoViewer_transferBalanceHistory: {
|
|
632
516
|
params: {
|
|
633
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
634
|
-
|
|
635
|
-
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>>], null>;
|
|
636
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
637
|
-
readonly __address: true;
|
|
638
|
-
}>, string>>, z.ZodOptional<z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>>], null>;
|
|
517
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodOptional<z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>>], null>;
|
|
518
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodOptional<z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>>], null>;
|
|
639
519
|
};
|
|
640
520
|
result: {
|
|
641
521
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
642
522
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
643
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
644
|
-
readonly __address: true;
|
|
645
|
-
}>, string>>>;
|
|
523
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
646
524
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
647
525
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
648
526
|
__schema: true;
|
|
649
527
|
}, string>>]>>;
|
|
650
528
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
651
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
652
|
-
readonly __address: true;
|
|
653
|
-
}>, string>>>;
|
|
529
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
654
530
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
655
531
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
656
532
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -664,17 +540,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
664
540
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
665
541
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
666
542
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
667
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
668
|
-
readonly __address: true;
|
|
669
|
-
}>, string>>>;
|
|
543
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
670
544
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
671
545
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
672
546
|
__schema: true;
|
|
673
547
|
}, string>>]>>;
|
|
674
548
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
675
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
676
|
-
readonly __address: true;
|
|
677
|
-
}>, string>>>;
|
|
549
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
678
550
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
679
551
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
680
552
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -696,28 +568,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
696
568
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
697
569
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
698
570
|
epoch: z.ZodNumber;
|
|
699
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
700
|
-
|
|
701
|
-
}>, string>>;
|
|
702
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
703
|
-
readonly __address: true;
|
|
704
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
571
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
572
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
705
573
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
706
574
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
707
575
|
}, z.core.$strip>], null>>;
|
|
708
576
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
709
577
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
710
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
711
|
-
readonly __address: true;
|
|
712
|
-
}>, string>>>;
|
|
578
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
713
579
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
714
580
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
715
581
|
__schema: true;
|
|
716
582
|
}, string>>]>>;
|
|
717
583
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
718
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
719
|
-
readonly __address: true;
|
|
720
|
-
}>, string>>>;
|
|
584
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
721
585
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
722
586
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
723
587
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -731,17 +595,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
731
595
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
732
596
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
733
597
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
734
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
735
|
-
readonly __address: true;
|
|
736
|
-
}>, string>>>;
|
|
598
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
737
599
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
738
600
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
739
601
|
__schema: true;
|
|
740
602
|
}, string>>]>>;
|
|
741
603
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
742
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
743
|
-
readonly __address: true;
|
|
744
|
-
}>, string>>>;
|
|
604
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
745
605
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
746
606
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
747
607
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
@@ -763,12 +623,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
763
623
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
764
624
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
765
625
|
epoch: z.ZodNumber;
|
|
766
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
767
|
-
|
|
768
|
-
}>, string>>;
|
|
769
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
770
|
-
readonly __address: true;
|
|
771
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
626
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
627
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>>;
|
|
772
628
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
773
629
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
774
630
|
}, z.core.$strip>], null>>;
|
|
@@ -782,17 +638,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
782
638
|
result: {
|
|
783
639
|
to: z.ZodTuple<[z.ZodObject<{
|
|
784
640
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
785
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
786
|
-
readonly __address: true;
|
|
787
|
-
}>, string>>>;
|
|
641
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
788
642
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
789
643
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
790
644
|
__schema: true;
|
|
791
645
|
}, string>>]>>;
|
|
792
646
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
793
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
794
|
-
readonly __address: true;
|
|
795
|
-
}>, string>>>;
|
|
647
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
796
648
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
797
649
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
798
650
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -811,17 +663,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
811
663
|
}, z.core.$strict>>], null>;
|
|
812
664
|
from: z.ZodTuple<[z.ZodObject<{
|
|
813
665
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
814
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
815
|
-
readonly __address: true;
|
|
816
|
-
}>, string>>>;
|
|
666
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
817
667
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
818
668
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
819
669
|
__schema: true;
|
|
820
670
|
}, string>>]>>;
|
|
821
671
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
822
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
823
|
-
readonly __address: true;
|
|
824
|
-
}>, string>>>;
|
|
672
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
825
673
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
826
674
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
827
675
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -848,17 +696,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
848
696
|
result: {
|
|
849
697
|
to: z.ZodTuple<[z.ZodObject<{
|
|
850
698
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
851
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
852
|
-
readonly __address: true;
|
|
853
|
-
}>, string>>>;
|
|
699
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
854
700
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
855
701
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
856
702
|
__schema: true;
|
|
857
703
|
}, string>>]>>;
|
|
858
704
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
859
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
860
|
-
readonly __address: true;
|
|
861
|
-
}>, string>>>;
|
|
705
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
862
706
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
863
707
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
864
708
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -877,17 +721,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
877
721
|
}, z.core.$strict>>], null>;
|
|
878
722
|
from: z.ZodTuple<[z.ZodObject<{
|
|
879
723
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
880
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
881
|
-
readonly __address: true;
|
|
882
|
-
}>, string>>>;
|
|
724
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
883
725
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
884
726
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
885
727
|
__schema: true;
|
|
886
728
|
}, string>>]>>;
|
|
887
729
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
888
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
889
|
-
readonly __address: true;
|
|
890
|
-
}>, string>>>;
|
|
730
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
891
731
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
892
732
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
893
733
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -914,17 +754,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
914
754
|
result: {
|
|
915
755
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
916
756
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
917
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
918
|
-
readonly __address: true;
|
|
919
|
-
}>, string>>>;
|
|
757
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
920
758
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
921
759
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
922
760
|
__schema: true;
|
|
923
761
|
}, string>>]>>;
|
|
924
762
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
925
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
926
|
-
readonly __address: true;
|
|
927
|
-
}>, string>>>;
|
|
763
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
928
764
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
929
765
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
930
766
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -943,17 +779,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
943
779
|
}, z.core.$strict>>], null>>;
|
|
944
780
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
945
781
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
946
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
947
|
-
readonly __address: true;
|
|
948
|
-
}>, string>>>;
|
|
782
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
949
783
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
950
784
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
951
785
|
__schema: true;
|
|
952
786
|
}, string>>]>>;
|
|
953
787
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
954
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
955
|
-
readonly __address: true;
|
|
956
|
-
}>, string>>>;
|
|
788
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
957
789
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
958
790
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
959
791
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -978,12 +810,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
978
810
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
979
811
|
};
|
|
980
812
|
result: {
|
|
981
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
982
|
-
|
|
983
|
-
}>, string>>;
|
|
984
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
985
|
-
readonly __address: true;
|
|
986
|
-
}>, string>>;
|
|
813
|
+
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
814
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
987
815
|
};
|
|
988
816
|
};
|
|
989
817
|
xyoViewer_chainIdAtBlock: {
|
|
@@ -992,12 +820,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
992
820
|
from: z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>;
|
|
993
821
|
};
|
|
994
822
|
result: {
|
|
995
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
996
|
-
|
|
997
|
-
}>, string>>;
|
|
998
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
999
|
-
readonly __address: true;
|
|
1000
|
-
}>, string>>;
|
|
823
|
+
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
824
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1001
825
|
};
|
|
1002
826
|
};
|
|
1003
827
|
xyoViewer_currentBlock: {
|
|
@@ -1008,17 +832,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1008
832
|
result: {
|
|
1009
833
|
to: z.ZodTuple<[z.ZodObject<{
|
|
1010
834
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1011
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1012
|
-
readonly __address: true;
|
|
1013
|
-
}>, string>>>;
|
|
835
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1014
836
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1015
837
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1016
838
|
__schema: true;
|
|
1017
839
|
}, string>>]>>;
|
|
1018
840
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1019
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1020
|
-
readonly __address: true;
|
|
1021
|
-
}>, string>>>;
|
|
841
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1022
842
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1023
843
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1024
844
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1037,17 +857,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1037
857
|
}, z.core.$strict>>], null>;
|
|
1038
858
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1039
859
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1040
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1041
|
-
readonly __address: true;
|
|
1042
|
-
}>, string>>>;
|
|
860
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1043
861
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1044
862
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1045
863
|
__schema: true;
|
|
1046
864
|
}, string>>]>>;
|
|
1047
865
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1048
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1049
|
-
readonly __address: true;
|
|
1050
|
-
}>, string>>>;
|
|
866
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1051
867
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1052
868
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1053
869
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1082,8 +898,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1082
898
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1083
899
|
};
|
|
1084
900
|
result: {
|
|
1085
|
-
to: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1086
|
-
from: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
901
|
+
to: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
902
|
+
from: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").XL1BlockNumber, number>>;
|
|
1087
903
|
};
|
|
1088
904
|
};
|
|
1089
905
|
xyoViewer_forkHistory: {
|
|
@@ -1092,22 +908,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1092
908
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1093
909
|
};
|
|
1094
910
|
result: {
|
|
1095
|
-
to: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1096
|
-
|
|
1097
|
-
}>, string>>>;
|
|
1098
|
-
from: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1099
|
-
readonly __address: true;
|
|
1100
|
-
}>, string>>>;
|
|
911
|
+
to: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
912
|
+
from: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1101
913
|
};
|
|
1102
914
|
};
|
|
1103
915
|
xyoViewer_stakeByStaker: {
|
|
1104
916
|
params: {
|
|
1105
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1106
|
-
|
|
1107
|
-
}>, string>>, z.ZodNumber], null>;
|
|
1108
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1109
|
-
readonly __address: true;
|
|
1110
|
-
}>, string>>, z.ZodNumber], null>;
|
|
917
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodNumber], null>;
|
|
918
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>, z.ZodNumber], null>;
|
|
1111
919
|
};
|
|
1112
920
|
result: {
|
|
1113
921
|
to: z.ZodPipe<z.ZodObject<{
|
|
@@ -1115,48 +923,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1115
923
|
addBlock: z.ZodNumber;
|
|
1116
924
|
id: z.ZodNumber;
|
|
1117
925
|
removeBlock: z.ZodNumber;
|
|
1118
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1119
|
-
|
|
1120
|
-
}>, string>>;
|
|
1121
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1122
|
-
readonly __address: true;
|
|
1123
|
-
}>, string>>;
|
|
926
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
927
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1124
928
|
withdrawBlock: z.ZodNumber;
|
|
1125
929
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1126
930
|
addBlock: number;
|
|
1127
931
|
amount: import("@xylabs/hex").Hex;
|
|
1128
932
|
id: number;
|
|
1129
933
|
removeBlock: number;
|
|
1130
|
-
staked: import("@xylabs/
|
|
1131
|
-
|
|
1132
|
-
}>;
|
|
1133
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1134
|
-
readonly __address: true;
|
|
1135
|
-
}>;
|
|
934
|
+
staked: import("@xylabs/hex").Address;
|
|
935
|
+
staker: import("@xylabs/hex").Address;
|
|
1136
936
|
withdrawBlock: number;
|
|
1137
937
|
}, {
|
|
1138
938
|
amount: bigint;
|
|
1139
939
|
addBlock: number;
|
|
1140
940
|
id: number;
|
|
1141
941
|
removeBlock: number;
|
|
1142
|
-
staked: import("@xylabs/
|
|
1143
|
-
|
|
1144
|
-
}>;
|
|
1145
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1146
|
-
readonly __address: true;
|
|
1147
|
-
}>;
|
|
942
|
+
staked: import("@xylabs/hex").Address;
|
|
943
|
+
staker: import("@xylabs/hex").Address;
|
|
1148
944
|
withdrawBlock: number;
|
|
1149
945
|
}>>;
|
|
1150
946
|
from: z.ZodPipe<z.ZodObject<{
|
|
1151
947
|
addBlock: z.ZodNumber;
|
|
1152
948
|
id: z.ZodNumber;
|
|
1153
949
|
removeBlock: z.ZodNumber;
|
|
1154
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1155
|
-
|
|
1156
|
-
}>, string>>;
|
|
1157
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1158
|
-
readonly __address: true;
|
|
1159
|
-
}>, string>>;
|
|
950
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
951
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1160
952
|
withdrawBlock: z.ZodNumber;
|
|
1161
953
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1162
954
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1164,23 +956,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1164
956
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1165
957
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1166
958
|
removeBlock: number;
|
|
1167
|
-
staked: import("@xylabs/
|
|
1168
|
-
|
|
1169
|
-
}>;
|
|
1170
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1171
|
-
readonly __address: true;
|
|
1172
|
-
}>;
|
|
959
|
+
staked: import("@xylabs/hex").Address;
|
|
960
|
+
staker: import("@xylabs/hex").Address;
|
|
1173
961
|
withdrawBlock: number;
|
|
1174
962
|
}, {
|
|
1175
963
|
addBlock: number;
|
|
1176
964
|
id: number;
|
|
1177
965
|
removeBlock: number;
|
|
1178
|
-
staked: import("@xylabs/
|
|
1179
|
-
|
|
1180
|
-
}>;
|
|
1181
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1182
|
-
readonly __address: true;
|
|
1183
|
-
}>;
|
|
966
|
+
staked: import("@xylabs/hex").Address;
|
|
967
|
+
staker: import("@xylabs/hex").Address;
|
|
1184
968
|
withdrawBlock: number;
|
|
1185
969
|
amount: import("@xylabs/hex").Hex;
|
|
1186
970
|
}>>;
|
|
@@ -1197,48 +981,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1197
981
|
addBlock: z.ZodNumber;
|
|
1198
982
|
id: z.ZodNumber;
|
|
1199
983
|
removeBlock: z.ZodNumber;
|
|
1200
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1201
|
-
|
|
1202
|
-
}>, string>>;
|
|
1203
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1204
|
-
readonly __address: true;
|
|
1205
|
-
}>, string>>;
|
|
984
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
985
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1206
986
|
withdrawBlock: z.ZodNumber;
|
|
1207
987
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1208
988
|
addBlock: number;
|
|
1209
989
|
amount: import("@xylabs/hex").Hex;
|
|
1210
990
|
id: number;
|
|
1211
991
|
removeBlock: number;
|
|
1212
|
-
staked: import("@xylabs/
|
|
1213
|
-
|
|
1214
|
-
}>;
|
|
1215
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1216
|
-
readonly __address: true;
|
|
1217
|
-
}>;
|
|
992
|
+
staked: import("@xylabs/hex").Address;
|
|
993
|
+
staker: import("@xylabs/hex").Address;
|
|
1218
994
|
withdrawBlock: number;
|
|
1219
995
|
}, {
|
|
1220
996
|
amount: bigint;
|
|
1221
997
|
addBlock: number;
|
|
1222
998
|
id: number;
|
|
1223
999
|
removeBlock: number;
|
|
1224
|
-
staked: import("@xylabs/
|
|
1225
|
-
|
|
1226
|
-
}>;
|
|
1227
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1228
|
-
readonly __address: true;
|
|
1229
|
-
}>;
|
|
1000
|
+
staked: import("@xylabs/hex").Address;
|
|
1001
|
+
staker: import("@xylabs/hex").Address;
|
|
1230
1002
|
withdrawBlock: number;
|
|
1231
1003
|
}>>;
|
|
1232
1004
|
from: z.ZodPipe<z.ZodObject<{
|
|
1233
1005
|
addBlock: z.ZodNumber;
|
|
1234
1006
|
id: z.ZodNumber;
|
|
1235
1007
|
removeBlock: z.ZodNumber;
|
|
1236
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1237
|
-
|
|
1238
|
-
}>, string>>;
|
|
1239
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1240
|
-
readonly __address: true;
|
|
1241
|
-
}>, string>>;
|
|
1008
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1009
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1242
1010
|
withdrawBlock: z.ZodNumber;
|
|
1243
1011
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1244
1012
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1246,54 +1014,24 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1246
1014
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1247
1015
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1248
1016
|
removeBlock: number;
|
|
1249
|
-
staked: import("@xylabs/
|
|
1250
|
-
|
|
1251
|
-
}>;
|
|
1252
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1253
|
-
readonly __address: true;
|
|
1254
|
-
}>;
|
|
1017
|
+
staked: import("@xylabs/hex").Address;
|
|
1018
|
+
staker: import("@xylabs/hex").Address;
|
|
1255
1019
|
withdrawBlock: number;
|
|
1256
1020
|
}, {
|
|
1257
1021
|
addBlock: number;
|
|
1258
1022
|
id: number;
|
|
1259
1023
|
removeBlock: number;
|
|
1260
|
-
staked: import("@xylabs/
|
|
1261
|
-
|
|
1262
|
-
}>;
|
|
1263
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1264
|
-
readonly __address: true;
|
|
1265
|
-
}>;
|
|
1024
|
+
staked: import("@xylabs/hex").Address;
|
|
1025
|
+
staker: import("@xylabs/hex").Address;
|
|
1266
1026
|
withdrawBlock: number;
|
|
1267
1027
|
amount: import("@xylabs/hex").Hex;
|
|
1268
1028
|
}>>;
|
|
1269
1029
|
};
|
|
1270
1030
|
};
|
|
1271
|
-
xyoViewer_stakedByStaker: {
|
|
1272
|
-
params: {
|
|
1273
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1274
|
-
readonly __address: true;
|
|
1275
|
-
}>, string>>], null>;
|
|
1276
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1277
|
-
readonly __address: true;
|
|
1278
|
-
}>, string>>], null>;
|
|
1279
|
-
};
|
|
1280
|
-
result: {
|
|
1281
|
-
to: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1282
|
-
readonly __address: true;
|
|
1283
|
-
}>, string>>>;
|
|
1284
|
-
from: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1285
|
-
readonly __address: true;
|
|
1286
|
-
}>, string>>>;
|
|
1287
|
-
};
|
|
1288
|
-
};
|
|
1289
1031
|
xyoViewer_stakesByStaker: {
|
|
1290
1032
|
params: {
|
|
1291
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1292
|
-
|
|
1293
|
-
}>, string>>], null>;
|
|
1294
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1295
|
-
readonly __address: true;
|
|
1296
|
-
}>, string>>], null>;
|
|
1033
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
1034
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
1297
1035
|
};
|
|
1298
1036
|
result: {
|
|
1299
1037
|
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
@@ -1301,48 +1039,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1301
1039
|
addBlock: z.ZodNumber;
|
|
1302
1040
|
id: z.ZodNumber;
|
|
1303
1041
|
removeBlock: z.ZodNumber;
|
|
1304
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1305
|
-
|
|
1306
|
-
}>, string>>;
|
|
1307
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1308
|
-
readonly __address: true;
|
|
1309
|
-
}>, string>>;
|
|
1042
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1043
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1310
1044
|
withdrawBlock: z.ZodNumber;
|
|
1311
1045
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1312
1046
|
addBlock: number;
|
|
1313
1047
|
amount: import("@xylabs/hex").Hex;
|
|
1314
1048
|
id: number;
|
|
1315
1049
|
removeBlock: number;
|
|
1316
|
-
staked: import("@xylabs/
|
|
1317
|
-
|
|
1318
|
-
}>;
|
|
1319
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1320
|
-
readonly __address: true;
|
|
1321
|
-
}>;
|
|
1050
|
+
staked: import("@xylabs/hex").Address;
|
|
1051
|
+
staker: import("@xylabs/hex").Address;
|
|
1322
1052
|
withdrawBlock: number;
|
|
1323
1053
|
}, {
|
|
1324
1054
|
amount: bigint;
|
|
1325
1055
|
addBlock: number;
|
|
1326
1056
|
id: number;
|
|
1327
1057
|
removeBlock: number;
|
|
1328
|
-
staked: import("@xylabs/
|
|
1329
|
-
|
|
1330
|
-
}>;
|
|
1331
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1332
|
-
readonly __address: true;
|
|
1333
|
-
}>;
|
|
1058
|
+
staked: import("@xylabs/hex").Address;
|
|
1059
|
+
staker: import("@xylabs/hex").Address;
|
|
1334
1060
|
withdrawBlock: number;
|
|
1335
1061
|
}>>>;
|
|
1336
1062
|
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1337
1063
|
addBlock: z.ZodNumber;
|
|
1338
1064
|
id: z.ZodNumber;
|
|
1339
1065
|
removeBlock: z.ZodNumber;
|
|
1340
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1341
|
-
|
|
1342
|
-
}>, string>>;
|
|
1343
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1344
|
-
readonly __address: true;
|
|
1345
|
-
}>, string>>;
|
|
1066
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1067
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1346
1068
|
withdrawBlock: z.ZodNumber;
|
|
1347
1069
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1348
1070
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1350,23 +1072,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1350
1072
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1351
1073
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1352
1074
|
removeBlock: number;
|
|
1353
|
-
staked: import("@xylabs/
|
|
1354
|
-
|
|
1355
|
-
}>;
|
|
1356
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1357
|
-
readonly __address: true;
|
|
1358
|
-
}>;
|
|
1075
|
+
staked: import("@xylabs/hex").Address;
|
|
1076
|
+
staker: import("@xylabs/hex").Address;
|
|
1359
1077
|
withdrawBlock: number;
|
|
1360
1078
|
}, {
|
|
1361
1079
|
addBlock: number;
|
|
1362
1080
|
id: number;
|
|
1363
1081
|
removeBlock: number;
|
|
1364
|
-
staked: import("@xylabs/
|
|
1365
|
-
|
|
1366
|
-
}>;
|
|
1367
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1368
|
-
readonly __address: true;
|
|
1369
|
-
}>;
|
|
1082
|
+
staked: import("@xylabs/hex").Address;
|
|
1083
|
+
staker: import("@xylabs/hex").Address;
|
|
1370
1084
|
withdrawBlock: number;
|
|
1371
1085
|
amount: import("@xylabs/hex").Hex;
|
|
1372
1086
|
}>>>;
|
|
@@ -1374,12 +1088,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1374
1088
|
};
|
|
1375
1089
|
xyoViewer_stakesByStaked: {
|
|
1376
1090
|
params: {
|
|
1377
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1378
|
-
|
|
1379
|
-
}>, string>>], null>;
|
|
1380
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1381
|
-
readonly __address: true;
|
|
1382
|
-
}>, string>>], null>;
|
|
1091
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
1092
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>], null>;
|
|
1383
1093
|
};
|
|
1384
1094
|
result: {
|
|
1385
1095
|
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
@@ -1387,48 +1097,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1387
1097
|
addBlock: z.ZodNumber;
|
|
1388
1098
|
id: z.ZodNumber;
|
|
1389
1099
|
removeBlock: z.ZodNumber;
|
|
1390
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1391
|
-
|
|
1392
|
-
}>, string>>;
|
|
1393
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1394
|
-
readonly __address: true;
|
|
1395
|
-
}>, string>>;
|
|
1100
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1101
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1396
1102
|
withdrawBlock: z.ZodNumber;
|
|
1397
1103
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1398
1104
|
addBlock: number;
|
|
1399
1105
|
amount: import("@xylabs/hex").Hex;
|
|
1400
1106
|
id: number;
|
|
1401
1107
|
removeBlock: number;
|
|
1402
|
-
staked: import("@xylabs/
|
|
1403
|
-
|
|
1404
|
-
}>;
|
|
1405
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1406
|
-
readonly __address: true;
|
|
1407
|
-
}>;
|
|
1108
|
+
staked: import("@xylabs/hex").Address;
|
|
1109
|
+
staker: import("@xylabs/hex").Address;
|
|
1408
1110
|
withdrawBlock: number;
|
|
1409
1111
|
}, {
|
|
1410
1112
|
amount: bigint;
|
|
1411
1113
|
addBlock: number;
|
|
1412
1114
|
id: number;
|
|
1413
1115
|
removeBlock: number;
|
|
1414
|
-
staked: import("@xylabs/
|
|
1415
|
-
|
|
1416
|
-
}>;
|
|
1417
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1418
|
-
readonly __address: true;
|
|
1419
|
-
}>;
|
|
1116
|
+
staked: import("@xylabs/hex").Address;
|
|
1117
|
+
staker: import("@xylabs/hex").Address;
|
|
1420
1118
|
withdrawBlock: number;
|
|
1421
1119
|
}>>>;
|
|
1422
1120
|
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1423
1121
|
addBlock: z.ZodNumber;
|
|
1424
1122
|
id: z.ZodNumber;
|
|
1425
1123
|
removeBlock: z.ZodNumber;
|
|
1426
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1427
|
-
|
|
1428
|
-
}>, string>>;
|
|
1429
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1430
|
-
readonly __address: true;
|
|
1431
|
-
}>, string>>;
|
|
1124
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1125
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>;
|
|
1432
1126
|
withdrawBlock: z.ZodNumber;
|
|
1433
1127
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1434
1128
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1436,23 +1130,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1436
1130
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1437
1131
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1438
1132
|
removeBlock: number;
|
|
1439
|
-
staked: import("@xylabs/
|
|
1440
|
-
|
|
1441
|
-
}>;
|
|
1442
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1443
|
-
readonly __address: true;
|
|
1444
|
-
}>;
|
|
1133
|
+
staked: import("@xylabs/hex").Address;
|
|
1134
|
+
staker: import("@xylabs/hex").Address;
|
|
1445
1135
|
withdrawBlock: number;
|
|
1446
1136
|
}, {
|
|
1447
1137
|
addBlock: number;
|
|
1448
1138
|
id: number;
|
|
1449
1139
|
removeBlock: number;
|
|
1450
|
-
staked: import("@xylabs/
|
|
1451
|
-
|
|
1452
|
-
}>;
|
|
1453
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1454
|
-
readonly __address: true;
|
|
1455
|
-
}>;
|
|
1140
|
+
staked: import("@xylabs/hex").Address;
|
|
1141
|
+
staker: import("@xylabs/hex").Address;
|
|
1456
1142
|
withdrawBlock: number;
|
|
1457
1143
|
amount: import("@xylabs/hex").Hex;
|
|
1458
1144
|
}>>>;
|
|
@@ -1466,17 +1152,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1466
1152
|
result: {
|
|
1467
1153
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1468
1154
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1469
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1470
|
-
readonly __address: true;
|
|
1471
|
-
}>, string>>>;
|
|
1155
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1472
1156
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1473
1157
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1474
1158
|
__schema: true;
|
|
1475
1159
|
}, string>>]>>;
|
|
1476
1160
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1477
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1478
|
-
readonly __address: true;
|
|
1479
|
-
}>, string>>>;
|
|
1161
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1480
1162
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1481
1163
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1482
1164
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1500,17 +1182,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1500
1182
|
}, z.core.$strict>>], null>>;
|
|
1501
1183
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1502
1184
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1503
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1504
|
-
readonly __address: true;
|
|
1505
|
-
}>, string>>>;
|
|
1185
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1506
1186
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1507
1187
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1508
1188
|
__schema: true;
|
|
1509
1189
|
}, string>>]>>;
|
|
1510
1190
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1511
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1512
|
-
readonly __address: true;
|
|
1513
|
-
}>, string>>>;
|
|
1191
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1514
1192
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1515
1193
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1516
1194
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1542,17 +1220,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1542
1220
|
result: {
|
|
1543
1221
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1544
1222
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1545
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1546
|
-
readonly __address: true;
|
|
1547
|
-
}>, string>>>;
|
|
1223
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1548
1224
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1549
1225
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1550
1226
|
__schema: true;
|
|
1551
1227
|
}, string>>]>>;
|
|
1552
1228
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1553
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1554
|
-
readonly __address: true;
|
|
1555
|
-
}>, string>>>;
|
|
1229
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1556
1230
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1557
1231
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1558
1232
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1576,17 +1250,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1576
1250
|
}, z.core.$strict>>], null>>;
|
|
1577
1251
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1578
1252
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1579
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1580
|
-
readonly __address: true;
|
|
1581
|
-
}>, string>>>;
|
|
1253
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1582
1254
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1583
1255
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1584
1256
|
__schema: true;
|
|
1585
1257
|
}, string>>]>>;
|
|
1586
1258
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1587
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1588
|
-
readonly __address: true;
|
|
1589
|
-
}>, string>>>;
|
|
1259
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1590
1260
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1591
1261
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1592
1262
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1618,17 +1288,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1618
1288
|
result: {
|
|
1619
1289
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1620
1290
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1621
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1622
|
-
readonly __address: true;
|
|
1623
|
-
}>, string>>>;
|
|
1291
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1624
1292
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1625
1293
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1626
1294
|
__schema: true;
|
|
1627
1295
|
}, string>>]>>;
|
|
1628
1296
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1629
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1630
|
-
readonly __address: true;
|
|
1631
|
-
}>, string>>>;
|
|
1297
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1632
1298
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1633
1299
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1634
1300
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1652,17 +1318,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1652
1318
|
}, z.core.$strict>>], null>>;
|
|
1653
1319
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1654
1320
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1655
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1656
|
-
readonly __address: true;
|
|
1657
|
-
}>, string>>>;
|
|
1321
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1658
1322
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1659
1323
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1660
1324
|
__schema: true;
|
|
1661
1325
|
}, string>>]>>;
|
|
1662
1326
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1663
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1664
|
-
readonly __address: true;
|
|
1665
|
-
}>, string>>>;
|
|
1327
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1666
1328
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1667
1329
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1668
1330
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|