@xyo-network/xl1-rpc 1.15.2 → 1.15.4
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/README.md +11897 -1213
- package/dist/neutral/engine/index.d.ts +1 -0
- package/dist/neutral/engine/index.d.ts.map +1 -1
- package/dist/neutral/engine/rpcMethodHandlersFromPermissions.d.ts +4 -0
- package/dist/neutral/engine/rpcMethodHandlersFromPermissions.d.ts.map +1 -0
- package/dist/neutral/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/neutral/index.mjs +892 -411
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts +2 -2
- package/dist/neutral/provider/client/MemoryXyoClient.d.ts.map +1 -1
- package/dist/neutral/provider/client/index.d.ts +0 -1
- package/dist/neutral/provider/client/index.d.ts.map +1 -1
- package/dist/neutral/provider/index.d.ts +1 -0
- package/dist/neutral/provider/index.d.ts.map +1 -1
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts +17 -0
- package/dist/neutral/provider/permissions/MemoryXyoPermissions.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/RpcXyoPermissions.d.ts +11 -0
- package/dist/neutral/provider/permissions/RpcXyoPermissions.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/index.d.ts +4 -0
- package/dist/neutral/provider/permissions/index.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +2 -0
- package/dist/neutral/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts +16 -0
- package/dist/neutral/provider/permissions/store/MemoryPermissions.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts +12 -0
- package/dist/neutral/provider/permissions/store/PermissionsStore.d.ts.map +1 -0
- package/dist/neutral/provider/permissions/store/index.d.ts +3 -0
- package/dist/neutral/provider/permissions/store/index.d.ts.map +1 -0
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts +2 -2
- package/dist/neutral/provider/signer/MemoryXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +27 -9
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/transport/post-message/index.d.ts +0 -1
- package/dist/neutral/transport/post-message/index.d.ts.map +1 -1
- package/dist/neutral/types/XyoPermissions.d.ts +7 -0
- package/dist/neutral/types/XyoPermissions.d.ts.map +1 -0
- package/dist/neutral/types/index.d.ts +1 -2
- package/dist/neutral/types/index.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +936 -80
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoPermissionsRpcSchemas.d.ts +74 -0
- package/dist/neutral/types/schema/XyoPermissionsRpcSchemas.d.ts.map +1 -0
- package/dist/neutral/types/schema/XyoProviderRpcSchemas.d.ts +4 -4
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +4 -4
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +18 -18
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +850 -64
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +4 -4
- package/dist/neutral/types/schema/common/Chain.d.ts +2 -2
- package/dist/neutral/types/schema/common/Chain.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedBlock.d.ts +5 -5
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +14 -14
- package/dist/neutral/types/schema/common/Permission.d.ts +7 -3
- package/dist/neutral/types/schema/common/Permission.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/Stake.d.ts +11 -5
- package/dist/neutral/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/StepContext.d.ts +6 -0
- package/dist/neutral/types/schema/common/StepContext.d.ts.map +1 -0
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +4 -4
- package/dist/neutral/types/schema/common/Transfer.d.ts +33 -0
- package/dist/neutral/types/schema/common/Transfer.d.ts.map +1 -0
- package/dist/neutral/types/schema/common/index.d.ts +2 -0
- package/dist/neutral/types/schema/common/index.d.ts.map +1 -1
- package/dist/neutral/types/schema/index.d.ts +1 -1
- package/dist/neutral/types/schema/index.d.ts.map +1 -1
- package/dist/node/engine/index.d.ts +1 -0
- package/dist/node/engine/index.d.ts.map +1 -1
- package/dist/node/engine/rpcMethodHandlersFromPermissions.d.ts +4 -0
- package/dist/node/engine/rpcMethodHandlersFromPermissions.d.ts.map +1 -0
- package/dist/node/engine/rpcMethodHandlersFromViewer.d.ts.map +1 -1
- package/dist/node/index-node.mjs +892 -411
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/client/MemoryXyoClient.d.ts +2 -2
- package/dist/node/provider/client/MemoryXyoClient.d.ts.map +1 -1
- package/dist/node/provider/client/index.d.ts +0 -1
- package/dist/node/provider/client/index.d.ts.map +1 -1
- package/dist/node/provider/index.d.ts +1 -0
- package/dist/node/provider/index.d.ts.map +1 -1
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts +17 -0
- package/dist/node/provider/permissions/MemoryXyoPermissions.d.ts.map +1 -0
- package/dist/node/provider/permissions/RpcXyoPermissions.d.ts +11 -0
- package/dist/node/provider/permissions/RpcXyoPermissions.d.ts.map +1 -0
- package/dist/node/provider/permissions/index.d.ts +4 -0
- package/dist/node/provider/permissions/index.d.ts.map +1 -0
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts +2 -0
- package/dist/node/provider/permissions/spec/MemoryXyoPermissions.spec.d.ts.map +1 -0
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts +16 -0
- package/dist/node/provider/permissions/store/MemoryPermissions.d.ts.map +1 -0
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts +12 -0
- package/dist/node/provider/permissions/store/PermissionsStore.d.ts.map +1 -0
- package/dist/node/provider/permissions/store/index.d.ts +3 -0
- package/dist/node/provider/permissions/store/index.d.ts.map +1 -0
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts +2 -2
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts +2 -2
- package/dist/node/provider/signer/MemoryXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +27 -9
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/transport/post-message/index.d.ts +0 -1
- package/dist/node/transport/post-message/index.d.ts.map +1 -1
- package/dist/node/types/XyoPermissions.d.ts +7 -0
- package/dist/node/types/XyoPermissions.d.ts.map +1 -0
- package/dist/node/types/index.d.ts +1 -2
- package/dist/node/types/index.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +936 -80
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoPermissionsRpcSchemas.d.ts +74 -0
- package/dist/node/types/schema/XyoPermissionsRpcSchemas.d.ts.map +1 -0
- package/dist/node/types/schema/XyoProviderRpcSchemas.d.ts +4 -4
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +4 -4
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +18 -18
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +850 -64
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +4 -4
- package/dist/node/types/schema/common/Chain.d.ts +2 -2
- package/dist/node/types/schema/common/Chain.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedBlock.d.ts +5 -5
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +14 -14
- package/dist/node/types/schema/common/Permission.d.ts +7 -3
- package/dist/node/types/schema/common/Permission.d.ts.map +1 -1
- package/dist/node/types/schema/common/Stake.d.ts +11 -5
- package/dist/node/types/schema/common/Stake.d.ts.map +1 -1
- package/dist/node/types/schema/common/StepContext.d.ts +6 -0
- package/dist/node/types/schema/common/StepContext.d.ts.map +1 -0
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +4 -4
- package/dist/node/types/schema/common/Transfer.d.ts +33 -0
- package/dist/node/types/schema/common/Transfer.d.ts.map +1 -0
- package/dist/node/types/schema/common/index.d.ts +2 -0
- package/dist/node/types/schema/common/index.d.ts.map +1 -1
- package/dist/node/types/schema/index.d.ts +1 -1
- package/dist/node/types/schema/index.d.ts.map +1 -1
- package/package.json +34 -34
- package/src/engine/index.ts +1 -0
- package/src/engine/rpcMethodHandlersFromPermissions.ts +11 -0
- package/src/engine/rpcMethodHandlersFromViewer.ts +20 -1
- package/src/provider/client/MemoryXyoClient.ts +2 -1
- package/src/provider/client/index.ts +0 -1
- package/src/provider/client/spec/MemoryXyoClient.spec.ts +17 -31
- package/src/provider/index.ts +1 -0
- package/src/provider/permissions/MemoryXyoPermissions.ts +82 -0
- package/src/provider/permissions/RpcXyoPermissions.ts +30 -0
- package/src/provider/permissions/index.ts +3 -0
- package/src/provider/permissions/spec/MemoryXyoPermissions.spec.ts +93 -0
- package/src/provider/permissions/store/MemoryPermissions.ts +32 -0
- package/src/provider/permissions/store/PermissionsStore.ts +15 -0
- package/src/provider/permissions/store/index.ts +2 -0
- package/src/provider/signer/JsonRpcXyoSigner.ts +2 -2
- package/src/provider/signer/MemoryXyoSigner.ts +2 -2
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +2 -2
- package/src/provider/viewer/JsonRpcXyoViewer.ts +109 -30
- package/src/transport/post-message/index.ts +0 -1
- package/src/types/XyoPermissions.ts +13 -0
- package/src/types/index.ts +1 -2
- package/src/types/schema/AllRpcSchemas.ts +2 -0
- package/src/types/schema/XyoPermissionsRpcSchemas.ts +40 -0
- package/src/types/schema/XyoViewerRpcSchemas.ts +275 -15
- package/src/types/schema/common/Chain.ts +2 -2
- package/src/types/schema/common/Permission.ts +3 -3
- package/src/types/schema/common/Stake.ts +3 -3
- package/src/types/schema/common/StepContext.ts +6 -0
- package/src/types/schema/common/Transfer.ts +14 -0
- package/src/types/schema/common/index.ts +2 -0
- package/src/types/schema/index.ts +1 -1
- package/dist/neutral/provider/client/PermissionsStore/MemoryPermissionsStore.d.ts +0 -11
- package/dist/neutral/provider/client/PermissionsStore/MemoryPermissionsStore.d.ts.map +0 -1
- package/dist/neutral/provider/client/PermissionsStore/PermissionsStore.d.ts +0 -8
- package/dist/neutral/provider/client/PermissionsStore/PermissionsStore.d.ts.map +0 -1
- package/dist/neutral/provider/client/PermissionsStore/getPermissionsStoreFromTransport.d.ts +0 -5
- package/dist/neutral/provider/client/PermissionsStore/getPermissionsStoreFromTransport.d.ts.map +0 -1
- package/dist/neutral/provider/client/PermissionsStore/index.d.ts +0 -4
- package/dist/neutral/provider/client/PermissionsStore/index.d.ts.map +0 -1
- package/dist/neutral/provider/client/PermissionsStore/spec/MemoryPermissionsStore.spec.d.ts +0 -2
- package/dist/neutral/provider/client/PermissionsStore/spec/MemoryPermissionsStore.spec.d.ts.map +0 -1
- package/dist/neutral/transport/post-message/LegacyPostMessageRpcTransport.d.ts +0 -15
- package/dist/neutral/transport/post-message/LegacyPostMessageRpcTransport.d.ts.map +0 -1
- package/dist/neutral/types/XyoGatewayRpc.d.ts +0 -8
- package/dist/neutral/types/XyoGatewayRpc.d.ts.map +0 -1
- package/dist/neutral/types/schema/XyoGatewayRpcSchemas.d.ts +0 -395
- package/dist/neutral/types/schema/XyoGatewayRpcSchemas.d.ts.map +0 -1
- package/dist/node/provider/client/PermissionsStore/MemoryPermissionsStore.d.ts +0 -11
- package/dist/node/provider/client/PermissionsStore/MemoryPermissionsStore.d.ts.map +0 -1
- package/dist/node/provider/client/PermissionsStore/PermissionsStore.d.ts +0 -8
- package/dist/node/provider/client/PermissionsStore/PermissionsStore.d.ts.map +0 -1
- package/dist/node/provider/client/PermissionsStore/getPermissionsStoreFromTransport.d.ts +0 -5
- package/dist/node/provider/client/PermissionsStore/getPermissionsStoreFromTransport.d.ts.map +0 -1
- package/dist/node/provider/client/PermissionsStore/index.d.ts +0 -4
- package/dist/node/provider/client/PermissionsStore/index.d.ts.map +0 -1
- package/dist/node/provider/client/PermissionsStore/spec/MemoryPermissionsStore.spec.d.ts +0 -2
- package/dist/node/provider/client/PermissionsStore/spec/MemoryPermissionsStore.spec.d.ts.map +0 -1
- package/dist/node/transport/post-message/LegacyPostMessageRpcTransport.d.ts +0 -15
- package/dist/node/transport/post-message/LegacyPostMessageRpcTransport.d.ts.map +0 -1
- package/dist/node/types/XyoGatewayRpc.d.ts +0 -8
- package/dist/node/types/XyoGatewayRpc.d.ts.map +0 -1
- package/dist/node/types/schema/XyoGatewayRpcSchemas.d.ts +0 -395
- package/dist/node/types/schema/XyoGatewayRpcSchemas.d.ts.map +0 -1
- package/src/provider/client/PermissionsStore/MemoryPermissionsStore.ts +0 -33
- package/src/provider/client/PermissionsStore/PermissionsStore.ts +0 -8
- package/src/provider/client/PermissionsStore/getPermissionsStoreFromTransport.ts +0 -12
- package/src/provider/client/PermissionsStore/index.ts +0 -3
- package/src/provider/client/PermissionsStore/spec/MemoryPermissionsStore.spec.ts +0 -78
- package/src/transport/post-message/LegacyPostMessageRpcTransport.ts +0 -120
- package/src/types/XyoGatewayRpc.ts +0 -15
- package/src/types/schema/XyoGatewayRpcSchemas.ts +0 -93
|
@@ -1,33 +1,415 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
2
|
export declare const XyoViewerRpcSchemas: {
|
|
3
|
-
|
|
3
|
+
xyoViewer_networkStakeStepRewardClaimedByAddress: {
|
|
4
4
|
params: {
|
|
5
5
|
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
6
6
|
readonly __hex: true;
|
|
7
7
|
}>, {
|
|
8
8
|
readonly __address: true;
|
|
9
|
-
}>, string>>], null
|
|
9
|
+
}>, string>>], null>]>;
|
|
10
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
10
11
|
readonly __hex: true;
|
|
11
12
|
}>, {
|
|
12
13
|
readonly __address: true;
|
|
13
|
-
}>, string
|
|
14
|
+
}>, string>>], null>]>;
|
|
15
|
+
};
|
|
16
|
+
result: {
|
|
17
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
18
|
+
readonly __hex: true;
|
|
19
|
+
}>, bigint>>;
|
|
20
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
21
|
+
readonly __hex: true;
|
|
22
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
23
|
+
readonly __hex: true;
|
|
24
|
+
}>>>;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
xyoViewer_networkStakeStepRewardAddressReward: {
|
|
28
|
+
params: {
|
|
29
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
30
|
+
block: z.ZodNumber;
|
|
31
|
+
step: z.ZodNumber;
|
|
32
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
33
|
+
readonly __hex: true;
|
|
34
|
+
}>, {
|
|
35
|
+
readonly __address: true;
|
|
36
|
+
}>, string>>], null>]>;
|
|
37
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
38
|
+
block: z.ZodNumber;
|
|
39
|
+
step: z.ZodNumber;
|
|
40
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
41
|
+
readonly __hex: true;
|
|
42
|
+
}>, {
|
|
43
|
+
readonly __address: true;
|
|
44
|
+
}>, string>>], null>]>;
|
|
45
|
+
};
|
|
46
|
+
result: {
|
|
47
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
48
|
+
readonly __hex: true;
|
|
49
|
+
}>, {
|
|
50
|
+
readonly __address: true;
|
|
51
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
52
|
+
readonly __hex: true;
|
|
53
|
+
}>, bigint>>>;
|
|
54
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
55
|
+
readonly __hex: true;
|
|
56
|
+
}>, {
|
|
57
|
+
readonly __address: true;
|
|
58
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
59
|
+
readonly __hex: true;
|
|
60
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
61
|
+
readonly __hex: true;
|
|
62
|
+
}>>>>;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
xyoViewer_networkStakeStepRewardAddressHistory: {
|
|
66
|
+
params: {
|
|
67
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
68
|
+
readonly __hex: true;
|
|
69
|
+
}>, {
|
|
70
|
+
readonly __address: true;
|
|
71
|
+
}>, string>>], null>]>;
|
|
72
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
73
|
+
readonly __hex: true;
|
|
74
|
+
}>, {
|
|
75
|
+
readonly __address: true;
|
|
76
|
+
}>, string>>], null>]>;
|
|
77
|
+
};
|
|
78
|
+
result: {
|
|
79
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
80
|
+
readonly __hex: true;
|
|
81
|
+
}>, {
|
|
82
|
+
readonly __address: true;
|
|
83
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
84
|
+
readonly __hex: true;
|
|
85
|
+
}>, bigint>>>;
|
|
86
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
87
|
+
readonly __hex: true;
|
|
88
|
+
}>, {
|
|
89
|
+
readonly __address: true;
|
|
90
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
91
|
+
readonly __hex: true;
|
|
92
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
93
|
+
readonly __hex: true;
|
|
94
|
+
}>>>>;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
xyoViewer_networkStakeStepRewardAddressShare: {
|
|
98
|
+
params: {
|
|
99
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
100
|
+
block: z.ZodNumber;
|
|
101
|
+
step: z.ZodNumber;
|
|
102
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
103
|
+
readonly __hex: true;
|
|
104
|
+
}>, {
|
|
105
|
+
readonly __address: true;
|
|
106
|
+
}>, string>>], null>]>;
|
|
107
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
108
|
+
block: z.ZodNumber;
|
|
109
|
+
step: z.ZodNumber;
|
|
110
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
111
|
+
readonly __hex: true;
|
|
112
|
+
}>, {
|
|
113
|
+
readonly __address: true;
|
|
114
|
+
}>, string>>], null>]>;
|
|
115
|
+
};
|
|
116
|
+
result: {
|
|
117
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
118
|
+
readonly __hex: true;
|
|
119
|
+
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
120
|
+
readonly __hex: true;
|
|
121
|
+
}>, bigint>>], null>;
|
|
122
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
123
|
+
readonly __hex: true;
|
|
124
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
125
|
+
readonly __hex: true;
|
|
126
|
+
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
127
|
+
readonly __hex: true;
|
|
128
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
129
|
+
readonly __hex: true;
|
|
130
|
+
}>>>], null>;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
xyoViewer_networkStakeStepRewardWeightForAddress: {
|
|
134
|
+
params: {
|
|
135
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
136
|
+
block: z.ZodNumber;
|
|
137
|
+
step: z.ZodNumber;
|
|
138
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
139
|
+
readonly __hex: true;
|
|
140
|
+
}>, {
|
|
141
|
+
readonly __address: true;
|
|
142
|
+
}>, string>>], null>]>;
|
|
143
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
144
|
+
block: z.ZodNumber;
|
|
145
|
+
step: z.ZodNumber;
|
|
146
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
147
|
+
readonly __hex: true;
|
|
148
|
+
}>, {
|
|
149
|
+
readonly __address: true;
|
|
150
|
+
}>, string>>], null>]>;
|
|
151
|
+
};
|
|
152
|
+
result: {
|
|
153
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
154
|
+
readonly __hex: true;
|
|
155
|
+
}>, bigint>>;
|
|
156
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
157
|
+
readonly __hex: true;
|
|
158
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
159
|
+
readonly __hex: true;
|
|
160
|
+
}>>>;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
xyoViewer_networkStakeStepRewardUnclaimedByAddress: {
|
|
164
|
+
params: {
|
|
165
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
14
166
|
readonly __hex: true;
|
|
15
167
|
}>, {
|
|
16
168
|
readonly __address: true;
|
|
17
|
-
}>, string
|
|
169
|
+
}>, string>>], null>]>;
|
|
18
170
|
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
19
171
|
readonly __hex: true;
|
|
20
172
|
}>, {
|
|
21
173
|
readonly __address: true;
|
|
22
|
-
}>, string>>], null
|
|
174
|
+
}>, string>>], null>]>;
|
|
175
|
+
};
|
|
176
|
+
result: {
|
|
177
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
178
|
+
readonly __hex: true;
|
|
179
|
+
}>, bigint>>;
|
|
180
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
181
|
+
readonly __hex: true;
|
|
182
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
183
|
+
readonly __hex: true;
|
|
184
|
+
}>>>;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
xyoViewer_networkStakeStepRewardPoolRewards: {
|
|
188
|
+
params: {
|
|
189
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
190
|
+
block: z.ZodNumber;
|
|
191
|
+
step: z.ZodNumber;
|
|
192
|
+
}, z.core.$strip>], null>]>;
|
|
193
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
194
|
+
block: z.ZodNumber;
|
|
195
|
+
step: z.ZodNumber;
|
|
196
|
+
}, z.core.$strip>], null>]>;
|
|
197
|
+
};
|
|
198
|
+
result: {
|
|
199
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
200
|
+
readonly __hex: true;
|
|
201
|
+
}>, {
|
|
202
|
+
readonly __address: true;
|
|
203
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
204
|
+
readonly __hex: true;
|
|
205
|
+
}>, bigint>>>;
|
|
206
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
207
|
+
readonly __hex: true;
|
|
208
|
+
}>, {
|
|
209
|
+
readonly __address: true;
|
|
210
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
211
|
+
readonly __hex: true;
|
|
212
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
213
|
+
readonly __hex: true;
|
|
214
|
+
}>>>>;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
xyoViewer_networkStakeStepRewardPositionWeight: {
|
|
218
|
+
params: {
|
|
219
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
220
|
+
block: z.ZodNumber;
|
|
221
|
+
step: z.ZodNumber;
|
|
222
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
223
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
224
|
+
block: z.ZodNumber;
|
|
225
|
+
step: z.ZodNumber;
|
|
226
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
227
|
+
};
|
|
228
|
+
result: {
|
|
229
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
230
|
+
readonly __hex: true;
|
|
231
|
+
}>, bigint>>;
|
|
232
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
233
|
+
readonly __hex: true;
|
|
234
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
235
|
+
readonly __hex: true;
|
|
236
|
+
}>>>;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
xyoViewer_networkStakeStepRewardPotentialPositionLoss: {
|
|
240
|
+
params: {
|
|
241
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
242
|
+
block: z.ZodNumber;
|
|
243
|
+
step: z.ZodNumber;
|
|
244
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
245
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
246
|
+
block: z.ZodNumber;
|
|
247
|
+
step: z.ZodNumber;
|
|
248
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
249
|
+
};
|
|
250
|
+
result: {
|
|
251
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
252
|
+
readonly __hex: true;
|
|
253
|
+
}>, bigint>>;
|
|
254
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
255
|
+
readonly __hex: true;
|
|
256
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
257
|
+
readonly __hex: true;
|
|
258
|
+
}>>>;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
xyoViewer_networkStakeStepRewardForStep: {
|
|
262
|
+
params: {
|
|
263
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
264
|
+
block: z.ZodNumber;
|
|
265
|
+
step: z.ZodNumber;
|
|
266
|
+
}, z.core.$strip>], null>]>;
|
|
267
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
268
|
+
block: z.ZodNumber;
|
|
269
|
+
step: z.ZodNumber;
|
|
270
|
+
}, z.core.$strip>], null>]>;
|
|
271
|
+
};
|
|
272
|
+
result: {
|
|
273
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
274
|
+
readonly __hex: true;
|
|
275
|
+
}>, bigint>>;
|
|
276
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
277
|
+
readonly __hex: true;
|
|
278
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
279
|
+
readonly __hex: true;
|
|
280
|
+
}>>>;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
xyoViewer_networkStakeStepRewardRandomizer: {
|
|
284
|
+
params: {
|
|
285
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
286
|
+
block: z.ZodNumber;
|
|
287
|
+
step: z.ZodNumber;
|
|
288
|
+
}, z.core.$strip>], null>]>;
|
|
289
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
290
|
+
block: z.ZodNumber;
|
|
291
|
+
step: z.ZodNumber;
|
|
292
|
+
}, z.core.$strip>], null>]>;
|
|
293
|
+
};
|
|
294
|
+
result: {
|
|
295
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
296
|
+
readonly __hex: true;
|
|
297
|
+
}>, bigint>>;
|
|
298
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
299
|
+
readonly __hex: true;
|
|
300
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
301
|
+
readonly __hex: true;
|
|
302
|
+
}>>>;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
xyoViewer_networkStakeStepRewardStakerCount: {
|
|
306
|
+
params: {
|
|
307
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
308
|
+
block: z.ZodNumber;
|
|
309
|
+
step: z.ZodNumber;
|
|
310
|
+
}, z.core.$strip>], null>]>;
|
|
311
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
312
|
+
block: z.ZodNumber;
|
|
313
|
+
step: z.ZodNumber;
|
|
314
|
+
}, z.core.$strip>], null>]>;
|
|
315
|
+
};
|
|
316
|
+
result: {
|
|
317
|
+
to: z.ZodNumber;
|
|
318
|
+
from: z.ZodNumber;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
xyoViewer_networkStakeStepRewardPoolShares: {
|
|
322
|
+
params: {
|
|
323
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
324
|
+
block: z.ZodNumber;
|
|
325
|
+
step: z.ZodNumber;
|
|
326
|
+
}, z.core.$strip>], null>]>;
|
|
327
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
328
|
+
block: z.ZodNumber;
|
|
329
|
+
step: z.ZodNumber;
|
|
330
|
+
}, z.core.$strip>], null>]>;
|
|
331
|
+
};
|
|
332
|
+
result: {
|
|
333
|
+
to: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
334
|
+
readonly __hex: true;
|
|
335
|
+
}>, {
|
|
336
|
+
readonly __address: true;
|
|
337
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
338
|
+
readonly __hex: true;
|
|
339
|
+
}>, bigint>>>;
|
|
340
|
+
from: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
23
341
|
readonly __hex: true;
|
|
24
342
|
}>, {
|
|
25
343
|
readonly __address: true;
|
|
26
|
-
}>, string>>, z.
|
|
344
|
+
}>, string>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
345
|
+
readonly __hex: true;
|
|
346
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
347
|
+
readonly __hex: true;
|
|
348
|
+
}>>>>;
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
xyoViewer_networkStakeStepRewardForStepForPosition: {
|
|
352
|
+
params: {
|
|
353
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
354
|
+
block: z.ZodNumber;
|
|
355
|
+
step: z.ZodNumber;
|
|
356
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
357
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodObject<{
|
|
358
|
+
block: z.ZodNumber;
|
|
359
|
+
step: z.ZodNumber;
|
|
360
|
+
}, z.core.$strip>, z.ZodNumber], null>]>;
|
|
361
|
+
};
|
|
362
|
+
result: {
|
|
363
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
364
|
+
readonly __hex: true;
|
|
365
|
+
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
366
|
+
readonly __hex: true;
|
|
367
|
+
}>, bigint>>], null>;
|
|
368
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
369
|
+
readonly __hex: true;
|
|
370
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
371
|
+
readonly __hex: true;
|
|
372
|
+
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
373
|
+
readonly __hex: true;
|
|
374
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
375
|
+
readonly __hex: true;
|
|
376
|
+
}>>>], null>;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
xyoViewer_networkStakeStepRewardForPosition: {
|
|
380
|
+
params: {
|
|
381
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>]>;
|
|
382
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>], null>]>;
|
|
383
|
+
};
|
|
384
|
+
result: {
|
|
385
|
+
to: z.ZodTuple<[z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
386
|
+
readonly __hex: true;
|
|
387
|
+
}>, bigint>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
388
|
+
readonly __hex: true;
|
|
389
|
+
}>, bigint>>], null>;
|
|
390
|
+
from: z.ZodTuple<[z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
391
|
+
readonly __hex: true;
|
|
392
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
393
|
+
readonly __hex: true;
|
|
394
|
+
}>>>, z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
395
|
+
readonly __hex: true;
|
|
396
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
397
|
+
readonly __hex: true;
|
|
398
|
+
}>>>], null>;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
xyoViewer_accountBalance: {
|
|
402
|
+
params: {
|
|
403
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
27
404
|
readonly __hex: true;
|
|
28
405
|
}>, {
|
|
29
406
|
readonly __address: true;
|
|
30
|
-
}>, string
|
|
407
|
+
}>, string>>], null>]>;
|
|
408
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
409
|
+
readonly __hex: true;
|
|
410
|
+
}>, {
|
|
411
|
+
readonly __address: true;
|
|
412
|
+
}>, string>>], null>]>;
|
|
31
413
|
};
|
|
32
414
|
result: {
|
|
33
415
|
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -46,28 +428,210 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
46
428
|
readonly __hex: true;
|
|
47
429
|
}>, {
|
|
48
430
|
readonly __address: true;
|
|
49
|
-
}>, string>>], null
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
431
|
+
}>, string>>], null>]>;
|
|
432
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
433
|
+
readonly __hex: true;
|
|
434
|
+
}>, {
|
|
435
|
+
readonly __address: true;
|
|
436
|
+
}>, string>>], null>]>;
|
|
437
|
+
};
|
|
438
|
+
result: {
|
|
439
|
+
to: z.ZodArray<z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
440
|
+
readonly __hex: true;
|
|
441
|
+
}>, {
|
|
442
|
+
readonly __hash: true;
|
|
443
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
444
|
+
readonly __hex: true;
|
|
445
|
+
}>, {
|
|
446
|
+
readonly __hash: true;
|
|
447
|
+
}>, unknown>>, z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
448
|
+
readonly __hex: true;
|
|
449
|
+
}>, {
|
|
450
|
+
readonly __hash: true;
|
|
451
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
452
|
+
readonly __hex: true;
|
|
453
|
+
}>, {
|
|
454
|
+
readonly __hash: true;
|
|
455
|
+
}>, unknown>>, z.ZodObject<{
|
|
456
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
457
|
+
epoch: z.ZodNumber;
|
|
458
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
459
|
+
readonly __hex: true;
|
|
460
|
+
}>, {
|
|
461
|
+
readonly __address: true;
|
|
462
|
+
}>, string>>;
|
|
463
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
464
|
+
readonly __hex: true;
|
|
465
|
+
}>, {
|
|
466
|
+
readonly __address: true;
|
|
467
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
468
|
+
readonly __hex: true;
|
|
469
|
+
}>, bigint>>>;
|
|
470
|
+
}, z.core.$strict>], null>>;
|
|
471
|
+
from: z.ZodArray<z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
472
|
+
readonly __hex: true;
|
|
473
|
+
}>, {
|
|
474
|
+
readonly __hash: true;
|
|
475
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
476
|
+
readonly __hex: true;
|
|
477
|
+
}>, {
|
|
478
|
+
readonly __hash: true;
|
|
479
|
+
}>, unknown>>, z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
480
|
+
readonly __hex: true;
|
|
481
|
+
}>, {
|
|
482
|
+
readonly __hash: true;
|
|
483
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
484
|
+
readonly __hex: true;
|
|
485
|
+
}>, {
|
|
486
|
+
readonly __hash: true;
|
|
487
|
+
}>, unknown>>, z.ZodObject<{
|
|
488
|
+
schema: z.ZodLiteral<"network.xyo.transfer">;
|
|
489
|
+
epoch: z.ZodNumber;
|
|
490
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
491
|
+
readonly __hex: true;
|
|
492
|
+
}>, {
|
|
493
|
+
readonly __address: true;
|
|
494
|
+
}>, string>>;
|
|
495
|
+
transfers: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
496
|
+
readonly __hex: true;
|
|
497
|
+
}>, {
|
|
498
|
+
readonly __address: true;
|
|
499
|
+
}>, string>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
500
|
+
readonly __hex: true;
|
|
501
|
+
}>, bigint>>>;
|
|
502
|
+
}, z.core.$strict>], null>>;
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
xyoViewer_transferPairBalance: {
|
|
506
|
+
params: {
|
|
507
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
508
|
+
readonly __hex: true;
|
|
509
|
+
}>, {
|
|
510
|
+
readonly __address: true;
|
|
511
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
512
|
+
readonly __hex: true;
|
|
513
|
+
}>, {
|
|
514
|
+
readonly __address: true;
|
|
515
|
+
}>, string>>], null>], null>]>;
|
|
516
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
517
|
+
readonly __hex: true;
|
|
518
|
+
}>, {
|
|
519
|
+
readonly __address: true;
|
|
520
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
521
|
+
readonly __hex: true;
|
|
522
|
+
}>, {
|
|
523
|
+
readonly __address: true;
|
|
524
|
+
}>, string>>], null>], null>]>;
|
|
525
|
+
};
|
|
526
|
+
result: {
|
|
527
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
528
|
+
readonly __hex: true;
|
|
529
|
+
}>, bigint>>;
|
|
530
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
531
|
+
readonly __hex: true;
|
|
532
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
533
|
+
readonly __hex: true;
|
|
534
|
+
}>>>;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
xyoViewer_transferPairBalanceHistory: {
|
|
538
|
+
params: {
|
|
539
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
540
|
+
readonly __hex: true;
|
|
541
|
+
}>, {
|
|
542
|
+
readonly __address: true;
|
|
543
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
544
|
+
readonly __hex: true;
|
|
545
|
+
}>, {
|
|
546
|
+
readonly __address: true;
|
|
547
|
+
}>, string>>], null>], null>]>;
|
|
548
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
549
|
+
readonly __hex: true;
|
|
550
|
+
}>, {
|
|
551
|
+
readonly __address: true;
|
|
552
|
+
}>, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
553
|
+
readonly __hex: true;
|
|
554
|
+
}>, {
|
|
555
|
+
readonly __address: true;
|
|
556
|
+
}>, string>>], null>], null>]>;
|
|
557
|
+
};
|
|
558
|
+
result: {
|
|
559
|
+
to: z.ZodArray<z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
560
|
+
readonly __hex: true;
|
|
561
|
+
}>, {
|
|
562
|
+
readonly __hash: true;
|
|
563
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
564
|
+
readonly __hex: true;
|
|
565
|
+
}>, {
|
|
566
|
+
readonly __hash: true;
|
|
567
|
+
}>, unknown>>, z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
568
|
+
readonly __hex: true;
|
|
569
|
+
}>, {
|
|
570
|
+
readonly __hash: true;
|
|
571
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
572
|
+
readonly __hex: true;
|
|
573
|
+
}>, {
|
|
574
|
+
readonly __hash: true;
|
|
575
|
+
}>, unknown>>, z.ZodObject<{
|
|
576
|
+
schema: z.ZodString;
|
|
577
|
+
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
578
|
+
from: z.ZodArray<z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
579
|
+
readonly __hex: true;
|
|
580
|
+
}>, {
|
|
581
|
+
readonly __hash: true;
|
|
582
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
583
|
+
readonly __hex: true;
|
|
584
|
+
}>, {
|
|
585
|
+
readonly __hash: true;
|
|
586
|
+
}>, unknown>>, z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
587
|
+
readonly __hex: true;
|
|
588
|
+
}>, {
|
|
589
|
+
readonly __hash: true;
|
|
590
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
591
|
+
readonly __hex: true;
|
|
592
|
+
}>, {
|
|
593
|
+
readonly __hash: true;
|
|
594
|
+
}>, unknown>>, z.ZodObject<{
|
|
595
|
+
schema: z.ZodString;
|
|
596
|
+
}, z.core.$catchall<z.ZodAny>>], null>>;
|
|
597
|
+
};
|
|
598
|
+
};
|
|
599
|
+
xyoViewer_transferBalance: {
|
|
600
|
+
params: {
|
|
601
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
602
|
+
readonly __hex: true;
|
|
603
|
+
}>, {
|
|
604
|
+
readonly __address: true;
|
|
605
|
+
}>, string>>], null>]>;
|
|
606
|
+
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
607
|
+
readonly __hex: true;
|
|
608
|
+
}>, {
|
|
609
|
+
readonly __address: true;
|
|
610
|
+
}>, string>>], null>]>;
|
|
611
|
+
};
|
|
612
|
+
result: {
|
|
613
|
+
to: z.ZodPipe<z.ZodBigInt, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
614
|
+
readonly __hex: true;
|
|
615
|
+
}>, bigint>>;
|
|
616
|
+
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
617
|
+
readonly __hex: true;
|
|
618
|
+
}>, string>>, z.ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
619
|
+
readonly __hex: true;
|
|
620
|
+
}>>>;
|
|
621
|
+
};
|
|
622
|
+
};
|
|
623
|
+
xyoViewer_transferBalanceHistory: {
|
|
624
|
+
params: {
|
|
625
|
+
to: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
626
|
+
readonly __hex: true;
|
|
627
|
+
}>, {
|
|
628
|
+
readonly __address: true;
|
|
629
|
+
}>, string>>], null>]>;
|
|
58
630
|
from: z.ZodUnion<readonly [z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
59
631
|
readonly __hex: true;
|
|
60
632
|
}>, {
|
|
61
633
|
readonly __address: true;
|
|
62
|
-
}>, string>>], null
|
|
63
|
-
readonly __hex: true;
|
|
64
|
-
}>, {
|
|
65
|
-
readonly __address: true;
|
|
66
|
-
}>, string>>, z.ZodNumber], null>, z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
67
|
-
readonly __hex: true;
|
|
68
|
-
}>, {
|
|
69
|
-
readonly __address: true;
|
|
70
|
-
}>, string>>, z.ZodNumber, z.ZodBoolean], null>]>;
|
|
634
|
+
}>, string>>], null>]>;
|
|
71
635
|
};
|
|
72
636
|
result: {
|
|
73
637
|
to: z.ZodArray<z.ZodTuple<[z.ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -205,7 +769,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
205
769
|
}>>>>;
|
|
206
770
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
207
771
|
block: z.ZodNumber;
|
|
208
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
772
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
209
773
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
210
774
|
readonly __hex: true;
|
|
211
775
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -294,7 +858,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
294
858
|
}>>>>;
|
|
295
859
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
296
860
|
block: z.ZodNumber;
|
|
297
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
861
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
298
862
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
299
863
|
readonly __hex: true;
|
|
300
864
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -391,7 +955,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
391
955
|
}>>>>;
|
|
392
956
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
393
957
|
block: z.ZodNumber;
|
|
394
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
958
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
395
959
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
396
960
|
readonly __hex: true;
|
|
397
961
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -480,7 +1044,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
480
1044
|
}>>>>;
|
|
481
1045
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
482
1046
|
block: z.ZodNumber;
|
|
483
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1047
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
484
1048
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
485
1049
|
readonly __hex: true;
|
|
486
1050
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -593,7 +1157,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
593
1157
|
}>>>>;
|
|
594
1158
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
595
1159
|
block: z.ZodNumber;
|
|
596
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1160
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
597
1161
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
598
1162
|
readonly __hex: true;
|
|
599
1163
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -682,7 +1246,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
682
1246
|
}>>>>;
|
|
683
1247
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
684
1248
|
block: z.ZodNumber;
|
|
685
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1249
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
686
1250
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
687
1251
|
readonly __hex: true;
|
|
688
1252
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -815,7 +1379,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
815
1379
|
}>>>>;
|
|
816
1380
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
817
1381
|
block: z.ZodNumber;
|
|
818
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1382
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
819
1383
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
820
1384
|
readonly __hex: true;
|
|
821
1385
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -904,7 +1468,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
904
1468
|
}>>>>;
|
|
905
1469
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
906
1470
|
block: z.ZodNumber;
|
|
907
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1471
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
908
1472
|
previous: z.ZodNullable<z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
909
1473
|
readonly __hex: true;
|
|
910
1474
|
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -976,7 +1540,7 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
976
1540
|
}>, string>>>;
|
|
977
1541
|
};
|
|
978
1542
|
};
|
|
979
|
-
|
|
1543
|
+
xyoViewer_stakeByStaker: {
|
|
980
1544
|
params: {
|
|
981
1545
|
to: z.ZodTuple<[z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
982
1546
|
readonly __hex: true;
|
|
@@ -991,8 +1555,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
991
1555
|
};
|
|
992
1556
|
result: {
|
|
993
1557
|
to: z.ZodPipe<z.ZodObject<{
|
|
994
|
-
addBlock: z.ZodNumber;
|
|
995
1558
|
amount: z.ZodBigInt;
|
|
1559
|
+
addBlock: z.ZodNumber;
|
|
996
1560
|
id: z.ZodNumber;
|
|
997
1561
|
removeBlock: z.ZodNumber;
|
|
998
1562
|
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1025,8 +1589,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1025
1589
|
}>;
|
|
1026
1590
|
withdrawBlock: number;
|
|
1027
1591
|
}, {
|
|
1028
|
-
addBlock: number;
|
|
1029
1592
|
amount: bigint;
|
|
1593
|
+
addBlock: number;
|
|
1030
1594
|
id: number;
|
|
1031
1595
|
removeBlock: number;
|
|
1032
1596
|
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1043,7 +1607,6 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1043
1607
|
}>>;
|
|
1044
1608
|
from: z.ZodPipe<z.ZodObject<{
|
|
1045
1609
|
addBlock: z.ZodNumber;
|
|
1046
|
-
amount: z.ZodBigInt;
|
|
1047
1610
|
id: z.ZodNumber;
|
|
1048
1611
|
removeBlock: z.ZodNumber;
|
|
1049
1612
|
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1057,6 +1620,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1057
1620
|
readonly __address: true;
|
|
1058
1621
|
}>, string>>;
|
|
1059
1622
|
withdrawBlock: z.ZodNumber;
|
|
1623
|
+
amount: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1624
|
+
readonly __hex: true;
|
|
1625
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1626
|
+
readonly __hex: true;
|
|
1627
|
+
}>, unknown>>;
|
|
1060
1628
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1061
1629
|
addBlock: number;
|
|
1062
1630
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
@@ -1075,7 +1643,6 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1075
1643
|
withdrawBlock: number;
|
|
1076
1644
|
}, {
|
|
1077
1645
|
addBlock: number;
|
|
1078
|
-
amount: bigint;
|
|
1079
1646
|
id: number;
|
|
1080
1647
|
removeBlock: number;
|
|
1081
1648
|
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1089,6 +1656,9 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1089
1656
|
readonly __address: true;
|
|
1090
1657
|
}>;
|
|
1091
1658
|
withdrawBlock: number;
|
|
1659
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1660
|
+
readonly __hex: true;
|
|
1661
|
+
}>;
|
|
1092
1662
|
}>>;
|
|
1093
1663
|
};
|
|
1094
1664
|
};
|
|
@@ -1099,8 +1669,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1099
1669
|
};
|
|
1100
1670
|
result: {
|
|
1101
1671
|
to: z.ZodPipe<z.ZodObject<{
|
|
1102
|
-
addBlock: z.ZodNumber;
|
|
1103
1672
|
amount: z.ZodBigInt;
|
|
1673
|
+
addBlock: z.ZodNumber;
|
|
1104
1674
|
id: z.ZodNumber;
|
|
1105
1675
|
removeBlock: z.ZodNumber;
|
|
1106
1676
|
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1133,8 +1703,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1133
1703
|
}>;
|
|
1134
1704
|
withdrawBlock: number;
|
|
1135
1705
|
}, {
|
|
1136
|
-
addBlock: number;
|
|
1137
1706
|
amount: bigint;
|
|
1707
|
+
addBlock: number;
|
|
1138
1708
|
id: number;
|
|
1139
1709
|
removeBlock: number;
|
|
1140
1710
|
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1151,7 +1721,6 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1151
1721
|
}>>;
|
|
1152
1722
|
from: z.ZodPipe<z.ZodObject<{
|
|
1153
1723
|
addBlock: z.ZodNumber;
|
|
1154
|
-
amount: z.ZodBigInt;
|
|
1155
1724
|
id: z.ZodNumber;
|
|
1156
1725
|
removeBlock: z.ZodNumber;
|
|
1157
1726
|
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1165,6 +1734,11 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1165
1734
|
readonly __address: true;
|
|
1166
1735
|
}>, string>>;
|
|
1167
1736
|
withdrawBlock: z.ZodNumber;
|
|
1737
|
+
amount: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1738
|
+
readonly __hex: true;
|
|
1739
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1740
|
+
readonly __hex: true;
|
|
1741
|
+
}>, unknown>>;
|
|
1168
1742
|
}, z.core.$strip>, z.ZodTransform<{
|
|
1169
1743
|
addBlock: number;
|
|
1170
1744
|
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
@@ -1183,7 +1757,6 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1183
1757
|
withdrawBlock: number;
|
|
1184
1758
|
}, {
|
|
1185
1759
|
addBlock: number;
|
|
1186
|
-
amount: bigint;
|
|
1187
1760
|
id: number;
|
|
1188
1761
|
removeBlock: number;
|
|
1189
1762
|
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
@@ -1197,6 +1770,9 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1197
1770
|
readonly __address: true;
|
|
1198
1771
|
}>;
|
|
1199
1772
|
withdrawBlock: number;
|
|
1773
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1774
|
+
readonly __hex: true;
|
|
1775
|
+
}>;
|
|
1200
1776
|
}>>;
|
|
1201
1777
|
};
|
|
1202
1778
|
};
|
|
@@ -1214,14 +1790,16 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1214
1790
|
}>, string>>], null>;
|
|
1215
1791
|
};
|
|
1216
1792
|
result: {
|
|
1217
|
-
to: z.ZodPipe<z.
|
|
1218
|
-
readonly __hex: true;
|
|
1219
|
-
}>, bigint>>;
|
|
1220
|
-
from: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1793
|
+
to: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1221
1794
|
readonly __hex: true;
|
|
1222
|
-
}>,
|
|
1795
|
+
}>, {
|
|
1796
|
+
readonly __address: true;
|
|
1797
|
+
}>, string>>>;
|
|
1798
|
+
from: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1223
1799
|
readonly __hex: true;
|
|
1224
|
-
}
|
|
1800
|
+
}>, {
|
|
1801
|
+
readonly __address: true;
|
|
1802
|
+
}>, string>>>;
|
|
1225
1803
|
};
|
|
1226
1804
|
};
|
|
1227
1805
|
xyoViewer_stakesByStaker: {
|
|
@@ -1238,8 +1816,112 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1238
1816
|
}>, string>>], null>;
|
|
1239
1817
|
};
|
|
1240
1818
|
result: {
|
|
1241
|
-
to: z.
|
|
1242
|
-
|
|
1819
|
+
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1820
|
+
amount: z.ZodBigInt;
|
|
1821
|
+
addBlock: z.ZodNumber;
|
|
1822
|
+
id: z.ZodNumber;
|
|
1823
|
+
removeBlock: z.ZodNumber;
|
|
1824
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1825
|
+
readonly __hex: true;
|
|
1826
|
+
}>, {
|
|
1827
|
+
readonly __address: true;
|
|
1828
|
+
}>, string>>;
|
|
1829
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1830
|
+
readonly __hex: true;
|
|
1831
|
+
}>, {
|
|
1832
|
+
readonly __address: true;
|
|
1833
|
+
}>, string>>;
|
|
1834
|
+
withdrawBlock: z.ZodNumber;
|
|
1835
|
+
}, z.core.$strip>, z.ZodTransform<{
|
|
1836
|
+
addBlock: number;
|
|
1837
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1838
|
+
readonly __hex: true;
|
|
1839
|
+
}>;
|
|
1840
|
+
id: number;
|
|
1841
|
+
removeBlock: number;
|
|
1842
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1843
|
+
readonly __hex: true;
|
|
1844
|
+
}>, {
|
|
1845
|
+
readonly __address: true;
|
|
1846
|
+
}>;
|
|
1847
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1848
|
+
readonly __hex: true;
|
|
1849
|
+
}>, {
|
|
1850
|
+
readonly __address: true;
|
|
1851
|
+
}>;
|
|
1852
|
+
withdrawBlock: number;
|
|
1853
|
+
}, {
|
|
1854
|
+
amount: bigint;
|
|
1855
|
+
addBlock: number;
|
|
1856
|
+
id: number;
|
|
1857
|
+
removeBlock: number;
|
|
1858
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1859
|
+
readonly __hex: true;
|
|
1860
|
+
}>, {
|
|
1861
|
+
readonly __address: true;
|
|
1862
|
+
}>;
|
|
1863
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1864
|
+
readonly __hex: true;
|
|
1865
|
+
}>, {
|
|
1866
|
+
readonly __address: true;
|
|
1867
|
+
}>;
|
|
1868
|
+
withdrawBlock: number;
|
|
1869
|
+
}>>>;
|
|
1870
|
+
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1871
|
+
addBlock: z.ZodNumber;
|
|
1872
|
+
id: z.ZodNumber;
|
|
1873
|
+
removeBlock: z.ZodNumber;
|
|
1874
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1875
|
+
readonly __hex: true;
|
|
1876
|
+
}>, {
|
|
1877
|
+
readonly __address: true;
|
|
1878
|
+
}>, string>>;
|
|
1879
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1880
|
+
readonly __hex: true;
|
|
1881
|
+
}>, {
|
|
1882
|
+
readonly __address: true;
|
|
1883
|
+
}>, string>>;
|
|
1884
|
+
withdrawBlock: z.ZodNumber;
|
|
1885
|
+
amount: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1886
|
+
readonly __hex: true;
|
|
1887
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1888
|
+
readonly __hex: true;
|
|
1889
|
+
}>, unknown>>;
|
|
1890
|
+
}, z.core.$strip>, z.ZodTransform<{
|
|
1891
|
+
addBlock: number;
|
|
1892
|
+
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
1893
|
+
id: number;
|
|
1894
|
+
removeBlock: number;
|
|
1895
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1896
|
+
readonly __hex: true;
|
|
1897
|
+
}>, {
|
|
1898
|
+
readonly __address: true;
|
|
1899
|
+
}>;
|
|
1900
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1901
|
+
readonly __hex: true;
|
|
1902
|
+
}>, {
|
|
1903
|
+
readonly __address: true;
|
|
1904
|
+
}>;
|
|
1905
|
+
withdrawBlock: number;
|
|
1906
|
+
}, {
|
|
1907
|
+
addBlock: number;
|
|
1908
|
+
id: number;
|
|
1909
|
+
removeBlock: number;
|
|
1910
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1911
|
+
readonly __hex: true;
|
|
1912
|
+
}>, {
|
|
1913
|
+
readonly __address: true;
|
|
1914
|
+
}>;
|
|
1915
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1916
|
+
readonly __hex: true;
|
|
1917
|
+
}>, {
|
|
1918
|
+
readonly __address: true;
|
|
1919
|
+
}>;
|
|
1920
|
+
withdrawBlock: number;
|
|
1921
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1922
|
+
readonly __hex: true;
|
|
1923
|
+
}>;
|
|
1924
|
+
}>>>;
|
|
1243
1925
|
};
|
|
1244
1926
|
};
|
|
1245
1927
|
xyoViewer_stakesByStaked: {
|
|
@@ -1256,8 +1938,112 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1256
1938
|
}>, string>>], null>;
|
|
1257
1939
|
};
|
|
1258
1940
|
result: {
|
|
1259
|
-
to: z.
|
|
1260
|
-
|
|
1941
|
+
to: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1942
|
+
amount: z.ZodBigInt;
|
|
1943
|
+
addBlock: z.ZodNumber;
|
|
1944
|
+
id: z.ZodNumber;
|
|
1945
|
+
removeBlock: z.ZodNumber;
|
|
1946
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1947
|
+
readonly __hex: true;
|
|
1948
|
+
}>, {
|
|
1949
|
+
readonly __address: true;
|
|
1950
|
+
}>, string>>;
|
|
1951
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1952
|
+
readonly __hex: true;
|
|
1953
|
+
}>, {
|
|
1954
|
+
readonly __address: true;
|
|
1955
|
+
}>, string>>;
|
|
1956
|
+
withdrawBlock: z.ZodNumber;
|
|
1957
|
+
}, z.core.$strip>, z.ZodTransform<{
|
|
1958
|
+
addBlock: number;
|
|
1959
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1960
|
+
readonly __hex: true;
|
|
1961
|
+
}>;
|
|
1962
|
+
id: number;
|
|
1963
|
+
removeBlock: number;
|
|
1964
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1965
|
+
readonly __hex: true;
|
|
1966
|
+
}>, {
|
|
1967
|
+
readonly __address: true;
|
|
1968
|
+
}>;
|
|
1969
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1970
|
+
readonly __hex: true;
|
|
1971
|
+
}>, {
|
|
1972
|
+
readonly __address: true;
|
|
1973
|
+
}>;
|
|
1974
|
+
withdrawBlock: number;
|
|
1975
|
+
}, {
|
|
1976
|
+
amount: bigint;
|
|
1977
|
+
addBlock: number;
|
|
1978
|
+
id: number;
|
|
1979
|
+
removeBlock: number;
|
|
1980
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1981
|
+
readonly __hex: true;
|
|
1982
|
+
}>, {
|
|
1983
|
+
readonly __address: true;
|
|
1984
|
+
}>;
|
|
1985
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1986
|
+
readonly __hex: true;
|
|
1987
|
+
}>, {
|
|
1988
|
+
readonly __address: true;
|
|
1989
|
+
}>;
|
|
1990
|
+
withdrawBlock: number;
|
|
1991
|
+
}>>>;
|
|
1992
|
+
from: z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
1993
|
+
addBlock: z.ZodNumber;
|
|
1994
|
+
id: z.ZodNumber;
|
|
1995
|
+
removeBlock: z.ZodNumber;
|
|
1996
|
+
staked: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
1997
|
+
readonly __hex: true;
|
|
1998
|
+
}>, {
|
|
1999
|
+
readonly __address: true;
|
|
2000
|
+
}>, string>>;
|
|
2001
|
+
staker: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2002
|
+
readonly __hex: true;
|
|
2003
|
+
}>, {
|
|
2004
|
+
readonly __address: true;
|
|
2005
|
+
}>, string>>;
|
|
2006
|
+
withdrawBlock: z.ZodNumber;
|
|
2007
|
+
amount: z.ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2008
|
+
readonly __hex: true;
|
|
2009
|
+
}>, unknown, z.core.$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2010
|
+
readonly __hex: true;
|
|
2011
|
+
}>, unknown>>;
|
|
2012
|
+
}, z.core.$strip>, z.ZodTransform<{
|
|
2013
|
+
addBlock: number;
|
|
2014
|
+
amount: import("@xyo-network/xl1-protocol").AttoXL1;
|
|
2015
|
+
id: number;
|
|
2016
|
+
removeBlock: number;
|
|
2017
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2018
|
+
readonly __hex: true;
|
|
2019
|
+
}>, {
|
|
2020
|
+
readonly __address: true;
|
|
2021
|
+
}>;
|
|
2022
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2023
|
+
readonly __hex: true;
|
|
2024
|
+
}>, {
|
|
2025
|
+
readonly __address: true;
|
|
2026
|
+
}>;
|
|
2027
|
+
withdrawBlock: number;
|
|
2028
|
+
}, {
|
|
2029
|
+
addBlock: number;
|
|
2030
|
+
id: number;
|
|
2031
|
+
removeBlock: number;
|
|
2032
|
+
staked: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2033
|
+
readonly __hex: true;
|
|
2034
|
+
}>, {
|
|
2035
|
+
readonly __address: true;
|
|
2036
|
+
}>;
|
|
2037
|
+
staker: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2038
|
+
readonly __hex: true;
|
|
2039
|
+
}>, {
|
|
2040
|
+
readonly __address: true;
|
|
2041
|
+
}>;
|
|
2042
|
+
withdrawBlock: number;
|
|
2043
|
+
amount: import("@xylabs/typeof").Brand<Lowercase<string>, {
|
|
2044
|
+
readonly __hex: true;
|
|
2045
|
+
}>;
|
|
2046
|
+
}>>>;
|
|
1261
2047
|
};
|
|
1262
2048
|
};
|
|
1263
2049
|
xyoViewer_transactionByBlockHashAndIndex: {
|
|
@@ -1378,8 +2164,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1378
2164
|
readonly __hex: true;
|
|
1379
2165
|
}>, unknown>>;
|
|
1380
2166
|
}, z.core.$strip>;
|
|
1381
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1382
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2167
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2168
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1383
2169
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1384
2170
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1385
2171
|
schema: z.ZodString;
|
|
@@ -1480,8 +2266,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1480
2266
|
readonly __hex: true;
|
|
1481
2267
|
}>, unknown>>;
|
|
1482
2268
|
}, z.core.$strip>;
|
|
1483
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1484
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2269
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2270
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1485
2271
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1486
2272
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1487
2273
|
schema: z.ZodString;
|
|
@@ -1590,8 +2376,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1590
2376
|
readonly __hex: true;
|
|
1591
2377
|
}>, unknown>>;
|
|
1592
2378
|
}, z.core.$strip>;
|
|
1593
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1594
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2379
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2380
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1595
2381
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1596
2382
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1597
2383
|
schema: z.ZodString;
|
|
@@ -1692,8 +2478,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1692
2478
|
readonly __hex: true;
|
|
1693
2479
|
}>, unknown>>;
|
|
1694
2480
|
}, z.core.$strip>;
|
|
1695
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1696
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2481
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2482
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1697
2483
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1698
2484
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1699
2485
|
schema: z.ZodString;
|
|
@@ -1818,8 +2604,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1818
2604
|
readonly __hex: true;
|
|
1819
2605
|
}>, unknown>>;
|
|
1820
2606
|
}, z.core.$strip>;
|
|
1821
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1822
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2607
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2608
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1823
2609
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1824
2610
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1825
2611
|
schema: z.ZodString;
|
|
@@ -1920,8 +2706,8 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1920
2706
|
readonly __hex: true;
|
|
1921
2707
|
}>, unknown>>;
|
|
1922
2708
|
}, z.core.$strip>;
|
|
1923
|
-
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
1924
|
-
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").
|
|
2709
|
+
chain: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
2710
|
+
from: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/xl1-protocol").ChainId, string>>;
|
|
1925
2711
|
script: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
1926
2712
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
1927
2713
|
schema: z.ZodString;
|