@xyo-network/xl1-rpc 1.16.9 → 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 +595 -514
- 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 +194 -568
- 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 +178 -520
- 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 +603 -516
- 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 +194 -568
- 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 +178 -520
- 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 +11 -20
- 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 +2 -13
- 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 -28
- 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 -28
- 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 -18
- /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,31 +258,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
302
258
|
};
|
|
303
259
|
xyoViewer_accountBalanceHistory: {
|
|
304
260
|
params: {
|
|
305
|
-
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
306
|
-
|
|
307
|
-
}>, string>>], null>, z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
308
|
-
readonly __address: true;
|
|
309
|
-
}>, 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>]>;
|
|
310
|
-
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
311
|
-
readonly __address: true;
|
|
312
|
-
}>, string>>], null>, z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
313
|
-
readonly __address: true;
|
|
314
|
-
}>, 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>]>;
|
|
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>]>;
|
|
315
263
|
};
|
|
316
264
|
result: {
|
|
317
265
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
318
266
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
319
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
320
|
-
readonly __address: true;
|
|
321
|
-
}>, string>>>;
|
|
267
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
322
268
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
323
269
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
324
270
|
__schema: true;
|
|
325
271
|
}, string>>]>>;
|
|
326
272
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
327
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
328
|
-
readonly __address: true;
|
|
329
|
-
}>, string>>>;
|
|
273
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
330
274
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
331
275
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
332
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>>]>>;
|
|
@@ -340,17 +284,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
340
284
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
341
285
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
342
286
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
343
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
344
|
-
readonly __address: true;
|
|
345
|
-
}>, string>>>;
|
|
287
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
346
288
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
347
289
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
348
290
|
__schema: true;
|
|
349
291
|
}, string>>]>>;
|
|
350
292
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
351
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
352
|
-
readonly __address: true;
|
|
353
|
-
}>, string>>>;
|
|
293
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
354
294
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
355
295
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
356
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>>]>>;
|
|
@@ -372,28 +312,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
372
312
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
373
313
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
374
314
|
epoch: z.ZodNumber;
|
|
375
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
376
|
-
|
|
377
|
-
}>, string>>;
|
|
378
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
379
|
-
readonly __address: true;
|
|
380
|
-
}>, 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>>>;
|
|
381
317
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
382
318
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
383
319
|
}, z.core.$strip>], null>>;
|
|
384
320
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
385
321
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
386
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
387
|
-
readonly __address: true;
|
|
388
|
-
}>, string>>>;
|
|
322
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
389
323
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
390
324
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
391
325
|
__schema: true;
|
|
392
326
|
}, string>>]>>;
|
|
393
327
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
394
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
395
|
-
readonly __address: true;
|
|
396
|
-
}>, string>>>;
|
|
328
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
397
329
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
398
330
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
399
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>>]>>;
|
|
@@ -407,17 +339,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
407
339
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
408
340
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
409
341
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
410
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
411
|
-
readonly __address: true;
|
|
412
|
-
}>, string>>>;
|
|
342
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
413
343
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
414
344
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
415
345
|
__schema: true;
|
|
416
346
|
}, string>>]>>;
|
|
417
347
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
418
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
419
|
-
readonly __address: true;
|
|
420
|
-
}>, string>>>;
|
|
348
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
421
349
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
422
350
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
423
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>>]>>;
|
|
@@ -439,12 +367,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
439
367
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
440
368
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
441
369
|
epoch: z.ZodNumber;
|
|
442
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
443
|
-
|
|
444
|
-
}>, string>>;
|
|
445
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
446
|
-
readonly __address: true;
|
|
447
|
-
}>, 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>>>;
|
|
448
372
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
449
373
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
450
374
|
}, z.core.$strip>], null>>;
|
|
@@ -452,16 +376,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
452
376
|
};
|
|
453
377
|
xyoViewer_transferPairBalance: {
|
|
454
378
|
params: {
|
|
455
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
456
|
-
|
|
457
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
458
|
-
readonly __address: true;
|
|
459
|
-
}>, string>>], null>], null>;
|
|
460
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
461
|
-
readonly __address: true;
|
|
462
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
463
|
-
readonly __address: true;
|
|
464
|
-
}>, 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>;
|
|
465
381
|
};
|
|
466
382
|
result: {
|
|
467
383
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -470,31 +386,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
470
386
|
};
|
|
471
387
|
xyoViewer_transferPairBalanceHistory: {
|
|
472
388
|
params: {
|
|
473
|
-
to: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
474
|
-
|
|
475
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
476
|
-
readonly __address: true;
|
|
477
|
-
}>, string>>], null>], null>;
|
|
478
|
-
from: z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
479
|
-
readonly __address: true;
|
|
480
|
-
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
481
|
-
readonly __address: true;
|
|
482
|
-
}>, 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>;
|
|
483
391
|
};
|
|
484
392
|
result: {
|
|
485
393
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
486
394
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
487
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
488
|
-
readonly __address: true;
|
|
489
|
-
}>, string>>>;
|
|
395
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
490
396
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
491
397
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
492
398
|
__schema: true;
|
|
493
399
|
}, string>>]>>;
|
|
494
400
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
495
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
496
|
-
readonly __address: true;
|
|
497
|
-
}>, string>>>;
|
|
401
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
498
402
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
499
403
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
500
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>>]>>;
|
|
@@ -508,17 +412,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
508
412
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
509
413
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
510
414
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
511
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
512
|
-
readonly __address: true;
|
|
513
|
-
}>, string>>>;
|
|
415
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
514
416
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
515
417
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
516
418
|
__schema: true;
|
|
517
419
|
}, string>>]>>;
|
|
518
420
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
519
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
520
|
-
readonly __address: true;
|
|
521
|
-
}>, string>>>;
|
|
421
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
522
422
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
523
423
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
524
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>>]>>;
|
|
@@ -540,28 +440,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
540
440
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
541
441
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
542
442
|
epoch: z.ZodNumber;
|
|
543
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
544
|
-
|
|
545
|
-
}>, string>>;
|
|
546
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
547
|
-
readonly __address: true;
|
|
548
|
-
}>, 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>>>;
|
|
549
445
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
550
446
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
551
447
|
}, z.core.$strip>], null>>;
|
|
552
448
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
553
449
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
554
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
555
|
-
readonly __address: true;
|
|
556
|
-
}>, string>>>;
|
|
450
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
557
451
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
558
452
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
559
453
|
__schema: true;
|
|
560
454
|
}, string>>]>>;
|
|
561
455
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
562
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
563
|
-
readonly __address: true;
|
|
564
|
-
}>, string>>>;
|
|
456
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
565
457
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
566
458
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
567
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>>]>>;
|
|
@@ -575,17 +467,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
575
467
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
576
468
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
577
469
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
578
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
579
|
-
readonly __address: true;
|
|
580
|
-
}>, string>>>;
|
|
470
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
581
471
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
582
472
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
583
473
|
__schema: true;
|
|
584
474
|
}, string>>]>>;
|
|
585
475
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
586
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
587
|
-
readonly __address: true;
|
|
588
|
-
}>, string>>>;
|
|
476
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
589
477
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
590
478
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
591
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>>]>>;
|
|
@@ -607,12 +495,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
607
495
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
608
496
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
609
497
|
epoch: z.ZodNumber;
|
|
610
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
611
|
-
|
|
612
|
-
}>, string>>;
|
|
613
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
614
|
-
readonly __address: true;
|
|
615
|
-
}>, 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>>>;
|
|
616
500
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
617
501
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
618
502
|
}, z.core.$strip>], null>>;
|
|
@@ -620,12 +504,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
620
504
|
};
|
|
621
505
|
xyoViewer_transferBalance: {
|
|
622
506
|
params: {
|
|
623
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
624
|
-
|
|
625
|
-
}>, string>>], null>;
|
|
626
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
627
|
-
readonly __address: true;
|
|
628
|
-
}>, 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>;
|
|
629
509
|
};
|
|
630
510
|
result: {
|
|
631
511
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/hex").Hex, bigint>>;
|
|
@@ -634,27 +514,19 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
634
514
|
};
|
|
635
515
|
xyoViewer_transferBalanceHistory: {
|
|
636
516
|
params: {
|
|
637
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
638
|
-
|
|
639
|
-
}>, 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>;
|
|
640
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
641
|
-
readonly __address: true;
|
|
642
|
-
}>, 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>;
|
|
643
519
|
};
|
|
644
520
|
result: {
|
|
645
521
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
646
522
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
647
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
648
|
-
readonly __address: true;
|
|
649
|
-
}>, string>>>;
|
|
523
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
650
524
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
651
525
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
652
526
|
__schema: true;
|
|
653
527
|
}, string>>]>>;
|
|
654
528
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
655
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
656
|
-
readonly __address: true;
|
|
657
|
-
}>, string>>>;
|
|
529
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
658
530
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
659
531
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
660
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>>]>>;
|
|
@@ -668,17 +540,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
668
540
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
669
541
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
670
542
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
671
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
672
|
-
readonly __address: true;
|
|
673
|
-
}>, string>>>;
|
|
543
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
674
544
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
675
545
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
676
546
|
__schema: true;
|
|
677
547
|
}, string>>]>>;
|
|
678
548
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
679
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
680
|
-
readonly __address: true;
|
|
681
|
-
}>, string>>>;
|
|
549
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
682
550
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
683
551
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
684
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>>]>>;
|
|
@@ -700,28 +568,20 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
700
568
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
701
569
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
702
570
|
epoch: z.ZodNumber;
|
|
703
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
704
|
-
|
|
705
|
-
}>, string>>;
|
|
706
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
707
|
-
readonly __address: true;
|
|
708
|
-
}>, 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>>>;
|
|
709
573
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
710
574
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
711
575
|
}, z.core.$strip>], null>>;
|
|
712
576
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
713
577
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
714
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
715
|
-
readonly __address: true;
|
|
716
|
-
}>, string>>>;
|
|
578
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
717
579
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
718
580
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
719
581
|
__schema: true;
|
|
720
582
|
}, string>>]>>;
|
|
721
583
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
722
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
723
|
-
readonly __address: true;
|
|
724
|
-
}>, string>>>;
|
|
584
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
725
585
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
726
586
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
727
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>>]>>;
|
|
@@ -735,17 +595,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
735
595
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
736
596
|
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
737
597
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
738
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
739
|
-
readonly __address: true;
|
|
740
|
-
}>, string>>>;
|
|
598
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
741
599
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
742
600
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
743
601
|
__schema: true;
|
|
744
602
|
}, string>>]>>;
|
|
745
603
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
746
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
747
|
-
readonly __address: true;
|
|
748
|
-
}>, string>>>;
|
|
604
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
749
605
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
750
606
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
751
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>>]>>;
|
|
@@ -767,12 +623,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
767
623
|
$opCodes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
768
624
|
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodJSONSchema>>;
|
|
769
625
|
epoch: z.ZodNumber;
|
|
770
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
771
|
-
|
|
772
|
-
}>, string>>;
|
|
773
|
-
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
774
|
-
readonly __address: true;
|
|
775
|
-
}>, 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>>>;
|
|
776
628
|
_hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
777
629
|
_dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>;
|
|
778
630
|
}, z.core.$strip>], null>>;
|
|
@@ -786,17 +638,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
786
638
|
result: {
|
|
787
639
|
to: z.ZodTuple<[z.ZodObject<{
|
|
788
640
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
789
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
790
|
-
readonly __address: true;
|
|
791
|
-
}>, string>>>;
|
|
641
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
792
642
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
793
643
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
794
644
|
__schema: true;
|
|
795
645
|
}, string>>]>>;
|
|
796
646
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
797
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
798
|
-
readonly __address: true;
|
|
799
|
-
}>, string>>>;
|
|
647
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
800
648
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
801
649
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
802
650
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -815,17 +663,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
815
663
|
}, z.core.$strict>>], null>;
|
|
816
664
|
from: z.ZodTuple<[z.ZodObject<{
|
|
817
665
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
818
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
819
|
-
readonly __address: true;
|
|
820
|
-
}>, string>>>;
|
|
666
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
821
667
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
822
668
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
823
669
|
__schema: true;
|
|
824
670
|
}, string>>]>>;
|
|
825
671
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
826
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
827
|
-
readonly __address: true;
|
|
828
|
-
}>, string>>>;
|
|
672
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
829
673
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
830
674
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
831
675
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -852,17 +696,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
852
696
|
result: {
|
|
853
697
|
to: z.ZodTuple<[z.ZodObject<{
|
|
854
698
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
855
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
856
|
-
readonly __address: true;
|
|
857
|
-
}>, string>>>;
|
|
699
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
858
700
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
859
701
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
860
702
|
__schema: true;
|
|
861
703
|
}, string>>]>>;
|
|
862
704
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
863
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
864
|
-
readonly __address: true;
|
|
865
|
-
}>, string>>>;
|
|
705
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
866
706
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
867
707
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
868
708
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -881,17 +721,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
881
721
|
}, z.core.$strict>>], null>;
|
|
882
722
|
from: z.ZodTuple<[z.ZodObject<{
|
|
883
723
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
884
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
885
|
-
readonly __address: true;
|
|
886
|
-
}>, string>>>;
|
|
724
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
887
725
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
888
726
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
889
727
|
__schema: true;
|
|
890
728
|
}, string>>]>>;
|
|
891
729
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
892
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
893
|
-
readonly __address: true;
|
|
894
|
-
}>, string>>>;
|
|
730
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
895
731
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
896
732
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
897
733
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -918,17 +754,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
918
754
|
result: {
|
|
919
755
|
to: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
920
756
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
921
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
922
|
-
readonly __address: true;
|
|
923
|
-
}>, string>>>;
|
|
757
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
924
758
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
925
759
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
926
760
|
__schema: true;
|
|
927
761
|
}, string>>]>>;
|
|
928
762
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
929
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
930
|
-
readonly __address: true;
|
|
931
|
-
}>, string>>>;
|
|
763
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
932
764
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
933
765
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
934
766
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -947,17 +779,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
947
779
|
}, z.core.$strict>>], null>>;
|
|
948
780
|
from: z.ZodArray<z.ZodTuple<[z.ZodObject<{
|
|
949
781
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
950
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
951
|
-
readonly __address: true;
|
|
952
|
-
}>, string>>>;
|
|
782
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
953
783
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
954
784
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
955
785
|
__schema: true;
|
|
956
786
|
}, string>>]>>;
|
|
957
787
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
958
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
959
|
-
readonly __address: true;
|
|
960
|
-
}>, string>>>;
|
|
788
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
961
789
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
962
790
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
963
791
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -982,12 +810,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
982
810
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
983
811
|
};
|
|
984
812
|
result: {
|
|
985
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
986
|
-
|
|
987
|
-
}>, string>>;
|
|
988
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
989
|
-
readonly __address: true;
|
|
990
|
-
}>, 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>>;
|
|
991
815
|
};
|
|
992
816
|
};
|
|
993
817
|
xyoViewer_chainIdAtBlock: {
|
|
@@ -996,12 +820,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
996
820
|
from: z.ZodTuple<[z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>], null>;
|
|
997
821
|
};
|
|
998
822
|
result: {
|
|
999
|
-
to: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1000
|
-
|
|
1001
|
-
}>, string>>;
|
|
1002
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1003
|
-
readonly __address: true;
|
|
1004
|
-
}>, 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>>;
|
|
1005
825
|
};
|
|
1006
826
|
};
|
|
1007
827
|
xyoViewer_currentBlock: {
|
|
@@ -1012,17 +832,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1012
832
|
result: {
|
|
1013
833
|
to: z.ZodTuple<[z.ZodObject<{
|
|
1014
834
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1015
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1016
|
-
readonly __address: true;
|
|
1017
|
-
}>, string>>>;
|
|
835
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1018
836
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1019
837
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1020
838
|
__schema: true;
|
|
1021
839
|
}, string>>]>>;
|
|
1022
840
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1023
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1024
|
-
readonly __address: true;
|
|
1025
|
-
}>, string>>>;
|
|
841
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1026
842
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1027
843
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1028
844
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1041,17 +857,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1041
857
|
}, z.core.$strict>>], null>;
|
|
1042
858
|
from: z.ZodTuple<[z.ZodObject<{
|
|
1043
859
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1044
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1045
|
-
readonly __address: true;
|
|
1046
|
-
}>, string>>>;
|
|
860
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1047
861
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1048
862
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1049
863
|
__schema: true;
|
|
1050
864
|
}, string>>]>>;
|
|
1051
865
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1052
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1053
|
-
readonly __address: true;
|
|
1054
|
-
}>, string>>>;
|
|
866
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1055
867
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1056
868
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1057
869
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1096,22 +908,14 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1096
908
|
from: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1097
909
|
};
|
|
1098
910
|
result: {
|
|
1099
|
-
to: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1100
|
-
|
|
1101
|
-
}>, string>>>;
|
|
1102
|
-
from: z.ZodRecord<z.ZodNumber, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1103
|
-
readonly __address: true;
|
|
1104
|
-
}>, 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>>>;
|
|
1105
913
|
};
|
|
1106
914
|
};
|
|
1107
915
|
xyoViewer_stakeByStaker: {
|
|
1108
916
|
params: {
|
|
1109
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1110
|
-
|
|
1111
|
-
}>, string>>, z.ZodNumber], null>;
|
|
1112
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1113
|
-
readonly __address: true;
|
|
1114
|
-
}>, 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>;
|
|
1115
919
|
};
|
|
1116
920
|
result: {
|
|
1117
921
|
to: z.ZodPipe<z.ZodObject<{
|
|
@@ -1119,48 +923,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1119
923
|
addBlock: z.ZodNumber;
|
|
1120
924
|
id: z.ZodNumber;
|
|
1121
925
|
removeBlock: z.ZodNumber;
|
|
1122
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1123
|
-
|
|
1124
|
-
}>, string>>;
|
|
1125
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1126
|
-
readonly __address: true;
|
|
1127
|
-
}>, 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>>;
|
|
1128
928
|
withdrawBlock: z.ZodNumber;
|
|
1129
929
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1130
930
|
addBlock: number;
|
|
1131
931
|
amount: import("@xylabs/hex").Hex;
|
|
1132
932
|
id: number;
|
|
1133
933
|
removeBlock: number;
|
|
1134
|
-
staked: import("@xylabs/
|
|
1135
|
-
|
|
1136
|
-
}>;
|
|
1137
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1138
|
-
readonly __address: true;
|
|
1139
|
-
}>;
|
|
934
|
+
staked: import("@xylabs/hex").Address;
|
|
935
|
+
staker: import("@xylabs/hex").Address;
|
|
1140
936
|
withdrawBlock: number;
|
|
1141
937
|
}, {
|
|
1142
938
|
amount: bigint;
|
|
1143
939
|
addBlock: number;
|
|
1144
940
|
id: number;
|
|
1145
941
|
removeBlock: number;
|
|
1146
|
-
staked: import("@xylabs/
|
|
1147
|
-
|
|
1148
|
-
}>;
|
|
1149
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1150
|
-
readonly __address: true;
|
|
1151
|
-
}>;
|
|
942
|
+
staked: import("@xylabs/hex").Address;
|
|
943
|
+
staker: import("@xylabs/hex").Address;
|
|
1152
944
|
withdrawBlock: number;
|
|
1153
945
|
}>>;
|
|
1154
946
|
from: z.ZodPipe<z.ZodObject<{
|
|
1155
947
|
addBlock: z.ZodNumber;
|
|
1156
948
|
id: z.ZodNumber;
|
|
1157
949
|
removeBlock: z.ZodNumber;
|
|
1158
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1159
|
-
|
|
1160
|
-
}>, string>>;
|
|
1161
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1162
|
-
readonly __address: true;
|
|
1163
|
-
}>, 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>>;
|
|
1164
952
|
withdrawBlock: z.ZodNumber;
|
|
1165
953
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1166
954
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1168,23 +956,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1168
956
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1169
957
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1170
958
|
removeBlock: number;
|
|
1171
|
-
staked: import("@xylabs/
|
|
1172
|
-
|
|
1173
|
-
}>;
|
|
1174
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1175
|
-
readonly __address: true;
|
|
1176
|
-
}>;
|
|
959
|
+
staked: import("@xylabs/hex").Address;
|
|
960
|
+
staker: import("@xylabs/hex").Address;
|
|
1177
961
|
withdrawBlock: number;
|
|
1178
962
|
}, {
|
|
1179
963
|
addBlock: number;
|
|
1180
964
|
id: number;
|
|
1181
965
|
removeBlock: number;
|
|
1182
|
-
staked: import("@xylabs/
|
|
1183
|
-
|
|
1184
|
-
}>;
|
|
1185
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1186
|
-
readonly __address: true;
|
|
1187
|
-
}>;
|
|
966
|
+
staked: import("@xylabs/hex").Address;
|
|
967
|
+
staker: import("@xylabs/hex").Address;
|
|
1188
968
|
withdrawBlock: number;
|
|
1189
969
|
amount: import("@xylabs/hex").Hex;
|
|
1190
970
|
}>>;
|
|
@@ -1201,48 +981,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1201
981
|
addBlock: z.ZodNumber;
|
|
1202
982
|
id: z.ZodNumber;
|
|
1203
983
|
removeBlock: z.ZodNumber;
|
|
1204
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1205
|
-
|
|
1206
|
-
}>, string>>;
|
|
1207
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1208
|
-
readonly __address: true;
|
|
1209
|
-
}>, 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>>;
|
|
1210
986
|
withdrawBlock: z.ZodNumber;
|
|
1211
987
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1212
988
|
addBlock: number;
|
|
1213
989
|
amount: import("@xylabs/hex").Hex;
|
|
1214
990
|
id: number;
|
|
1215
991
|
removeBlock: number;
|
|
1216
|
-
staked: import("@xylabs/
|
|
1217
|
-
|
|
1218
|
-
}>;
|
|
1219
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1220
|
-
readonly __address: true;
|
|
1221
|
-
}>;
|
|
992
|
+
staked: import("@xylabs/hex").Address;
|
|
993
|
+
staker: import("@xylabs/hex").Address;
|
|
1222
994
|
withdrawBlock: number;
|
|
1223
995
|
}, {
|
|
1224
996
|
amount: bigint;
|
|
1225
997
|
addBlock: number;
|
|
1226
998
|
id: number;
|
|
1227
999
|
removeBlock: number;
|
|
1228
|
-
staked: import("@xylabs/
|
|
1229
|
-
|
|
1230
|
-
}>;
|
|
1231
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1232
|
-
readonly __address: true;
|
|
1233
|
-
}>;
|
|
1000
|
+
staked: import("@xylabs/hex").Address;
|
|
1001
|
+
staker: import("@xylabs/hex").Address;
|
|
1234
1002
|
withdrawBlock: number;
|
|
1235
1003
|
}>>;
|
|
1236
1004
|
from: z.ZodPipe<z.ZodObject<{
|
|
1237
1005
|
addBlock: z.ZodNumber;
|
|
1238
1006
|
id: z.ZodNumber;
|
|
1239
1007
|
removeBlock: z.ZodNumber;
|
|
1240
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1241
|
-
|
|
1242
|
-
}>, string>>;
|
|
1243
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1244
|
-
readonly __address: true;
|
|
1245
|
-
}>, 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>>;
|
|
1246
1010
|
withdrawBlock: z.ZodNumber;
|
|
1247
1011
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1248
1012
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1250,54 +1014,24 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1250
1014
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1251
1015
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1252
1016
|
removeBlock: number;
|
|
1253
|
-
staked: import("@xylabs/
|
|
1254
|
-
|
|
1255
|
-
}>;
|
|
1256
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1257
|
-
readonly __address: true;
|
|
1258
|
-
}>;
|
|
1017
|
+
staked: import("@xylabs/hex").Address;
|
|
1018
|
+
staker: import("@xylabs/hex").Address;
|
|
1259
1019
|
withdrawBlock: number;
|
|
1260
1020
|
}, {
|
|
1261
1021
|
addBlock: number;
|
|
1262
1022
|
id: number;
|
|
1263
1023
|
removeBlock: number;
|
|
1264
|
-
staked: import("@xylabs/
|
|
1265
|
-
|
|
1266
|
-
}>;
|
|
1267
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1268
|
-
readonly __address: true;
|
|
1269
|
-
}>;
|
|
1024
|
+
staked: import("@xylabs/hex").Address;
|
|
1025
|
+
staker: import("@xylabs/hex").Address;
|
|
1270
1026
|
withdrawBlock: number;
|
|
1271
1027
|
amount: import("@xylabs/hex").Hex;
|
|
1272
1028
|
}>>;
|
|
1273
1029
|
};
|
|
1274
1030
|
};
|
|
1275
|
-
xyoViewer_stakedByStaker: {
|
|
1276
|
-
params: {
|
|
1277
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1278
|
-
readonly __address: true;
|
|
1279
|
-
}>, string>>], null>;
|
|
1280
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1281
|
-
readonly __address: true;
|
|
1282
|
-
}>, string>>], null>;
|
|
1283
|
-
};
|
|
1284
|
-
result: {
|
|
1285
|
-
to: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1286
|
-
readonly __address: true;
|
|
1287
|
-
}>, string>>>;
|
|
1288
|
-
from: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1289
|
-
readonly __address: true;
|
|
1290
|
-
}>, string>>>;
|
|
1291
|
-
};
|
|
1292
|
-
};
|
|
1293
1031
|
xyoViewer_stakesByStaker: {
|
|
1294
1032
|
params: {
|
|
1295
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1296
|
-
|
|
1297
|
-
}>, string>>], null>;
|
|
1298
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1299
|
-
readonly __address: true;
|
|
1300
|
-
}>, 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>;
|
|
1301
1035
|
};
|
|
1302
1036
|
result: {
|
|
1303
1037
|
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
@@ -1305,48 +1039,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1305
1039
|
addBlock: z.ZodNumber;
|
|
1306
1040
|
id: z.ZodNumber;
|
|
1307
1041
|
removeBlock: z.ZodNumber;
|
|
1308
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1309
|
-
|
|
1310
|
-
}>, string>>;
|
|
1311
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1312
|
-
readonly __address: true;
|
|
1313
|
-
}>, 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>>;
|
|
1314
1044
|
withdrawBlock: z.ZodNumber;
|
|
1315
1045
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1316
1046
|
addBlock: number;
|
|
1317
1047
|
amount: import("@xylabs/hex").Hex;
|
|
1318
1048
|
id: number;
|
|
1319
1049
|
removeBlock: number;
|
|
1320
|
-
staked: import("@xylabs/
|
|
1321
|
-
|
|
1322
|
-
}>;
|
|
1323
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1324
|
-
readonly __address: true;
|
|
1325
|
-
}>;
|
|
1050
|
+
staked: import("@xylabs/hex").Address;
|
|
1051
|
+
staker: import("@xylabs/hex").Address;
|
|
1326
1052
|
withdrawBlock: number;
|
|
1327
1053
|
}, {
|
|
1328
1054
|
amount: bigint;
|
|
1329
1055
|
addBlock: number;
|
|
1330
1056
|
id: number;
|
|
1331
1057
|
removeBlock: number;
|
|
1332
|
-
staked: import("@xylabs/
|
|
1333
|
-
|
|
1334
|
-
}>;
|
|
1335
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1336
|
-
readonly __address: true;
|
|
1337
|
-
}>;
|
|
1058
|
+
staked: import("@xylabs/hex").Address;
|
|
1059
|
+
staker: import("@xylabs/hex").Address;
|
|
1338
1060
|
withdrawBlock: number;
|
|
1339
1061
|
}>>>;
|
|
1340
1062
|
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1341
1063
|
addBlock: z.ZodNumber;
|
|
1342
1064
|
id: z.ZodNumber;
|
|
1343
1065
|
removeBlock: z.ZodNumber;
|
|
1344
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1345
|
-
|
|
1346
|
-
}>, string>>;
|
|
1347
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1348
|
-
readonly __address: true;
|
|
1349
|
-
}>, 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>>;
|
|
1350
1068
|
withdrawBlock: z.ZodNumber;
|
|
1351
1069
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1352
1070
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1354,23 +1072,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1354
1072
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1355
1073
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1356
1074
|
removeBlock: number;
|
|
1357
|
-
staked: import("@xylabs/
|
|
1358
|
-
|
|
1359
|
-
}>;
|
|
1360
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1361
|
-
readonly __address: true;
|
|
1362
|
-
}>;
|
|
1075
|
+
staked: import("@xylabs/hex").Address;
|
|
1076
|
+
staker: import("@xylabs/hex").Address;
|
|
1363
1077
|
withdrawBlock: number;
|
|
1364
1078
|
}, {
|
|
1365
1079
|
addBlock: number;
|
|
1366
1080
|
id: number;
|
|
1367
1081
|
removeBlock: number;
|
|
1368
|
-
staked: import("@xylabs/
|
|
1369
|
-
|
|
1370
|
-
}>;
|
|
1371
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1372
|
-
readonly __address: true;
|
|
1373
|
-
}>;
|
|
1082
|
+
staked: import("@xylabs/hex").Address;
|
|
1083
|
+
staker: import("@xylabs/hex").Address;
|
|
1374
1084
|
withdrawBlock: number;
|
|
1375
1085
|
amount: import("@xylabs/hex").Hex;
|
|
1376
1086
|
}>>>;
|
|
@@ -1378,12 +1088,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1378
1088
|
};
|
|
1379
1089
|
xyoViewer_stakesByStaked: {
|
|
1380
1090
|
params: {
|
|
1381
|
-
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1382
|
-
|
|
1383
|
-
}>, string>>], null>;
|
|
1384
|
-
from: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1385
|
-
readonly __address: true;
|
|
1386
|
-
}>, 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>;
|
|
1387
1093
|
};
|
|
1388
1094
|
result: {
|
|
1389
1095
|
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
@@ -1391,48 +1097,32 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1391
1097
|
addBlock: z.ZodNumber;
|
|
1392
1098
|
id: z.ZodNumber;
|
|
1393
1099
|
removeBlock: z.ZodNumber;
|
|
1394
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1395
|
-
|
|
1396
|
-
}>, string>>;
|
|
1397
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1398
|
-
readonly __address: true;
|
|
1399
|
-
}>, 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>>;
|
|
1400
1102
|
withdrawBlock: z.ZodNumber;
|
|
1401
1103
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1402
1104
|
addBlock: number;
|
|
1403
1105
|
amount: import("@xylabs/hex").Hex;
|
|
1404
1106
|
id: number;
|
|
1405
1107
|
removeBlock: number;
|
|
1406
|
-
staked: import("@xylabs/
|
|
1407
|
-
|
|
1408
|
-
}>;
|
|
1409
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1410
|
-
readonly __address: true;
|
|
1411
|
-
}>;
|
|
1108
|
+
staked: import("@xylabs/hex").Address;
|
|
1109
|
+
staker: import("@xylabs/hex").Address;
|
|
1412
1110
|
withdrawBlock: number;
|
|
1413
1111
|
}, {
|
|
1414
1112
|
amount: bigint;
|
|
1415
1113
|
addBlock: number;
|
|
1416
1114
|
id: number;
|
|
1417
1115
|
removeBlock: number;
|
|
1418
|
-
staked: import("@xylabs/
|
|
1419
|
-
|
|
1420
|
-
}>;
|
|
1421
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1422
|
-
readonly __address: true;
|
|
1423
|
-
}>;
|
|
1116
|
+
staked: import("@xylabs/hex").Address;
|
|
1117
|
+
staker: import("@xylabs/hex").Address;
|
|
1424
1118
|
withdrawBlock: number;
|
|
1425
1119
|
}>>>;
|
|
1426
1120
|
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1427
1121
|
addBlock: z.ZodNumber;
|
|
1428
1122
|
id: z.ZodNumber;
|
|
1429
1123
|
removeBlock: z.ZodNumber;
|
|
1430
|
-
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1431
|
-
|
|
1432
|
-
}>, string>>;
|
|
1433
|
-
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1434
|
-
readonly __address: true;
|
|
1435
|
-
}>, 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>>;
|
|
1436
1126
|
withdrawBlock: z.ZodNumber;
|
|
1437
1127
|
amount: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
1438
1128
|
}, z.core.$strip>, z.ZodTransform<{
|
|
@@ -1440,23 +1130,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1440
1130
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1441
1131
|
id: import("@xyo-network/xl1-protocol").PositionId;
|
|
1442
1132
|
removeBlock: number;
|
|
1443
|
-
staked: import("@xylabs/
|
|
1444
|
-
|
|
1445
|
-
}>;
|
|
1446
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1447
|
-
readonly __address: true;
|
|
1448
|
-
}>;
|
|
1133
|
+
staked: import("@xylabs/hex").Address;
|
|
1134
|
+
staker: import("@xylabs/hex").Address;
|
|
1449
1135
|
withdrawBlock: number;
|
|
1450
1136
|
}, {
|
|
1451
1137
|
addBlock: number;
|
|
1452
1138
|
id: number;
|
|
1453
1139
|
removeBlock: number;
|
|
1454
|
-
staked: import("@xylabs/
|
|
1455
|
-
|
|
1456
|
-
}>;
|
|
1457
|
-
staker: import("@xylabs/typeof").Brand<import("@xylabs/hex").Hex, {
|
|
1458
|
-
readonly __address: true;
|
|
1459
|
-
}>;
|
|
1140
|
+
staked: import("@xylabs/hex").Address;
|
|
1141
|
+
staker: import("@xylabs/hex").Address;
|
|
1460
1142
|
withdrawBlock: number;
|
|
1461
1143
|
amount: import("@xylabs/hex").Hex;
|
|
1462
1144
|
}>>>;
|
|
@@ -1470,17 +1152,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1470
1152
|
result: {
|
|
1471
1153
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1472
1154
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1473
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1474
|
-
readonly __address: true;
|
|
1475
|
-
}>, string>>>;
|
|
1155
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1476
1156
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1477
1157
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1478
1158
|
__schema: true;
|
|
1479
1159
|
}, string>>]>>;
|
|
1480
1160
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1481
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1482
|
-
readonly __address: true;
|
|
1483
|
-
}>, string>>>;
|
|
1161
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1484
1162
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1485
1163
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1486
1164
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1504,17 +1182,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1504
1182
|
}, z.core.$strict>>], null>>;
|
|
1505
1183
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1506
1184
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1507
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1508
|
-
readonly __address: true;
|
|
1509
|
-
}>, string>>>;
|
|
1185
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1510
1186
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1511
1187
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1512
1188
|
__schema: true;
|
|
1513
1189
|
}, string>>]>>;
|
|
1514
1190
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1515
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1516
|
-
readonly __address: true;
|
|
1517
|
-
}>, string>>>;
|
|
1191
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1518
1192
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1519
1193
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1520
1194
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1546,17 +1220,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1546
1220
|
result: {
|
|
1547
1221
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1548
1222
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1549
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1550
|
-
readonly __address: true;
|
|
1551
|
-
}>, string>>>;
|
|
1223
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1552
1224
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1553
1225
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1554
1226
|
__schema: true;
|
|
1555
1227
|
}, string>>]>>;
|
|
1556
1228
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1557
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1558
|
-
readonly __address: true;
|
|
1559
|
-
}>, string>>>;
|
|
1229
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1560
1230
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1561
1231
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1562
1232
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1580,17 +1250,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1580
1250
|
}, z.core.$strict>>], null>>;
|
|
1581
1251
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1582
1252
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1583
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1584
|
-
readonly __address: true;
|
|
1585
|
-
}>, string>>>;
|
|
1253
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1586
1254
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1587
1255
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1588
1256
|
__schema: true;
|
|
1589
1257
|
}, string>>]>>;
|
|
1590
1258
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1591
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1592
|
-
readonly __address: true;
|
|
1593
|
-
}>, string>>>;
|
|
1259
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1594
1260
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1595
1261
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1596
1262
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1622,17 +1288,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1622
1288
|
result: {
|
|
1623
1289
|
to: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1624
1290
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1625
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1626
|
-
readonly __address: true;
|
|
1627
|
-
}>, string>>>;
|
|
1291
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1628
1292
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1629
1293
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1630
1294
|
__schema: true;
|
|
1631
1295
|
}, string>>]>>;
|
|
1632
1296
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1633
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1634
|
-
readonly __address: true;
|
|
1635
|
-
}>, string>>>;
|
|
1297
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1636
1298
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1637
1299
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1638
1300
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
@@ -1656,17 +1318,13 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1656
1318
|
}, z.core.$strict>>], null>>;
|
|
1657
1319
|
from: z.ZodNullable<z.ZodTuple<[z.ZodObject<{
|
|
1658
1320
|
schema: z.ZodLiteral<"network.xyo.boundwitness">;
|
|
1659
|
-
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1660
|
-
readonly __address: true;
|
|
1661
|
-
}>, string>>>;
|
|
1321
|
+
addresses: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1662
1322
|
payload_hashes: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1663
1323
|
payload_schemas: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodPipe<z.ZodString, z.ZodTransform<string & {
|
|
1664
1324
|
__schema: true;
|
|
1665
1325
|
}, string>>]>>;
|
|
1666
1326
|
previous_hashes: z.ZodArray<z.ZodNullable<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>>;
|
|
1667
|
-
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/
|
|
1668
|
-
readonly __address: true;
|
|
1669
|
-
}>, string>>>;
|
|
1327
|
+
$destination: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Address, string>>>;
|
|
1670
1328
|
$sourceQuery: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|
|
1671
1329
|
$signatures: z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>, z.ZodNull]>>;
|
|
1672
1330
|
_hash: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hash, string>>>;
|