@xyo-network/xl1-rpc 1.12.0 → 1.12.2

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.
Files changed (129) hide show
  1. package/dist/neutral/index.mjs +487 -258
  2. package/dist/neutral/index.mjs.map +1 -1
  3. package/dist/neutral/transport/HttpRpcTransport.d.ts +1 -1
  4. package/dist/neutral/transport/HttpRpcTransport.d.ts.map +1 -1
  5. package/dist/neutral/transport/MemoryRpcTransport.d.ts +4 -4
  6. package/dist/neutral/transport/MemoryRpcTransport.d.ts.map +1 -1
  7. package/dist/neutral/transport/RpcTransport.d.ts +1 -1
  8. package/dist/neutral/transport/RpcTransport.d.ts.map +1 -1
  9. package/dist/neutral/transport/post-message/LegacyPostMessageRpcTransport.d.ts +1 -1
  10. package/dist/neutral/transport/post-message/LegacyPostMessageRpcTransport.d.ts.map +1 -1
  11. package/dist/neutral/types/schema/AllRpcSchemas.d.ts +2965 -2
  12. package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
  13. package/dist/neutral/types/schema/XyoGatewayRpcSchemas.d.ts +1 -1
  14. package/dist/neutral/types/schema/XyoGatewayRpcSchemas.d.ts.map +1 -1
  15. package/dist/neutral/types/schema/XyoProviderRpcSchemas.d.ts +1 -1
  16. package/dist/neutral/types/schema/XyoProviderRpcSchemas.d.ts.map +1 -1
  17. package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +1 -1
  18. package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
  19. package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +1 -1
  20. package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
  21. package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +1 -1
  22. package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
  23. package/dist/neutral/types/schema/common/Address.d.ts +1 -1
  24. package/dist/neutral/types/schema/common/Address.d.ts.map +1 -1
  25. package/dist/neutral/types/schema/common/AllowedBlockPayload.d.ts +2 -2
  26. package/dist/neutral/types/schema/common/AllowedBlockPayload.d.ts.map +1 -1
  27. package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +1 -1
  28. package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
  29. package/dist/neutral/types/schema/common/BoundWitness.d.ts +1 -1
  30. package/dist/neutral/types/schema/common/BoundWitness.d.ts.map +1 -1
  31. package/dist/neutral/types/schema/common/Chain.d.ts +1 -1
  32. package/dist/neutral/types/schema/common/Chain.d.ts.map +1 -1
  33. package/dist/neutral/types/schema/common/HydratedBlock.d.ts +1 -1
  34. package/dist/neutral/types/schema/common/HydratedBlock.d.ts.map +1 -1
  35. package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +1 -1
  36. package/dist/neutral/types/schema/common/HydratedTransaction.d.ts.map +1 -1
  37. package/dist/neutral/types/schema/common/Json.d.ts +1 -1
  38. package/dist/neutral/types/schema/common/Json.d.ts.map +1 -1
  39. package/dist/neutral/types/schema/common/Payload.d.ts +1 -1
  40. package/dist/neutral/types/schema/common/Payload.d.ts.map +1 -1
  41. package/dist/neutral/types/schema/common/Sequence.d.ts +1 -1
  42. package/dist/neutral/types/schema/common/Sequence.d.ts.map +1 -1
  43. package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +1 -1
  44. package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
  45. package/dist/neutral/types/schema/common/TransactionFees.d.ts +1 -1
  46. package/dist/neutral/types/schema/common/TransactionFees.d.ts.map +1 -1
  47. package/dist/neutral/types/schema/createRequestSchema.d.ts +2 -2
  48. package/dist/neutral/types/schema/createRequestSchema.d.ts.map +1 -1
  49. package/dist/neutral/types/schema/createResponseSchema.d.ts +1 -1
  50. package/dist/neutral/types/schema/createResponseSchema.d.ts.map +1 -1
  51. package/dist/node/index-node.mjs +516 -289
  52. package/dist/node/index-node.mjs.map +1 -1
  53. package/dist/node/transport/HttpRpcTransport.d.ts +1 -1
  54. package/dist/node/transport/HttpRpcTransport.d.ts.map +1 -1
  55. package/dist/node/transport/MemoryRpcTransport.d.ts +4 -4
  56. package/dist/node/transport/MemoryRpcTransport.d.ts.map +1 -1
  57. package/dist/node/transport/RpcTransport.d.ts +1 -1
  58. package/dist/node/transport/RpcTransport.d.ts.map +1 -1
  59. package/dist/node/transport/post-message/LegacyPostMessageRpcTransport.d.ts +1 -1
  60. package/dist/node/transport/post-message/LegacyPostMessageRpcTransport.d.ts.map +1 -1
  61. package/dist/node/types/schema/AllRpcSchemas.d.ts +2965 -2
  62. package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
  63. package/dist/node/types/schema/XyoGatewayRpcSchemas.d.ts +1 -1
  64. package/dist/node/types/schema/XyoGatewayRpcSchemas.d.ts.map +1 -1
  65. package/dist/node/types/schema/XyoProviderRpcSchemas.d.ts +1 -1
  66. package/dist/node/types/schema/XyoProviderRpcSchemas.d.ts.map +1 -1
  67. package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +1 -1
  68. package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
  69. package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +1 -1
  70. package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
  71. package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +1 -1
  72. package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
  73. package/dist/node/types/schema/common/Address.d.ts +1 -1
  74. package/dist/node/types/schema/common/Address.d.ts.map +1 -1
  75. package/dist/node/types/schema/common/AllowedBlockPayload.d.ts +2 -2
  76. package/dist/node/types/schema/common/AllowedBlockPayload.d.ts.map +1 -1
  77. package/dist/node/types/schema/common/BlockBoundWitness.d.ts +1 -1
  78. package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
  79. package/dist/node/types/schema/common/BoundWitness.d.ts +1 -1
  80. package/dist/node/types/schema/common/BoundWitness.d.ts.map +1 -1
  81. package/dist/node/types/schema/common/Chain.d.ts +1 -1
  82. package/dist/node/types/schema/common/Chain.d.ts.map +1 -1
  83. package/dist/node/types/schema/common/HydratedBlock.d.ts +1 -1
  84. package/dist/node/types/schema/common/HydratedBlock.d.ts.map +1 -1
  85. package/dist/node/types/schema/common/HydratedTransaction.d.ts +1 -1
  86. package/dist/node/types/schema/common/HydratedTransaction.d.ts.map +1 -1
  87. package/dist/node/types/schema/common/Json.d.ts +1 -1
  88. package/dist/node/types/schema/common/Json.d.ts.map +1 -1
  89. package/dist/node/types/schema/common/Payload.d.ts +1 -1
  90. package/dist/node/types/schema/common/Payload.d.ts.map +1 -1
  91. package/dist/node/types/schema/common/Sequence.d.ts +1 -1
  92. package/dist/node/types/schema/common/Sequence.d.ts.map +1 -1
  93. package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +1 -1
  94. package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
  95. package/dist/node/types/schema/common/TransactionFees.d.ts +1 -1
  96. package/dist/node/types/schema/common/TransactionFees.d.ts.map +1 -1
  97. package/dist/node/types/schema/createRequestSchema.d.ts +2 -2
  98. package/dist/node/types/schema/createRequestSchema.d.ts.map +1 -1
  99. package/dist/node/types/schema/createResponseSchema.d.ts +1 -1
  100. package/dist/node/types/schema/createResponseSchema.d.ts.map +1 -1
  101. package/package.json +29 -32
  102. package/src/provider/client/spec/MemoryXyoClient.spec.ts +2 -2
  103. package/src/provider/gateway/spec/MemoryXyoGateway.spec.ts +2 -2
  104. package/src/provider/viewer/spec/JsonRpcXyoViewer.spec.ts +3 -2
  105. package/src/transport/HttpRpcTransport.ts +1 -1
  106. package/src/transport/MemoryRpcTransport.ts +5 -4
  107. package/src/transport/RpcTransport.ts +1 -1
  108. package/src/transport/post-message/LegacyPostMessageRpcTransport.ts +1 -1
  109. package/src/types/schema/AllRpcSchemas.ts +2 -2
  110. package/src/types/schema/XyoGatewayRpcSchemas.ts +1 -1
  111. package/src/types/schema/XyoProviderRpcSchemas.ts +1 -1
  112. package/src/types/schema/XyoRunnerRpcSchemas.ts +1 -1
  113. package/src/types/schema/XyoSignerRpcSchemas.ts +1 -1
  114. package/src/types/schema/XyoViewerRpcSchemas.ts +1 -1
  115. package/src/types/schema/common/Address.ts +3 -6
  116. package/src/types/schema/common/AllowedBlockPayload.ts +1 -1
  117. package/src/types/schema/common/BlockBoundWitness.ts +1 -1
  118. package/src/types/schema/common/BoundWitness.ts +1 -1
  119. package/src/types/schema/common/Chain.ts +3 -6
  120. package/src/types/schema/common/HydratedBlock.ts +1 -1
  121. package/src/types/schema/common/HydratedTransaction.ts +1 -1
  122. package/src/types/schema/common/Json.ts +1 -1
  123. package/src/types/schema/common/Payload.ts +1 -1
  124. package/src/types/schema/common/Sequence.ts +2 -3
  125. package/src/types/schema/common/TransactionBoundWitness.ts +1 -1
  126. package/src/types/schema/common/TransactionFees.ts +1 -1
  127. package/src/types/schema/common/spec/HydratedBlockSchema.spec.ts +1 -2
  128. package/src/types/schema/createRequestSchema.ts +1 -1
  129. package/src/types/schema/createResponseSchema.ts +1 -1
@@ -1,3 +1,2966 @@
1
- import type { RpcSchemaMap } from './RpcSchemaMap.ts';
2
- export declare const AllRpcSchemas: RpcSchemaMap;
1
+ export declare const AllRpcSchemas: {
2
+ xyoViewer_accountBalance: {
3
+ params: {
4
+ to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
5
+ readonly __hex: true;
6
+ }>, {
7
+ readonly __address: true;
8
+ }>, string>>], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
9
+ readonly __hex: true;
10
+ }>, {
11
+ readonly __address: true;
12
+ }>, string>>, import("zod").ZodNumber], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
13
+ readonly __hex: true;
14
+ }>, {
15
+ readonly __address: true;
16
+ }>, string>>, import("zod").ZodNumber, import("zod").ZodBoolean], null>]>;
17
+ from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
18
+ readonly __hex: true;
19
+ }>, {
20
+ readonly __address: true;
21
+ }>, string>>], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
22
+ readonly __hex: true;
23
+ }>, {
24
+ readonly __address: true;
25
+ }>, string>>, import("zod").ZodNumber], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
26
+ readonly __hex: true;
27
+ }>, {
28
+ readonly __address: true;
29
+ }>, string>>, import("zod").ZodNumber, import("zod").ZodBoolean], null>]>;
30
+ };
31
+ result: {
32
+ to: import("zod").ZodPipe<import("zod").ZodBigInt, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
33
+ readonly __hex: true;
34
+ }>, bigint>>;
35
+ from: import("zod").ZodPipe<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<Lowercase<string>, {
36
+ readonly __hex: true;
37
+ }>, string>>, import("zod").ZodTransform<bigint, import("@xylabs/typeof").Brand<Lowercase<string>, {
38
+ readonly __hex: true;
39
+ }>>>;
40
+ };
41
+ };
42
+ xyoViewer_accountHistory: {
43
+ params: {
44
+ to: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
45
+ readonly __hex: true;
46
+ }>, {
47
+ readonly __address: true;
48
+ }>, string>>], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
49
+ readonly __hex: true;
50
+ }>, {
51
+ readonly __address: true;
52
+ }>, string>>, import("zod").ZodNumber], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
53
+ readonly __hex: true;
54
+ }>, {
55
+ readonly __address: true;
56
+ }>, string>>, import("zod").ZodNumber, import("zod").ZodBoolean], null>]>;
57
+ from: import("zod").ZodUnion<readonly [import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
58
+ readonly __hex: true;
59
+ }>, {
60
+ readonly __address: true;
61
+ }>, string>>], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
62
+ readonly __hex: true;
63
+ }>, {
64
+ readonly __address: true;
65
+ }>, string>>, import("zod").ZodNumber], null>, import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
66
+ readonly __hex: true;
67
+ }>, {
68
+ readonly __address: true;
69
+ }>, string>>, import("zod").ZodNumber, import("zod").ZodBoolean], null>]>;
70
+ };
71
+ result: {
72
+ to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
73
+ readonly __hex: true;
74
+ }>, {
75
+ readonly __hash: true;
76
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
77
+ readonly __hex: true;
78
+ }>, {
79
+ readonly __hash: true;
80
+ }>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
81
+ readonly __hex: true;
82
+ }>, {
83
+ readonly __hash: true;
84
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
85
+ readonly __hex: true;
86
+ }>, {
87
+ readonly __hash: true;
88
+ }>, unknown>>, import("zod").ZodObject<{
89
+ schema: import("zod").ZodString;
90
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
91
+ from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
92
+ readonly __hex: true;
93
+ }>, {
94
+ readonly __hash: true;
95
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
96
+ readonly __hex: true;
97
+ }>, {
98
+ readonly __hash: true;
99
+ }>, unknown>>, import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
100
+ readonly __hex: true;
101
+ }>, {
102
+ readonly __hash: true;
103
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
104
+ readonly __hex: true;
105
+ }>, {
106
+ readonly __hash: true;
107
+ }>, unknown>>, import("zod").ZodObject<{
108
+ schema: import("zod").ZodString;
109
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>], null>>;
110
+ };
111
+ };
112
+ xyoViewer_blockByHash: {
113
+ params: {
114
+ to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
115
+ readonly __hex: true;
116
+ }>, {
117
+ readonly __hash: true;
118
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
119
+ readonly __hex: true;
120
+ }>, {
121
+ readonly __hash: true;
122
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
123
+ readonly __hex: true;
124
+ }>, {
125
+ readonly __hash: true;
126
+ }>>>], null>;
127
+ from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
128
+ readonly __hex: true;
129
+ }>, {
130
+ readonly __hash: true;
131
+ }>, string>>], null>;
132
+ };
133
+ result: {
134
+ to: import("zod").ZodTuple<[import("zod").ZodObject<{
135
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
136
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
137
+ readonly __hex: true;
138
+ }>, {
139
+ readonly __address: true;
140
+ }>, string>>>;
141
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
142
+ readonly __hex: true;
143
+ }>, {
144
+ readonly __hash: true;
145
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
146
+ readonly __hex: true;
147
+ }>, {
148
+ readonly __hash: true;
149
+ }>, unknown>>>;
150
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
151
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
152
+ readonly __hex: true;
153
+ }>, {
154
+ readonly __hash: true;
155
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
156
+ readonly __hex: true;
157
+ }>, {
158
+ readonly __hash: true;
159
+ }>, unknown>>>>;
160
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
161
+ readonly __hex: true;
162
+ }>, {
163
+ readonly __address: true;
164
+ }>, string>>>;
165
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
166
+ readonly __hex: true;
167
+ }>, {
168
+ readonly __hash: true;
169
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
170
+ readonly __hex: true;
171
+ }>, {
172
+ readonly __hash: true;
173
+ }>, unknown>>>;
174
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
175
+ readonly __hex: true;
176
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
177
+ readonly __hex: true;
178
+ }>, unknown>>, import("zod").ZodNull]>>;
179
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
180
+ readonly __hex: true;
181
+ }>, {
182
+ readonly __hash: true;
183
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
184
+ readonly __hex: true;
185
+ }>, {
186
+ readonly __hash: true;
187
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
188
+ readonly __hex: true;
189
+ }>, {
190
+ readonly __hash: true;
191
+ }>>>>;
192
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
193
+ readonly __hex: true;
194
+ }>, {
195
+ readonly __hash: true;
196
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
197
+ readonly __hex: true;
198
+ }>, {
199
+ readonly __hash: true;
200
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
201
+ readonly __hex: true;
202
+ }>, {
203
+ readonly __hash: true;
204
+ }>>>>;
205
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
206
+ block: import("zod").ZodNumber;
207
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
208
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
209
+ readonly __hex: true;
210
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
211
+ readonly __hex: true;
212
+ }>, unknown>>>;
213
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
214
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
215
+ readonly __hex: true;
216
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
217
+ readonly __hex: true;
218
+ }>, unknown>>>>;
219
+ $epoch: import("zod").ZodNumber;
220
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
221
+ schema: import("zod").ZodString;
222
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
223
+ from: import("zod").ZodTuple<[import("zod").ZodObject<{
224
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
225
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
226
+ readonly __hex: true;
227
+ }>, {
228
+ readonly __address: true;
229
+ }>, string>>>;
230
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
231
+ readonly __hex: true;
232
+ }>, {
233
+ readonly __hash: true;
234
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
235
+ readonly __hex: true;
236
+ }>, {
237
+ readonly __hash: true;
238
+ }>, unknown>>>;
239
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
240
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
241
+ readonly __hex: true;
242
+ }>, {
243
+ readonly __hash: true;
244
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
245
+ readonly __hex: true;
246
+ }>, {
247
+ readonly __hash: true;
248
+ }>, unknown>>>>;
249
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
250
+ readonly __hex: true;
251
+ }>, {
252
+ readonly __address: true;
253
+ }>, string>>>;
254
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
255
+ readonly __hex: true;
256
+ }>, {
257
+ readonly __hash: true;
258
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
259
+ readonly __hex: true;
260
+ }>, {
261
+ readonly __hash: true;
262
+ }>, unknown>>>;
263
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
264
+ readonly __hex: true;
265
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
266
+ readonly __hex: true;
267
+ }>, unknown>>, import("zod").ZodNull]>>;
268
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
269
+ readonly __hex: true;
270
+ }>, {
271
+ readonly __hash: true;
272
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
273
+ readonly __hex: true;
274
+ }>, {
275
+ readonly __hash: true;
276
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
277
+ readonly __hex: true;
278
+ }>, {
279
+ readonly __hash: true;
280
+ }>>>>;
281
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
282
+ readonly __hex: true;
283
+ }>, {
284
+ readonly __hash: true;
285
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
286
+ readonly __hex: true;
287
+ }>, {
288
+ readonly __hash: true;
289
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
290
+ readonly __hex: true;
291
+ }>, {
292
+ readonly __hash: true;
293
+ }>>>>;
294
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
295
+ block: import("zod").ZodNumber;
296
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
297
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
298
+ readonly __hex: true;
299
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
300
+ readonly __hex: true;
301
+ }>, unknown>>>;
302
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
303
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
304
+ readonly __hex: true;
305
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
306
+ readonly __hex: true;
307
+ }>, unknown>>>>;
308
+ $epoch: import("zod").ZodNumber;
309
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
310
+ schema: import("zod").ZodString;
311
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
312
+ };
313
+ };
314
+ xyoViewer_blockByNumber: {
315
+ params: {
316
+ to: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
317
+ from: import("zod").ZodTuple<[import("zod").ZodNumber], null>;
318
+ };
319
+ result: {
320
+ to: import("zod").ZodTuple<[import("zod").ZodObject<{
321
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
322
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
323
+ readonly __hex: true;
324
+ }>, {
325
+ readonly __address: true;
326
+ }>, string>>>;
327
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
328
+ readonly __hex: true;
329
+ }>, {
330
+ readonly __hash: true;
331
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
332
+ readonly __hex: true;
333
+ }>, {
334
+ readonly __hash: true;
335
+ }>, unknown>>>;
336
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
337
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
338
+ readonly __hex: true;
339
+ }>, {
340
+ readonly __hash: true;
341
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
342
+ readonly __hex: true;
343
+ }>, {
344
+ readonly __hash: true;
345
+ }>, unknown>>>>;
346
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
347
+ readonly __hex: true;
348
+ }>, {
349
+ readonly __address: true;
350
+ }>, string>>>;
351
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
352
+ readonly __hex: true;
353
+ }>, {
354
+ readonly __hash: true;
355
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
356
+ readonly __hex: true;
357
+ }>, {
358
+ readonly __hash: true;
359
+ }>, unknown>>>;
360
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
361
+ readonly __hex: true;
362
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
363
+ readonly __hex: true;
364
+ }>, unknown>>, import("zod").ZodNull]>>;
365
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
366
+ readonly __hex: true;
367
+ }>, {
368
+ readonly __hash: true;
369
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
370
+ readonly __hex: true;
371
+ }>, {
372
+ readonly __hash: true;
373
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
374
+ readonly __hex: true;
375
+ }>, {
376
+ readonly __hash: true;
377
+ }>>>>;
378
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
379
+ readonly __hex: true;
380
+ }>, {
381
+ readonly __hash: true;
382
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
383
+ readonly __hex: true;
384
+ }>, {
385
+ readonly __hash: true;
386
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
387
+ readonly __hex: true;
388
+ }>, {
389
+ readonly __hash: true;
390
+ }>>>>;
391
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
392
+ block: import("zod").ZodNumber;
393
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
394
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
395
+ readonly __hex: true;
396
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
397
+ readonly __hex: true;
398
+ }>, unknown>>>;
399
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
400
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
401
+ readonly __hex: true;
402
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
403
+ readonly __hex: true;
404
+ }>, unknown>>>>;
405
+ $epoch: import("zod").ZodNumber;
406
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
407
+ schema: import("zod").ZodString;
408
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
409
+ from: import("zod").ZodTuple<[import("zod").ZodObject<{
410
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
411
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
412
+ readonly __hex: true;
413
+ }>, {
414
+ readonly __address: true;
415
+ }>, string>>>;
416
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
417
+ readonly __hex: true;
418
+ }>, {
419
+ readonly __hash: true;
420
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
421
+ readonly __hex: true;
422
+ }>, {
423
+ readonly __hash: true;
424
+ }>, unknown>>>;
425
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
426
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
427
+ readonly __hex: true;
428
+ }>, {
429
+ readonly __hash: true;
430
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
431
+ readonly __hex: true;
432
+ }>, {
433
+ readonly __hash: true;
434
+ }>, unknown>>>>;
435
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
436
+ readonly __hex: true;
437
+ }>, {
438
+ readonly __address: true;
439
+ }>, string>>>;
440
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
441
+ readonly __hex: true;
442
+ }>, {
443
+ readonly __hash: true;
444
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
445
+ readonly __hex: true;
446
+ }>, {
447
+ readonly __hash: true;
448
+ }>, unknown>>>;
449
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
450
+ readonly __hex: true;
451
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
452
+ readonly __hex: true;
453
+ }>, unknown>>, import("zod").ZodNull]>>;
454
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
455
+ readonly __hex: true;
456
+ }>, {
457
+ readonly __hash: true;
458
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
459
+ readonly __hex: true;
460
+ }>, {
461
+ readonly __hash: true;
462
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
463
+ readonly __hex: true;
464
+ }>, {
465
+ readonly __hash: true;
466
+ }>>>>;
467
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
468
+ readonly __hex: true;
469
+ }>, {
470
+ readonly __hash: true;
471
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
472
+ readonly __hex: true;
473
+ }>, {
474
+ readonly __hash: true;
475
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
476
+ readonly __hex: true;
477
+ }>, {
478
+ readonly __hash: true;
479
+ }>>>>;
480
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
481
+ block: import("zod").ZodNumber;
482
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
483
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
484
+ readonly __hex: true;
485
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
486
+ readonly __hex: true;
487
+ }>, unknown>>>;
488
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
489
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
490
+ readonly __hex: true;
491
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
492
+ readonly __hex: true;
493
+ }>, unknown>>>>;
494
+ $epoch: import("zod").ZodNumber;
495
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
496
+ schema: import("zod").ZodString;
497
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
498
+ };
499
+ };
500
+ xyoViewer_blocksByHash: {
501
+ params: {
502
+ to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
503
+ readonly __hex: true;
504
+ }>, {
505
+ readonly __hash: true;
506
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
507
+ readonly __hex: true;
508
+ }>, {
509
+ readonly __hash: true;
510
+ }>, unknown>>, import("zod").ZodOptional<import("zod").ZodNumber>], null>;
511
+ from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
512
+ readonly __hex: true;
513
+ }>, {
514
+ readonly __hash: true;
515
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
516
+ readonly __hex: true;
517
+ }>, {
518
+ readonly __hash: true;
519
+ }>, unknown>>, import("zod").ZodOptional<import("zod").ZodNumber>], null>;
520
+ };
521
+ result: {
522
+ to: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
523
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
524
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
525
+ readonly __hex: true;
526
+ }>, {
527
+ readonly __address: true;
528
+ }>, string>>>;
529
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
530
+ readonly __hex: true;
531
+ }>, {
532
+ readonly __hash: true;
533
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
534
+ readonly __hex: true;
535
+ }>, {
536
+ readonly __hash: true;
537
+ }>, unknown>>>;
538
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
539
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
540
+ readonly __hex: true;
541
+ }>, {
542
+ readonly __hash: true;
543
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
544
+ readonly __hex: true;
545
+ }>, {
546
+ readonly __hash: true;
547
+ }>, unknown>>>>;
548
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
549
+ readonly __hex: true;
550
+ }>, {
551
+ readonly __address: true;
552
+ }>, string>>>;
553
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
554
+ readonly __hex: true;
555
+ }>, {
556
+ readonly __hash: true;
557
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
558
+ readonly __hex: true;
559
+ }>, {
560
+ readonly __hash: true;
561
+ }>, unknown>>>;
562
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
563
+ readonly __hex: true;
564
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
565
+ readonly __hex: true;
566
+ }>, unknown>>, import("zod").ZodNull]>>;
567
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
568
+ readonly __hex: true;
569
+ }>, {
570
+ readonly __hash: true;
571
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
572
+ readonly __hex: true;
573
+ }>, {
574
+ readonly __hash: true;
575
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
576
+ readonly __hex: true;
577
+ }>, {
578
+ readonly __hash: true;
579
+ }>>>>;
580
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
581
+ readonly __hex: true;
582
+ }>, {
583
+ readonly __hash: true;
584
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
585
+ readonly __hex: true;
586
+ }>, {
587
+ readonly __hash: true;
588
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
589
+ readonly __hex: true;
590
+ }>, {
591
+ readonly __hash: true;
592
+ }>>>>;
593
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
594
+ block: import("zod").ZodNumber;
595
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
596
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
597
+ readonly __hex: true;
598
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
599
+ readonly __hex: true;
600
+ }>, unknown>>>;
601
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
602
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
603
+ readonly __hex: true;
604
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
605
+ readonly __hex: true;
606
+ }>, unknown>>>>;
607
+ $epoch: import("zod").ZodNumber;
608
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
609
+ schema: import("zod").ZodString;
610
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
611
+ from: import("zod").ZodArray<import("zod").ZodTuple<[import("zod").ZodObject<{
612
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
613
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
614
+ readonly __hex: true;
615
+ }>, {
616
+ readonly __address: true;
617
+ }>, string>>>;
618
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
619
+ readonly __hex: true;
620
+ }>, {
621
+ readonly __hash: true;
622
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
623
+ readonly __hex: true;
624
+ }>, {
625
+ readonly __hash: true;
626
+ }>, unknown>>>;
627
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
628
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
629
+ readonly __hex: true;
630
+ }>, {
631
+ readonly __hash: true;
632
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
633
+ readonly __hex: true;
634
+ }>, {
635
+ readonly __hash: true;
636
+ }>, unknown>>>>;
637
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
638
+ readonly __hex: true;
639
+ }>, {
640
+ readonly __address: true;
641
+ }>, string>>>;
642
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
643
+ readonly __hex: true;
644
+ }>, {
645
+ readonly __hash: true;
646
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
647
+ readonly __hex: true;
648
+ }>, {
649
+ readonly __hash: true;
650
+ }>, unknown>>>;
651
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
652
+ readonly __hex: true;
653
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
654
+ readonly __hex: true;
655
+ }>, unknown>>, import("zod").ZodNull]>>;
656
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
657
+ readonly __hex: true;
658
+ }>, {
659
+ readonly __hash: true;
660
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
661
+ readonly __hex: true;
662
+ }>, {
663
+ readonly __hash: true;
664
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
665
+ readonly __hex: true;
666
+ }>, {
667
+ readonly __hash: true;
668
+ }>>>>;
669
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
670
+ readonly __hex: true;
671
+ }>, {
672
+ readonly __hash: true;
673
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
674
+ readonly __hex: true;
675
+ }>, {
676
+ readonly __hash: true;
677
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
678
+ readonly __hex: true;
679
+ }>, {
680
+ readonly __hash: true;
681
+ }>>>>;
682
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
683
+ block: import("zod").ZodNumber;
684
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
685
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
686
+ readonly __hex: true;
687
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
688
+ readonly __hex: true;
689
+ }>, unknown>>>;
690
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
691
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
692
+ readonly __hex: true;
693
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
694
+ readonly __hex: true;
695
+ }>, unknown>>>>;
696
+ $epoch: import("zod").ZodNumber;
697
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
698
+ schema: import("zod").ZodString;
699
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
700
+ };
701
+ };
702
+ xyoViewer_chainId: {
703
+ params: {
704
+ to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
705
+ from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
706
+ };
707
+ result: {
708
+ to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
709
+ readonly __hex: true;
710
+ }>, {
711
+ readonly __address: true;
712
+ }>, string>>;
713
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
714
+ readonly __hex: true;
715
+ }>, {
716
+ readonly __address: true;
717
+ }>, string>>;
718
+ };
719
+ };
720
+ xyoViewer_currentBlock: {
721
+ params: {
722
+ to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
723
+ from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
724
+ };
725
+ result: {
726
+ to: import("zod").ZodTuple<[import("zod").ZodObject<{
727
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
728
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
729
+ readonly __hex: true;
730
+ }>, {
731
+ readonly __address: true;
732
+ }>, string>>>;
733
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
734
+ readonly __hex: true;
735
+ }>, {
736
+ readonly __hash: true;
737
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
738
+ readonly __hex: true;
739
+ }>, {
740
+ readonly __hash: true;
741
+ }>, unknown>>>;
742
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
743
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
744
+ readonly __hex: true;
745
+ }>, {
746
+ readonly __hash: true;
747
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
748
+ readonly __hex: true;
749
+ }>, {
750
+ readonly __hash: true;
751
+ }>, unknown>>>>;
752
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
753
+ readonly __hex: true;
754
+ }>, {
755
+ readonly __address: true;
756
+ }>, string>>>;
757
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
758
+ readonly __hex: true;
759
+ }>, {
760
+ readonly __hash: true;
761
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
762
+ readonly __hex: true;
763
+ }>, {
764
+ readonly __hash: true;
765
+ }>, unknown>>>;
766
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
767
+ readonly __hex: true;
768
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
769
+ readonly __hex: true;
770
+ }>, unknown>>, import("zod").ZodNull]>>;
771
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
772
+ readonly __hex: true;
773
+ }>, {
774
+ readonly __hash: true;
775
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
776
+ readonly __hex: true;
777
+ }>, {
778
+ readonly __hash: true;
779
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
780
+ readonly __hex: true;
781
+ }>, {
782
+ readonly __hash: true;
783
+ }>>>>;
784
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
785
+ readonly __hex: true;
786
+ }>, {
787
+ readonly __hash: true;
788
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
789
+ readonly __hex: true;
790
+ }>, {
791
+ readonly __hash: true;
792
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
793
+ readonly __hex: true;
794
+ }>, {
795
+ readonly __hash: true;
796
+ }>>>>;
797
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
798
+ block: import("zod").ZodNumber;
799
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
800
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
801
+ readonly __hex: true;
802
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
803
+ readonly __hex: true;
804
+ }>, unknown>>>;
805
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
806
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
807
+ readonly __hex: true;
808
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
809
+ readonly __hex: true;
810
+ }>, unknown>>>>;
811
+ $epoch: import("zod").ZodNumber;
812
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
813
+ schema: import("zod").ZodString;
814
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
815
+ from: import("zod").ZodTuple<[import("zod").ZodObject<{
816
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
817
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
818
+ readonly __hex: true;
819
+ }>, {
820
+ readonly __address: true;
821
+ }>, string>>>;
822
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
823
+ readonly __hex: true;
824
+ }>, {
825
+ readonly __hash: true;
826
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
827
+ readonly __hex: true;
828
+ }>, {
829
+ readonly __hash: true;
830
+ }>, unknown>>>;
831
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
832
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
833
+ readonly __hex: true;
834
+ }>, {
835
+ readonly __hash: true;
836
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
837
+ readonly __hex: true;
838
+ }>, {
839
+ readonly __hash: true;
840
+ }>, unknown>>>>;
841
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
842
+ readonly __hex: true;
843
+ }>, {
844
+ readonly __address: true;
845
+ }>, string>>>;
846
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
847
+ readonly __hex: true;
848
+ }>, {
849
+ readonly __hash: true;
850
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
851
+ readonly __hex: true;
852
+ }>, {
853
+ readonly __hash: true;
854
+ }>, unknown>>>;
855
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
856
+ readonly __hex: true;
857
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
858
+ readonly __hex: true;
859
+ }>, unknown>>, import("zod").ZodNull]>>;
860
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
861
+ readonly __hex: true;
862
+ }>, {
863
+ readonly __hash: true;
864
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
865
+ readonly __hex: true;
866
+ }>, {
867
+ readonly __hash: true;
868
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
869
+ readonly __hex: true;
870
+ }>, {
871
+ readonly __hash: true;
872
+ }>>>>;
873
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
874
+ readonly __hex: true;
875
+ }>, {
876
+ readonly __hash: true;
877
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
878
+ readonly __hex: true;
879
+ }>, {
880
+ readonly __hash: true;
881
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
882
+ readonly __hex: true;
883
+ }>, {
884
+ readonly __hash: true;
885
+ }>>>>;
886
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
887
+ block: import("zod").ZodNumber;
888
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
889
+ previous: import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
890
+ readonly __hex: true;
891
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
892
+ readonly __hex: true;
893
+ }>, unknown>>>;
894
+ protocol: import("zod").ZodOptional<import("zod").ZodNumber>;
895
+ step_hashes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
896
+ readonly __hex: true;
897
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
898
+ readonly __hex: true;
899
+ }>, unknown>>>>;
900
+ $epoch: import("zod").ZodNumber;
901
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
902
+ schema: import("zod").ZodString;
903
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
904
+ };
905
+ };
906
+ xyoViewer_currentBlockHash: {
907
+ params: {
908
+ to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
909
+ from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
910
+ };
911
+ result: {
912
+ to: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
913
+ readonly __hex: true;
914
+ }>, {
915
+ readonly __hash: true;
916
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
917
+ readonly __hex: true;
918
+ }>, {
919
+ readonly __hash: true;
920
+ }>, unknown>>;
921
+ from: import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
922
+ readonly __hex: true;
923
+ }>, {
924
+ readonly __hash: true;
925
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
926
+ readonly __hex: true;
927
+ }>, {
928
+ readonly __hash: true;
929
+ }>, unknown>>;
930
+ };
931
+ };
932
+ xyoViewer_currentBlockNumber: {
933
+ params: {
934
+ to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
935
+ from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
936
+ };
937
+ result: {
938
+ to: import("zod").ZodNumber;
939
+ from: import("zod").ZodNumber;
940
+ };
941
+ };
942
+ xyoViewer_transactionByBlockHashAndIndex: {
943
+ params: {
944
+ to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
945
+ readonly __hex: true;
946
+ }>, {
947
+ readonly __hash: true;
948
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
949
+ readonly __hex: true;
950
+ }>, {
951
+ readonly __hash: true;
952
+ }>, unknown>>, import("zod").ZodNumber], null>;
953
+ from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
954
+ readonly __hex: true;
955
+ }>, {
956
+ readonly __hash: true;
957
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
958
+ readonly __hex: true;
959
+ }>, {
960
+ readonly __hash: true;
961
+ }>, unknown>>, import("zod").ZodNumber], null>;
962
+ };
963
+ result: {
964
+ to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
965
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
966
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
967
+ readonly __hex: true;
968
+ }>, {
969
+ readonly __address: true;
970
+ }>, string>>>;
971
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
972
+ readonly __hex: true;
973
+ }>, {
974
+ readonly __hash: true;
975
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
976
+ readonly __hex: true;
977
+ }>, {
978
+ readonly __hash: true;
979
+ }>, unknown>>>;
980
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
981
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
982
+ readonly __hex: true;
983
+ }>, {
984
+ readonly __hash: true;
985
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
986
+ readonly __hex: true;
987
+ }>, {
988
+ readonly __hash: true;
989
+ }>, unknown>>>>;
990
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
991
+ readonly __hex: true;
992
+ }>, {
993
+ readonly __address: true;
994
+ }>, string>>>;
995
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
996
+ readonly __hex: true;
997
+ }>, {
998
+ readonly __hash: true;
999
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1000
+ readonly __hex: true;
1001
+ }>, {
1002
+ readonly __hash: true;
1003
+ }>, unknown>>>;
1004
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1005
+ readonly __hex: true;
1006
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1007
+ readonly __hex: true;
1008
+ }>, unknown>>, import("zod").ZodNull]>>;
1009
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1010
+ readonly __hex: true;
1011
+ }>, {
1012
+ readonly __hash: true;
1013
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1014
+ readonly __hex: true;
1015
+ }>, {
1016
+ readonly __hash: true;
1017
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1018
+ readonly __hex: true;
1019
+ }>, {
1020
+ readonly __hash: true;
1021
+ }>>>>;
1022
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1023
+ readonly __hex: true;
1024
+ }>, {
1025
+ readonly __hash: true;
1026
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1027
+ readonly __hex: true;
1028
+ }>, {
1029
+ readonly __hash: true;
1030
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1031
+ readonly __hex: true;
1032
+ }>, {
1033
+ readonly __hash: true;
1034
+ }>>>>;
1035
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1036
+ nbf: import("zod").ZodNumber;
1037
+ exp: import("zod").ZodNumber;
1038
+ fees: import("zod").ZodObject<{
1039
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1040
+ readonly __hex: true;
1041
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1042
+ readonly __hex: true;
1043
+ }>, unknown>>;
1044
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1045
+ readonly __hex: true;
1046
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1047
+ readonly __hex: true;
1048
+ }>, unknown>>;
1049
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1050
+ readonly __hex: true;
1051
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1052
+ readonly __hex: true;
1053
+ }>, unknown>>;
1054
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1055
+ readonly __hex: true;
1056
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1057
+ readonly __hex: true;
1058
+ }>, unknown>>;
1059
+ }, import("zod/v4/core").$strip>;
1060
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1061
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1062
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1063
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1064
+ schema: import("zod").ZodString;
1065
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1066
+ from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
1067
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1068
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1069
+ readonly __hex: true;
1070
+ }>, {
1071
+ readonly __address: true;
1072
+ }>, string>>>;
1073
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1074
+ readonly __hex: true;
1075
+ }>, {
1076
+ readonly __hash: true;
1077
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1078
+ readonly __hex: true;
1079
+ }>, {
1080
+ readonly __hash: true;
1081
+ }>, unknown>>>;
1082
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1083
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1084
+ readonly __hex: true;
1085
+ }>, {
1086
+ readonly __hash: true;
1087
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1088
+ readonly __hex: true;
1089
+ }>, {
1090
+ readonly __hash: true;
1091
+ }>, unknown>>>>;
1092
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1093
+ readonly __hex: true;
1094
+ }>, {
1095
+ readonly __address: true;
1096
+ }>, string>>>;
1097
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1098
+ readonly __hex: true;
1099
+ }>, {
1100
+ readonly __hash: true;
1101
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1102
+ readonly __hex: true;
1103
+ }>, {
1104
+ readonly __hash: true;
1105
+ }>, unknown>>>;
1106
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1107
+ readonly __hex: true;
1108
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1109
+ readonly __hex: true;
1110
+ }>, unknown>>, import("zod").ZodNull]>>;
1111
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1112
+ readonly __hex: true;
1113
+ }>, {
1114
+ readonly __hash: true;
1115
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1116
+ readonly __hex: true;
1117
+ }>, {
1118
+ readonly __hash: true;
1119
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1120
+ readonly __hex: true;
1121
+ }>, {
1122
+ readonly __hash: true;
1123
+ }>>>>;
1124
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1125
+ readonly __hex: true;
1126
+ }>, {
1127
+ readonly __hash: true;
1128
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1129
+ readonly __hex: true;
1130
+ }>, {
1131
+ readonly __hash: true;
1132
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1133
+ readonly __hex: true;
1134
+ }>, {
1135
+ readonly __hash: true;
1136
+ }>>>>;
1137
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1138
+ nbf: import("zod").ZodNumber;
1139
+ exp: import("zod").ZodNumber;
1140
+ fees: import("zod").ZodObject<{
1141
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1142
+ readonly __hex: true;
1143
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1144
+ readonly __hex: true;
1145
+ }>, unknown>>;
1146
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1147
+ readonly __hex: true;
1148
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1149
+ readonly __hex: true;
1150
+ }>, unknown>>;
1151
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1152
+ readonly __hex: true;
1153
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1154
+ readonly __hex: true;
1155
+ }>, unknown>>;
1156
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1157
+ readonly __hex: true;
1158
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1159
+ readonly __hex: true;
1160
+ }>, unknown>>;
1161
+ }, import("zod/v4/core").$strip>;
1162
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1163
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1164
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1165
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1166
+ schema: import("zod").ZodString;
1167
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1168
+ };
1169
+ };
1170
+ xyoViewer_transactionByBlockNumberAndIndex: {
1171
+ params: {
1172
+ to: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>;
1173
+ from: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber], null>;
1174
+ };
1175
+ result: {
1176
+ to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
1177
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1178
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1179
+ readonly __hex: true;
1180
+ }>, {
1181
+ readonly __address: true;
1182
+ }>, string>>>;
1183
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1184
+ readonly __hex: true;
1185
+ }>, {
1186
+ readonly __hash: true;
1187
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1188
+ readonly __hex: true;
1189
+ }>, {
1190
+ readonly __hash: true;
1191
+ }>, unknown>>>;
1192
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1193
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1194
+ readonly __hex: true;
1195
+ }>, {
1196
+ readonly __hash: true;
1197
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1198
+ readonly __hex: true;
1199
+ }>, {
1200
+ readonly __hash: true;
1201
+ }>, unknown>>>>;
1202
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1203
+ readonly __hex: true;
1204
+ }>, {
1205
+ readonly __address: true;
1206
+ }>, string>>>;
1207
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1208
+ readonly __hex: true;
1209
+ }>, {
1210
+ readonly __hash: true;
1211
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1212
+ readonly __hex: true;
1213
+ }>, {
1214
+ readonly __hash: true;
1215
+ }>, unknown>>>;
1216
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1217
+ readonly __hex: true;
1218
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1219
+ readonly __hex: true;
1220
+ }>, unknown>>, import("zod").ZodNull]>>;
1221
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1222
+ readonly __hex: true;
1223
+ }>, {
1224
+ readonly __hash: true;
1225
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1226
+ readonly __hex: true;
1227
+ }>, {
1228
+ readonly __hash: true;
1229
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1230
+ readonly __hex: true;
1231
+ }>, {
1232
+ readonly __hash: true;
1233
+ }>>>>;
1234
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1235
+ readonly __hex: true;
1236
+ }>, {
1237
+ readonly __hash: true;
1238
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1239
+ readonly __hex: true;
1240
+ }>, {
1241
+ readonly __hash: true;
1242
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1243
+ readonly __hex: true;
1244
+ }>, {
1245
+ readonly __hash: true;
1246
+ }>>>>;
1247
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1248
+ nbf: import("zod").ZodNumber;
1249
+ exp: import("zod").ZodNumber;
1250
+ fees: import("zod").ZodObject<{
1251
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1252
+ readonly __hex: true;
1253
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1254
+ readonly __hex: true;
1255
+ }>, unknown>>;
1256
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1257
+ readonly __hex: true;
1258
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1259
+ readonly __hex: true;
1260
+ }>, unknown>>;
1261
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1262
+ readonly __hex: true;
1263
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1264
+ readonly __hex: true;
1265
+ }>, unknown>>;
1266
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1267
+ readonly __hex: true;
1268
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1269
+ readonly __hex: true;
1270
+ }>, unknown>>;
1271
+ }, import("zod/v4/core").$strip>;
1272
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1273
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1274
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1275
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1276
+ schema: import("zod").ZodString;
1277
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1278
+ from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
1279
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1280
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1281
+ readonly __hex: true;
1282
+ }>, {
1283
+ readonly __address: true;
1284
+ }>, string>>>;
1285
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1286
+ readonly __hex: true;
1287
+ }>, {
1288
+ readonly __hash: true;
1289
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1290
+ readonly __hex: true;
1291
+ }>, {
1292
+ readonly __hash: true;
1293
+ }>, unknown>>>;
1294
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1295
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1296
+ readonly __hex: true;
1297
+ }>, {
1298
+ readonly __hash: true;
1299
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1300
+ readonly __hex: true;
1301
+ }>, {
1302
+ readonly __hash: true;
1303
+ }>, unknown>>>>;
1304
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1305
+ readonly __hex: true;
1306
+ }>, {
1307
+ readonly __address: true;
1308
+ }>, string>>>;
1309
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1310
+ readonly __hex: true;
1311
+ }>, {
1312
+ readonly __hash: true;
1313
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1314
+ readonly __hex: true;
1315
+ }>, {
1316
+ readonly __hash: true;
1317
+ }>, unknown>>>;
1318
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1319
+ readonly __hex: true;
1320
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1321
+ readonly __hex: true;
1322
+ }>, unknown>>, import("zod").ZodNull]>>;
1323
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1324
+ readonly __hex: true;
1325
+ }>, {
1326
+ readonly __hash: true;
1327
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1328
+ readonly __hex: true;
1329
+ }>, {
1330
+ readonly __hash: true;
1331
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1332
+ readonly __hex: true;
1333
+ }>, {
1334
+ readonly __hash: true;
1335
+ }>>>>;
1336
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1337
+ readonly __hex: true;
1338
+ }>, {
1339
+ readonly __hash: true;
1340
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1341
+ readonly __hex: true;
1342
+ }>, {
1343
+ readonly __hash: true;
1344
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1345
+ readonly __hex: true;
1346
+ }>, {
1347
+ readonly __hash: true;
1348
+ }>>>>;
1349
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1350
+ nbf: import("zod").ZodNumber;
1351
+ exp: import("zod").ZodNumber;
1352
+ fees: import("zod").ZodObject<{
1353
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1354
+ readonly __hex: true;
1355
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1356
+ readonly __hex: true;
1357
+ }>, unknown>>;
1358
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1359
+ readonly __hex: true;
1360
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1361
+ readonly __hex: true;
1362
+ }>, unknown>>;
1363
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1364
+ readonly __hex: true;
1365
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1366
+ readonly __hex: true;
1367
+ }>, unknown>>;
1368
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1369
+ readonly __hex: true;
1370
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1371
+ readonly __hex: true;
1372
+ }>, unknown>>;
1373
+ }, import("zod/v4/core").$strip>;
1374
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1375
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1376
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1377
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1378
+ schema: import("zod").ZodString;
1379
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1380
+ };
1381
+ };
1382
+ xyoViewer_transactionByHash: {
1383
+ params: {
1384
+ to: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1385
+ readonly __hex: true;
1386
+ }>, {
1387
+ readonly __hash: true;
1388
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1389
+ readonly __hex: true;
1390
+ }>, {
1391
+ readonly __hash: true;
1392
+ }>, unknown>>], null>;
1393
+ from: import("zod").ZodTuple<[import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1394
+ readonly __hex: true;
1395
+ }>, {
1396
+ readonly __hash: true;
1397
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1398
+ readonly __hex: true;
1399
+ }>, {
1400
+ readonly __hash: true;
1401
+ }>, unknown>>], null>;
1402
+ };
1403
+ result: {
1404
+ to: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
1405
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1406
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1407
+ readonly __hex: true;
1408
+ }>, {
1409
+ readonly __address: true;
1410
+ }>, string>>>;
1411
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1412
+ readonly __hex: true;
1413
+ }>, {
1414
+ readonly __hash: true;
1415
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1416
+ readonly __hex: true;
1417
+ }>, {
1418
+ readonly __hash: true;
1419
+ }>, unknown>>>;
1420
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1421
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1422
+ readonly __hex: true;
1423
+ }>, {
1424
+ readonly __hash: true;
1425
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1426
+ readonly __hex: true;
1427
+ }>, {
1428
+ readonly __hash: true;
1429
+ }>, unknown>>>>;
1430
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1431
+ readonly __hex: true;
1432
+ }>, {
1433
+ readonly __address: true;
1434
+ }>, string>>>;
1435
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1436
+ readonly __hex: true;
1437
+ }>, {
1438
+ readonly __hash: true;
1439
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1440
+ readonly __hex: true;
1441
+ }>, {
1442
+ readonly __hash: true;
1443
+ }>, unknown>>>;
1444
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1445
+ readonly __hex: true;
1446
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1447
+ readonly __hex: true;
1448
+ }>, unknown>>, import("zod").ZodNull]>>;
1449
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1450
+ readonly __hex: true;
1451
+ }>, {
1452
+ readonly __hash: true;
1453
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1454
+ readonly __hex: true;
1455
+ }>, {
1456
+ readonly __hash: true;
1457
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1458
+ readonly __hex: true;
1459
+ }>, {
1460
+ readonly __hash: true;
1461
+ }>>>>;
1462
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1463
+ readonly __hex: true;
1464
+ }>, {
1465
+ readonly __hash: true;
1466
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1467
+ readonly __hex: true;
1468
+ }>, {
1469
+ readonly __hash: true;
1470
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1471
+ readonly __hex: true;
1472
+ }>, {
1473
+ readonly __hash: true;
1474
+ }>>>>;
1475
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1476
+ nbf: import("zod").ZodNumber;
1477
+ exp: import("zod").ZodNumber;
1478
+ fees: import("zod").ZodObject<{
1479
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1480
+ readonly __hex: true;
1481
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1482
+ readonly __hex: true;
1483
+ }>, unknown>>;
1484
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1485
+ readonly __hex: true;
1486
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1487
+ readonly __hex: true;
1488
+ }>, unknown>>;
1489
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1490
+ readonly __hex: true;
1491
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1492
+ readonly __hex: true;
1493
+ }>, unknown>>;
1494
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1495
+ readonly __hex: true;
1496
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1497
+ readonly __hex: true;
1498
+ }>, unknown>>;
1499
+ }, import("zod/v4/core").$strip>;
1500
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1501
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1502
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1503
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1504
+ schema: import("zod").ZodString;
1505
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1506
+ from: import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodObject<{
1507
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1508
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1509
+ readonly __hex: true;
1510
+ }>, {
1511
+ readonly __address: true;
1512
+ }>, string>>>;
1513
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1514
+ readonly __hex: true;
1515
+ }>, {
1516
+ readonly __hash: true;
1517
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1518
+ readonly __hex: true;
1519
+ }>, {
1520
+ readonly __hash: true;
1521
+ }>, unknown>>>;
1522
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1523
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1524
+ readonly __hex: true;
1525
+ }>, {
1526
+ readonly __hash: true;
1527
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1528
+ readonly __hex: true;
1529
+ }>, {
1530
+ readonly __hash: true;
1531
+ }>, unknown>>>>;
1532
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1533
+ readonly __hex: true;
1534
+ }>, {
1535
+ readonly __address: true;
1536
+ }>, string>>>;
1537
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1538
+ readonly __hex: true;
1539
+ }>, {
1540
+ readonly __hash: true;
1541
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1542
+ readonly __hex: true;
1543
+ }>, {
1544
+ readonly __hash: true;
1545
+ }>, unknown>>>;
1546
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1547
+ readonly __hex: true;
1548
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1549
+ readonly __hex: true;
1550
+ }>, unknown>>, import("zod").ZodNull]>>;
1551
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1552
+ readonly __hex: true;
1553
+ }>, {
1554
+ readonly __hash: true;
1555
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1556
+ readonly __hex: true;
1557
+ }>, {
1558
+ readonly __hash: true;
1559
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1560
+ readonly __hex: true;
1561
+ }>, {
1562
+ readonly __hash: true;
1563
+ }>>>>;
1564
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1565
+ readonly __hex: true;
1566
+ }>, {
1567
+ readonly __hash: true;
1568
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1569
+ readonly __hex: true;
1570
+ }>, {
1571
+ readonly __hash: true;
1572
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1573
+ readonly __hex: true;
1574
+ }>, {
1575
+ readonly __hash: true;
1576
+ }>>>>;
1577
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1578
+ nbf: import("zod").ZodNumber;
1579
+ exp: import("zod").ZodNumber;
1580
+ fees: import("zod").ZodObject<{
1581
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1582
+ readonly __hex: true;
1583
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1584
+ readonly __hex: true;
1585
+ }>, unknown>>;
1586
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1587
+ readonly __hex: true;
1588
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1589
+ readonly __hex: true;
1590
+ }>, unknown>>;
1591
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1592
+ readonly __hex: true;
1593
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1594
+ readonly __hex: true;
1595
+ }>, unknown>>;
1596
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1597
+ readonly __hex: true;
1598
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1599
+ readonly __hex: true;
1600
+ }>, unknown>>;
1601
+ }, import("zod/v4/core").$strip>;
1602
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1603
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1604
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1605
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
1606
+ schema: import("zod").ZodString;
1607
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>>;
1608
+ };
1609
+ };
1610
+ xyoSigner_address: {
1611
+ readonly params: {
1612
+ readonly to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
1613
+ readonly from: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny>>;
1614
+ };
1615
+ readonly result: {
1616
+ readonly to: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1617
+ readonly __hex: true;
1618
+ }>, {
1619
+ readonly __address: true;
1620
+ }>, string>>;
1621
+ readonly from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1622
+ readonly __hex: true;
1623
+ }>, {
1624
+ readonly __address: true;
1625
+ }>, string>>;
1626
+ };
1627
+ };
1628
+ xyoSigner_createSignedTransaction: {
1629
+ readonly params: {
1630
+ readonly to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>, import("zod").ZodArray<import("zod").ZodObject<{
1631
+ schema: import("zod").ZodEnum<{
1632
+ "network.xyo.boundwitness": "network.xyo.boundwitness";
1633
+ "network.xyo.chain.stake.intent": "network.xyo.chain.stake.intent";
1634
+ "network.xyo.hash": "network.xyo.hash";
1635
+ "network.xyo.schema": "network.xyo.schema";
1636
+ "network.xyo.transfer": "network.xyo.transfer";
1637
+ }>;
1638
+ }, import("zod/v4/core").$strip>>, import("zod").ZodArray<import("zod").ZodObject<{
1639
+ schema: import("zod").ZodString;
1640
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
1641
+ base: import("zod").ZodBigInt;
1642
+ gasLimit: import("zod").ZodBigInt;
1643
+ gasPrice: import("zod").ZodBigInt;
1644
+ priority: import("zod").ZodBigInt;
1645
+ }, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
1646
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
1647
+ readonly __hex: true;
1648
+ }>;
1649
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
1650
+ readonly __hex: true;
1651
+ }>;
1652
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
1653
+ readonly __hex: true;
1654
+ }>;
1655
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
1656
+ readonly __hex: true;
1657
+ }>;
1658
+ }, {
1659
+ base: bigint;
1660
+ gasLimit: bigint;
1661
+ gasPrice: bigint;
1662
+ priority: bigint;
1663
+ }>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1664
+ readonly __hex: true;
1665
+ }>, {
1666
+ readonly __address: true;
1667
+ }>, string>>>], null>;
1668
+ readonly from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>, import("zod").ZodArray<import("zod").ZodObject<{
1669
+ schema: import("zod").ZodString;
1670
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
1671
+ schema: import("zod").ZodString;
1672
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
1673
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1674
+ readonly __hex: true;
1675
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1676
+ readonly __hex: true;
1677
+ }>, unknown>>;
1678
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1679
+ readonly __hex: true;
1680
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1681
+ readonly __hex: true;
1682
+ }>, unknown>>;
1683
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1684
+ readonly __hex: true;
1685
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1686
+ readonly __hex: true;
1687
+ }>, unknown>>;
1688
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1689
+ readonly __hex: true;
1690
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1691
+ readonly __hex: true;
1692
+ }>, unknown>>;
1693
+ }, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
1694
+ base: bigint;
1695
+ gasLimit: bigint;
1696
+ gasPrice: bigint;
1697
+ priority: bigint;
1698
+ }, {
1699
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
1700
+ readonly __hex: true;
1701
+ }>;
1702
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
1703
+ readonly __hex: true;
1704
+ }>;
1705
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
1706
+ readonly __hex: true;
1707
+ }>;
1708
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
1709
+ readonly __hex: true;
1710
+ }>;
1711
+ }>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1712
+ readonly __hex: true;
1713
+ }>, {
1714
+ readonly __address: true;
1715
+ }>, string>>>], null>;
1716
+ };
1717
+ readonly result: {
1718
+ readonly to: import("zod").ZodObject<{
1719
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1720
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1721
+ readonly __hex: true;
1722
+ }>, {
1723
+ readonly __address: true;
1724
+ }>, string>>>;
1725
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1726
+ readonly __hex: true;
1727
+ }>, {
1728
+ readonly __hash: true;
1729
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1730
+ readonly __hex: true;
1731
+ }>, {
1732
+ readonly __hash: true;
1733
+ }>, unknown>>>;
1734
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1735
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1736
+ readonly __hex: true;
1737
+ }>, {
1738
+ readonly __hash: true;
1739
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1740
+ readonly __hex: true;
1741
+ }>, {
1742
+ readonly __hash: true;
1743
+ }>, unknown>>>>;
1744
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1745
+ readonly __hex: true;
1746
+ }>, {
1747
+ readonly __address: true;
1748
+ }>, string>>>;
1749
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1750
+ readonly __hex: true;
1751
+ }>, {
1752
+ readonly __hash: true;
1753
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1754
+ readonly __hex: true;
1755
+ }>, {
1756
+ readonly __hash: true;
1757
+ }>, unknown>>>;
1758
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1759
+ readonly __hex: true;
1760
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1761
+ readonly __hex: true;
1762
+ }>, unknown>>, import("zod").ZodNull]>>;
1763
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1764
+ readonly __hex: true;
1765
+ }>, {
1766
+ readonly __hash: true;
1767
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1768
+ readonly __hex: true;
1769
+ }>, {
1770
+ readonly __hash: true;
1771
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1772
+ readonly __hex: true;
1773
+ }>, {
1774
+ readonly __hash: true;
1775
+ }>>>>;
1776
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1777
+ readonly __hex: true;
1778
+ }>, {
1779
+ readonly __hash: true;
1780
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1781
+ readonly __hex: true;
1782
+ }>, {
1783
+ readonly __hash: true;
1784
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1785
+ readonly __hex: true;
1786
+ }>, {
1787
+ readonly __hash: true;
1788
+ }>>>>;
1789
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1790
+ nbf: import("zod").ZodNumber;
1791
+ exp: import("zod").ZodNumber;
1792
+ fees: import("zod").ZodObject<{
1793
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1794
+ readonly __hex: true;
1795
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1796
+ readonly __hex: true;
1797
+ }>, unknown>>;
1798
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1799
+ readonly __hex: true;
1800
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1801
+ readonly __hex: true;
1802
+ }>, unknown>>;
1803
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1804
+ readonly __hex: true;
1805
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1806
+ readonly __hex: true;
1807
+ }>, unknown>>;
1808
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1809
+ readonly __hex: true;
1810
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1811
+ readonly __hex: true;
1812
+ }>, unknown>>;
1813
+ }, import("zod/v4/core").$strip>;
1814
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1815
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1816
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1817
+ }, import("zod/v4/core").$strip>;
1818
+ readonly from: import("zod").ZodPipe<import("zod").ZodObject<{
1819
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1820
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1821
+ readonly __hex: true;
1822
+ }>, {
1823
+ readonly __address: true;
1824
+ }>, string>>>;
1825
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1826
+ readonly __hex: true;
1827
+ }>, {
1828
+ readonly __hash: true;
1829
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1830
+ readonly __hex: true;
1831
+ }>, {
1832
+ readonly __hash: true;
1833
+ }>, unknown>>>;
1834
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1835
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1836
+ readonly __hex: true;
1837
+ }>, {
1838
+ readonly __hash: true;
1839
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1840
+ readonly __hex: true;
1841
+ }>, {
1842
+ readonly __hash: true;
1843
+ }>, unknown>>>>;
1844
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1845
+ readonly __hex: true;
1846
+ }>, {
1847
+ readonly __address: true;
1848
+ }>, string>>>;
1849
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1850
+ readonly __hex: true;
1851
+ }>, {
1852
+ readonly __hash: true;
1853
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1854
+ readonly __hex: true;
1855
+ }>, {
1856
+ readonly __hash: true;
1857
+ }>, unknown>>>;
1858
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1859
+ readonly __hex: true;
1860
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1861
+ readonly __hex: true;
1862
+ }>, unknown>>, import("zod").ZodNull]>>;
1863
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1864
+ readonly __hex: true;
1865
+ }>, {
1866
+ readonly __hash: true;
1867
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1868
+ readonly __hex: true;
1869
+ }>, {
1870
+ readonly __hash: true;
1871
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1872
+ readonly __hex: true;
1873
+ }>, {
1874
+ readonly __hash: true;
1875
+ }>>>>;
1876
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1877
+ readonly __hex: true;
1878
+ }>, {
1879
+ readonly __hash: true;
1880
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1881
+ readonly __hex: true;
1882
+ }>, {
1883
+ readonly __hash: true;
1884
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1885
+ readonly __hex: true;
1886
+ }>, {
1887
+ readonly __hash: true;
1888
+ }>>>>;
1889
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
1890
+ nbf: import("zod").ZodNumber;
1891
+ exp: import("zod").ZodNumber;
1892
+ fees: import("zod").ZodObject<{
1893
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1894
+ readonly __hex: true;
1895
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1896
+ readonly __hex: true;
1897
+ }>, unknown>>;
1898
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1899
+ readonly __hex: true;
1900
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1901
+ readonly __hex: true;
1902
+ }>, unknown>>;
1903
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1904
+ readonly __hex: true;
1905
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1906
+ readonly __hex: true;
1907
+ }>, unknown>>;
1908
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
1909
+ readonly __hex: true;
1910
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
1911
+ readonly __hex: true;
1912
+ }>, unknown>>;
1913
+ }, import("zod/v4/core").$strip>;
1914
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1915
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
1916
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
1917
+ }, import("zod/v4/core").$strip>, import("zod").ZodTransform<import("@xyo-network/boundwitness-model").Signed<import("@xyo-network/xl1-protocol").TransactionBoundWitness>, {
1918
+ schema: "network.xyo.boundwitness";
1919
+ addresses: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1920
+ readonly __hex: true;
1921
+ }>, {
1922
+ readonly __address: true;
1923
+ }>[];
1924
+ payload_hashes: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1925
+ readonly __hex: true;
1926
+ }>, {
1927
+ readonly __hash: true;
1928
+ }>[];
1929
+ payload_schemas: string[];
1930
+ previous_hashes: (import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1931
+ readonly __hex: true;
1932
+ }>, {
1933
+ readonly __hash: true;
1934
+ }> | null)[];
1935
+ $signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
1936
+ readonly __hex: true;
1937
+ }> | null)[];
1938
+ nbf: number;
1939
+ exp: number;
1940
+ fees: {
1941
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
1942
+ readonly __hex: true;
1943
+ }>;
1944
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
1945
+ readonly __hex: true;
1946
+ }>;
1947
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
1948
+ readonly __hex: true;
1949
+ }>;
1950
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
1951
+ readonly __hex: true;
1952
+ }>;
1953
+ };
1954
+ chain: import("@xyo-network/xl1-protocol").Chain;
1955
+ from: import("@xyo-network/xl1-protocol").Chain;
1956
+ $destination?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1957
+ readonly __hex: true;
1958
+ }>, {
1959
+ readonly __address: true;
1960
+ }> | undefined;
1961
+ $sourceQuery?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1962
+ readonly __hex: true;
1963
+ }>, {
1964
+ readonly __hash: true;
1965
+ }> | undefined;
1966
+ _hash?: string | undefined;
1967
+ _dataHash?: string | undefined;
1968
+ _sequence?: string | undefined;
1969
+ script?: string[] | undefined;
1970
+ }>>;
1971
+ };
1972
+ };
1973
+ xyoSigner_signTransaction: {
1974
+ readonly params: {
1975
+ readonly to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
1976
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
1977
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1978
+ readonly __hex: true;
1979
+ }>, {
1980
+ readonly __address: true;
1981
+ }>, string>>>;
1982
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1983
+ readonly __hex: true;
1984
+ }>, {
1985
+ readonly __hash: true;
1986
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1987
+ readonly __hex: true;
1988
+ }>, {
1989
+ readonly __hash: true;
1990
+ }>, unknown>>>;
1991
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
1992
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1993
+ readonly __hex: true;
1994
+ }>, {
1995
+ readonly __hash: true;
1996
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
1997
+ readonly __hex: true;
1998
+ }>, {
1999
+ readonly __hash: true;
2000
+ }>, unknown>>>>;
2001
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2002
+ readonly __hex: true;
2003
+ }>, {
2004
+ readonly __address: true;
2005
+ }>, string>>>;
2006
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2007
+ readonly __hex: true;
2008
+ }>, {
2009
+ readonly __hash: true;
2010
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2011
+ readonly __hex: true;
2012
+ }>, {
2013
+ readonly __hash: true;
2014
+ }>, unknown>>>;
2015
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2016
+ readonly __hex: true;
2017
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2018
+ readonly __hex: true;
2019
+ }>, unknown>>, import("zod").ZodNull]>>;
2020
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2021
+ readonly __hex: true;
2022
+ }>, {
2023
+ readonly __hash: true;
2024
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2025
+ readonly __hex: true;
2026
+ }>, {
2027
+ readonly __hash: true;
2028
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2029
+ readonly __hex: true;
2030
+ }>, {
2031
+ readonly __hash: true;
2032
+ }>>>>;
2033
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2034
+ readonly __hex: true;
2035
+ }>, {
2036
+ readonly __hash: true;
2037
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2038
+ readonly __hex: true;
2039
+ }>, {
2040
+ readonly __hash: true;
2041
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2042
+ readonly __hex: true;
2043
+ }>, {
2044
+ readonly __hash: true;
2045
+ }>>>>;
2046
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2047
+ nbf: import("zod").ZodNumber;
2048
+ exp: import("zod").ZodNumber;
2049
+ fees: import("zod").ZodObject<{
2050
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2051
+ readonly __hex: true;
2052
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2053
+ readonly __hex: true;
2054
+ }>, unknown>>;
2055
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2056
+ readonly __hex: true;
2057
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2058
+ readonly __hex: true;
2059
+ }>, unknown>>;
2060
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2061
+ readonly __hex: true;
2062
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2063
+ readonly __hex: true;
2064
+ }>, unknown>>;
2065
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2066
+ readonly __hex: true;
2067
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2068
+ readonly __hex: true;
2069
+ }>, unknown>>;
2070
+ }, import("zod/v4/core").$strip>;
2071
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2072
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2073
+ script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
2074
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2075
+ schema: import("zod").ZodString;
2076
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
2077
+ readonly from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
2078
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2079
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2080
+ readonly __hex: true;
2081
+ }>, {
2082
+ readonly __address: true;
2083
+ }>, string>>>;
2084
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2085
+ readonly __hex: true;
2086
+ }>, {
2087
+ readonly __hash: true;
2088
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2089
+ readonly __hex: true;
2090
+ }>, {
2091
+ readonly __hash: true;
2092
+ }>, unknown>>>;
2093
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2094
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2095
+ readonly __hex: true;
2096
+ }>, {
2097
+ readonly __hash: true;
2098
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2099
+ readonly __hex: true;
2100
+ }>, {
2101
+ readonly __hash: true;
2102
+ }>, unknown>>>>;
2103
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2104
+ readonly __hex: true;
2105
+ }>, {
2106
+ readonly __address: true;
2107
+ }>, string>>>;
2108
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2109
+ readonly __hex: true;
2110
+ }>, {
2111
+ readonly __hash: true;
2112
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2113
+ readonly __hex: true;
2114
+ }>, {
2115
+ readonly __hash: true;
2116
+ }>, unknown>>>;
2117
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2118
+ readonly __hex: true;
2119
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2120
+ readonly __hex: true;
2121
+ }>, unknown>>, import("zod").ZodNull]>>;
2122
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2123
+ readonly __hex: true;
2124
+ }>, {
2125
+ readonly __hash: true;
2126
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2127
+ readonly __hex: true;
2128
+ }>, {
2129
+ readonly __hash: true;
2130
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2131
+ readonly __hex: true;
2132
+ }>, {
2133
+ readonly __hash: true;
2134
+ }>>>>;
2135
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2136
+ readonly __hex: true;
2137
+ }>, {
2138
+ readonly __hash: true;
2139
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2140
+ readonly __hex: true;
2141
+ }>, {
2142
+ readonly __hash: true;
2143
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2144
+ readonly __hex: true;
2145
+ }>, {
2146
+ readonly __hash: true;
2147
+ }>>>>;
2148
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2149
+ nbf: import("zod").ZodNumber;
2150
+ exp: import("zod").ZodNumber;
2151
+ fees: import("zod").ZodObject<{
2152
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2153
+ readonly __hex: true;
2154
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2155
+ readonly __hex: true;
2156
+ }>, unknown>>;
2157
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2158
+ readonly __hex: true;
2159
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2160
+ readonly __hex: true;
2161
+ }>, unknown>>;
2162
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2163
+ readonly __hex: true;
2164
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2165
+ readonly __hex: true;
2166
+ }>, unknown>>;
2167
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2168
+ readonly __hex: true;
2169
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2170
+ readonly __hex: true;
2171
+ }>, unknown>>;
2172
+ }, import("zod/v4/core").$strip>;
2173
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2174
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2175
+ script: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
2176
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2177
+ schema: import("zod").ZodString;
2178
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
2179
+ };
2180
+ readonly result: {
2181
+ readonly to: import("zod").ZodTuple<[import("zod").ZodObject<{
2182
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2183
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2184
+ readonly __hex: true;
2185
+ }>, {
2186
+ readonly __address: true;
2187
+ }>, string>>>;
2188
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2189
+ readonly __hex: true;
2190
+ }>, {
2191
+ readonly __hash: true;
2192
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2193
+ readonly __hex: true;
2194
+ }>, {
2195
+ readonly __hash: true;
2196
+ }>, unknown>>>;
2197
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2198
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2199
+ readonly __hex: true;
2200
+ }>, {
2201
+ readonly __hash: true;
2202
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2203
+ readonly __hex: true;
2204
+ }>, {
2205
+ readonly __hash: true;
2206
+ }>, unknown>>>>;
2207
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2208
+ readonly __hex: true;
2209
+ }>, {
2210
+ readonly __address: true;
2211
+ }>, string>>>;
2212
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2213
+ readonly __hex: true;
2214
+ }>, {
2215
+ readonly __hash: true;
2216
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2217
+ readonly __hex: true;
2218
+ }>, {
2219
+ readonly __hash: true;
2220
+ }>, unknown>>>;
2221
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2222
+ readonly __hex: true;
2223
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2224
+ readonly __hex: true;
2225
+ }>, unknown>>, import("zod").ZodNull]>>;
2226
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2227
+ readonly __hex: true;
2228
+ }>, {
2229
+ readonly __hash: true;
2230
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2231
+ readonly __hex: true;
2232
+ }>, {
2233
+ readonly __hash: true;
2234
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2235
+ readonly __hex: true;
2236
+ }>, {
2237
+ readonly __hash: true;
2238
+ }>>>>;
2239
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2240
+ readonly __hex: true;
2241
+ }>, {
2242
+ readonly __hash: true;
2243
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2244
+ readonly __hex: true;
2245
+ }>, {
2246
+ readonly __hash: true;
2247
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2248
+ readonly __hex: true;
2249
+ }>, {
2250
+ readonly __hash: true;
2251
+ }>>>>;
2252
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2253
+ nbf: import("zod").ZodNumber;
2254
+ exp: import("zod").ZodNumber;
2255
+ fees: import("zod").ZodObject<{
2256
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2257
+ readonly __hex: true;
2258
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2259
+ readonly __hex: true;
2260
+ }>, unknown>>;
2261
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2262
+ readonly __hex: true;
2263
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2264
+ readonly __hex: true;
2265
+ }>, unknown>>;
2266
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2267
+ readonly __hex: true;
2268
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2269
+ readonly __hex: true;
2270
+ }>, unknown>>;
2271
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2272
+ readonly __hex: true;
2273
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2274
+ readonly __hex: true;
2275
+ }>, unknown>>;
2276
+ }, import("zod/v4/core").$strip>;
2277
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2278
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2279
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2280
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2281
+ schema: import("zod").ZodString;
2282
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>;
2283
+ readonly from: import("zod").ZodPipe<import("zod").ZodTuple<[import("zod").ZodObject<{
2284
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2285
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2286
+ readonly __hex: true;
2287
+ }>, {
2288
+ readonly __address: true;
2289
+ }>, string>>>;
2290
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2291
+ readonly __hex: true;
2292
+ }>, {
2293
+ readonly __hash: true;
2294
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2295
+ readonly __hex: true;
2296
+ }>, {
2297
+ readonly __hash: true;
2298
+ }>, unknown>>>;
2299
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2300
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2301
+ readonly __hex: true;
2302
+ }>, {
2303
+ readonly __hash: true;
2304
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2305
+ readonly __hex: true;
2306
+ }>, {
2307
+ readonly __hash: true;
2308
+ }>, unknown>>>>;
2309
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2310
+ readonly __hex: true;
2311
+ }>, {
2312
+ readonly __address: true;
2313
+ }>, string>>>;
2314
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2315
+ readonly __hex: true;
2316
+ }>, {
2317
+ readonly __hash: true;
2318
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2319
+ readonly __hex: true;
2320
+ }>, {
2321
+ readonly __hash: true;
2322
+ }>, unknown>>>;
2323
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2324
+ readonly __hex: true;
2325
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2326
+ readonly __hex: true;
2327
+ }>, unknown>>, import("zod").ZodNull]>>;
2328
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2329
+ readonly __hex: true;
2330
+ }>, {
2331
+ readonly __hash: true;
2332
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2333
+ readonly __hex: true;
2334
+ }>, {
2335
+ readonly __hash: true;
2336
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2337
+ readonly __hex: true;
2338
+ }>, {
2339
+ readonly __hash: true;
2340
+ }>>>>;
2341
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2342
+ readonly __hex: true;
2343
+ }>, {
2344
+ readonly __hash: true;
2345
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2346
+ readonly __hex: true;
2347
+ }>, {
2348
+ readonly __hash: true;
2349
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2350
+ readonly __hex: true;
2351
+ }>, {
2352
+ readonly __hash: true;
2353
+ }>>>>;
2354
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2355
+ nbf: import("zod").ZodNumber;
2356
+ exp: import("zod").ZodNumber;
2357
+ fees: import("zod").ZodObject<{
2358
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2359
+ readonly __hex: true;
2360
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2361
+ readonly __hex: true;
2362
+ }>, unknown>>;
2363
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2364
+ readonly __hex: true;
2365
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2366
+ readonly __hex: true;
2367
+ }>, unknown>>;
2368
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2369
+ readonly __hex: true;
2370
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2371
+ readonly __hex: true;
2372
+ }>, unknown>>;
2373
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2374
+ readonly __hex: true;
2375
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2376
+ readonly __hex: true;
2377
+ }>, unknown>>;
2378
+ }, import("zod/v4/core").$strip>;
2379
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2380
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2381
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2382
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2383
+ schema: import("zod").ZodString;
2384
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").SignedHydratedTransaction, [{
2385
+ schema: "network.xyo.boundwitness";
2386
+ addresses: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2387
+ readonly __hex: true;
2388
+ }>, {
2389
+ readonly __address: true;
2390
+ }>[];
2391
+ payload_hashes: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2392
+ readonly __hex: true;
2393
+ }>, {
2394
+ readonly __hash: true;
2395
+ }>[];
2396
+ payload_schemas: string[];
2397
+ previous_hashes: (import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2398
+ readonly __hex: true;
2399
+ }>, {
2400
+ readonly __hash: true;
2401
+ }> | null)[];
2402
+ $signatures: (import("@xylabs/typeof").Brand<Lowercase<string>, {
2403
+ readonly __hex: true;
2404
+ }> | null)[];
2405
+ nbf: number;
2406
+ exp: number;
2407
+ fees: {
2408
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
2409
+ readonly __hex: true;
2410
+ }>;
2411
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
2412
+ readonly __hex: true;
2413
+ }>;
2414
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
2415
+ readonly __hex: true;
2416
+ }>;
2417
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
2418
+ readonly __hex: true;
2419
+ }>;
2420
+ };
2421
+ chain: import("@xyo-network/xl1-protocol").Chain;
2422
+ from: import("@xyo-network/xl1-protocol").Chain;
2423
+ $destination?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2424
+ readonly __hex: true;
2425
+ }>, {
2426
+ readonly __address: true;
2427
+ }> | undefined;
2428
+ $sourceQuery?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2429
+ readonly __hex: true;
2430
+ }>, {
2431
+ readonly __hash: true;
2432
+ }> | undefined;
2433
+ _hash?: string | undefined;
2434
+ _dataHash?: string | undefined;
2435
+ _sequence?: string | undefined;
2436
+ script?: string[] | undefined;
2437
+ }, {
2438
+ [x: string]: any;
2439
+ schema: string;
2440
+ }[]]>>;
2441
+ };
2442
+ };
2443
+ xyoRunner_broadcastTransaction: {
2444
+ params: {
2445
+ to: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
2446
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2447
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2448
+ readonly __hex: true;
2449
+ }>, {
2450
+ readonly __address: true;
2451
+ }>, string>>>;
2452
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2453
+ readonly __hex: true;
2454
+ }>, {
2455
+ readonly __hash: true;
2456
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2457
+ readonly __hex: true;
2458
+ }>, {
2459
+ readonly __hash: true;
2460
+ }>, unknown>>>;
2461
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2462
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2463
+ readonly __hex: true;
2464
+ }>, {
2465
+ readonly __hash: true;
2466
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2467
+ readonly __hex: true;
2468
+ }>, {
2469
+ readonly __hash: true;
2470
+ }>, unknown>>>>;
2471
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2472
+ readonly __hex: true;
2473
+ }>, {
2474
+ readonly __address: true;
2475
+ }>, string>>>;
2476
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2477
+ readonly __hex: true;
2478
+ }>, {
2479
+ readonly __hash: true;
2480
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2481
+ readonly __hex: true;
2482
+ }>, {
2483
+ readonly __hash: true;
2484
+ }>, unknown>>>;
2485
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2486
+ readonly __hex: true;
2487
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2488
+ readonly __hex: true;
2489
+ }>, unknown>>, import("zod").ZodNull]>>;
2490
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2491
+ readonly __hex: true;
2492
+ }>, {
2493
+ readonly __hash: true;
2494
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2495
+ readonly __hex: true;
2496
+ }>, {
2497
+ readonly __hash: true;
2498
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2499
+ readonly __hex: true;
2500
+ }>, {
2501
+ readonly __hash: true;
2502
+ }>>>>;
2503
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2504
+ readonly __hex: true;
2505
+ }>, {
2506
+ readonly __hash: true;
2507
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2508
+ readonly __hex: true;
2509
+ }>, {
2510
+ readonly __hash: true;
2511
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2512
+ readonly __hex: true;
2513
+ }>, {
2514
+ readonly __hash: true;
2515
+ }>>>>;
2516
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2517
+ nbf: import("zod").ZodNumber;
2518
+ exp: import("zod").ZodNumber;
2519
+ fees: import("zod").ZodObject<{
2520
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2521
+ readonly __hex: true;
2522
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2523
+ readonly __hex: true;
2524
+ }>, unknown>>;
2525
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2526
+ readonly __hex: true;
2527
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2528
+ readonly __hex: true;
2529
+ }>, unknown>>;
2530
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2531
+ readonly __hex: true;
2532
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2533
+ readonly __hex: true;
2534
+ }>, unknown>>;
2535
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2536
+ readonly __hex: true;
2537
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2538
+ readonly __hex: true;
2539
+ }>, unknown>>;
2540
+ }, import("zod/v4/core").$strip>;
2541
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2542
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2543
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2544
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2545
+ schema: import("zod").ZodString;
2546
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
2547
+ from: import("zod").ZodTuple<[import("zod").ZodTuple<[import("zod").ZodObject<{
2548
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2549
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2550
+ readonly __hex: true;
2551
+ }>, {
2552
+ readonly __address: true;
2553
+ }>, string>>>;
2554
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2555
+ readonly __hex: true;
2556
+ }>, {
2557
+ readonly __hash: true;
2558
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2559
+ readonly __hex: true;
2560
+ }>, {
2561
+ readonly __hash: true;
2562
+ }>, unknown>>>;
2563
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2564
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2565
+ readonly __hex: true;
2566
+ }>, {
2567
+ readonly __hash: true;
2568
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2569
+ readonly __hex: true;
2570
+ }>, {
2571
+ readonly __hash: true;
2572
+ }>, unknown>>>>;
2573
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2574
+ readonly __hex: true;
2575
+ }>, {
2576
+ readonly __address: true;
2577
+ }>, string>>>;
2578
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2579
+ readonly __hex: true;
2580
+ }>, {
2581
+ readonly __hash: true;
2582
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2583
+ readonly __hex: true;
2584
+ }>, {
2585
+ readonly __hash: true;
2586
+ }>, unknown>>>;
2587
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2588
+ readonly __hex: true;
2589
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2590
+ readonly __hex: true;
2591
+ }>, unknown>>, import("zod").ZodNull]>>;
2592
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2593
+ readonly __hex: true;
2594
+ }>, {
2595
+ readonly __hash: true;
2596
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2597
+ readonly __hex: true;
2598
+ }>, {
2599
+ readonly __hash: true;
2600
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2601
+ readonly __hex: true;
2602
+ }>, {
2603
+ readonly __hash: true;
2604
+ }>>>>;
2605
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2606
+ readonly __hex: true;
2607
+ }>, {
2608
+ readonly __hash: true;
2609
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2610
+ readonly __hex: true;
2611
+ }>, {
2612
+ readonly __hash: true;
2613
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2614
+ readonly __hex: true;
2615
+ }>, {
2616
+ readonly __hash: true;
2617
+ }>>>>;
2618
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2619
+ nbf: import("zod").ZodNumber;
2620
+ exp: import("zod").ZodNumber;
2621
+ fees: import("zod").ZodObject<{
2622
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2623
+ readonly __hex: true;
2624
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2625
+ readonly __hex: true;
2626
+ }>, unknown>>;
2627
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2628
+ readonly __hex: true;
2629
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2630
+ readonly __hex: true;
2631
+ }>, unknown>>;
2632
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2633
+ readonly __hex: true;
2634
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2635
+ readonly __hex: true;
2636
+ }>, unknown>>;
2637
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2638
+ readonly __hex: true;
2639
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2640
+ readonly __hex: true;
2641
+ }>, unknown>>;
2642
+ }, import("zod/v4/core").$strip>;
2643
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2644
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2645
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2646
+ }, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
2647
+ schema: import("zod").ZodString;
2648
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>], null>], null>;
2649
+ };
2650
+ result: {
2651
+ to: import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2652
+ readonly __hex: true;
2653
+ }>, {
2654
+ readonly __hash: true;
2655
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2656
+ readonly __hex: true;
2657
+ }>, {
2658
+ readonly __hash: true;
2659
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2660
+ readonly __hex: true;
2661
+ }>, {
2662
+ readonly __hash: true;
2663
+ }>>>;
2664
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2665
+ readonly __hex: true;
2666
+ }>, {
2667
+ readonly __hash: true;
2668
+ }>, string>>;
2669
+ };
2670
+ };
2671
+ xyoProvider_send: {
2672
+ params: {
2673
+ to: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2674
+ readonly __hex: true;
2675
+ }>, {
2676
+ readonly __address: true;
2677
+ }>, string>>, import("zod").ZodArray<import("zod").ZodObject<{
2678
+ schema: import("zod").ZodString;
2679
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
2680
+ schema: import("zod").ZodString;
2681
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
2682
+ base: import("zod").ZodBigInt;
2683
+ gasLimit: import("zod").ZodBigInt;
2684
+ gasPrice: import("zod").ZodBigInt;
2685
+ priority: import("zod").ZodBigInt;
2686
+ }, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
2687
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
2688
+ readonly __hex: true;
2689
+ }>;
2690
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
2691
+ readonly __hex: true;
2692
+ }>;
2693
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
2694
+ readonly __hex: true;
2695
+ }>;
2696
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
2697
+ readonly __hex: true;
2698
+ }>;
2699
+ }, {
2700
+ base: bigint;
2701
+ gasLimit: bigint;
2702
+ gasPrice: bigint;
2703
+ priority: bigint;
2704
+ }>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2705
+ readonly __hex: true;
2706
+ }>, {
2707
+ readonly __address: true;
2708
+ }>, string>>>], null>;
2709
+ from: import("zod").ZodTuple<[import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2710
+ readonly __hex: true;
2711
+ }>, {
2712
+ readonly __address: true;
2713
+ }>, string>>, import("zod").ZodArray<import("zod").ZodObject<{
2714
+ schema: import("zod").ZodString;
2715
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodArray<import("zod").ZodObject<{
2716
+ schema: import("zod").ZodString;
2717
+ }, import("zod/v4/core").$catchall<import("zod").ZodAny>>>, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodPipe<import("zod").ZodObject<{
2718
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2719
+ readonly __hex: true;
2720
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2721
+ readonly __hex: true;
2722
+ }>, unknown>>;
2723
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2724
+ readonly __hex: true;
2725
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2726
+ readonly __hex: true;
2727
+ }>, unknown>>;
2728
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2729
+ readonly __hex: true;
2730
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2731
+ readonly __hex: true;
2732
+ }>, unknown>>;
2733
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2734
+ readonly __hex: true;
2735
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2736
+ readonly __hex: true;
2737
+ }>, unknown>>;
2738
+ }, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
2739
+ base: bigint;
2740
+ gasLimit: bigint;
2741
+ gasPrice: bigint;
2742
+ priority: bigint;
2743
+ }, {
2744
+ base: import("@xylabs/typeof").Brand<Lowercase<string>, {
2745
+ readonly __hex: true;
2746
+ }>;
2747
+ gasLimit: import("@xylabs/typeof").Brand<Lowercase<string>, {
2748
+ readonly __hex: true;
2749
+ }>;
2750
+ gasPrice: import("@xylabs/typeof").Brand<Lowercase<string>, {
2751
+ readonly __hex: true;
2752
+ }>;
2753
+ priority: import("@xylabs/typeof").Brand<Lowercase<string>, {
2754
+ readonly __hex: true;
2755
+ }>;
2756
+ }>>, import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2757
+ readonly __hex: true;
2758
+ }>, {
2759
+ readonly __address: true;
2760
+ }>, string>>>], null>;
2761
+ };
2762
+ result: {
2763
+ to: import("zod").ZodObject<{
2764
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2765
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2766
+ readonly __hex: true;
2767
+ }>, {
2768
+ readonly __address: true;
2769
+ }>, string>>>;
2770
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2771
+ readonly __hex: true;
2772
+ }>, {
2773
+ readonly __hash: true;
2774
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2775
+ readonly __hex: true;
2776
+ }>, {
2777
+ readonly __hash: true;
2778
+ }>, unknown>>>;
2779
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2780
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2781
+ readonly __hex: true;
2782
+ }>, {
2783
+ readonly __hash: true;
2784
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2785
+ readonly __hex: true;
2786
+ }>, {
2787
+ readonly __hash: true;
2788
+ }>, unknown>>>>;
2789
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2790
+ readonly __hex: true;
2791
+ }>, {
2792
+ readonly __address: true;
2793
+ }>, string>>>;
2794
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2795
+ readonly __hex: true;
2796
+ }>, {
2797
+ readonly __hash: true;
2798
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2799
+ readonly __hex: true;
2800
+ }>, {
2801
+ readonly __hash: true;
2802
+ }>, unknown>>>;
2803
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2804
+ readonly __hex: true;
2805
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2806
+ readonly __hex: true;
2807
+ }>, unknown>>, import("zod").ZodNull]>>;
2808
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2809
+ readonly __hex: true;
2810
+ }>, {
2811
+ readonly __hash: true;
2812
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2813
+ readonly __hex: true;
2814
+ }>, {
2815
+ readonly __hash: true;
2816
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2817
+ readonly __hex: true;
2818
+ }>, {
2819
+ readonly __hash: true;
2820
+ }>>>>;
2821
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2822
+ readonly __hex: true;
2823
+ }>, {
2824
+ readonly __hash: true;
2825
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2826
+ readonly __hex: true;
2827
+ }>, {
2828
+ readonly __hash: true;
2829
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2830
+ readonly __hex: true;
2831
+ }>, {
2832
+ readonly __hash: true;
2833
+ }>>>>;
2834
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2835
+ nbf: import("zod").ZodNumber;
2836
+ exp: import("zod").ZodNumber;
2837
+ fees: import("zod").ZodObject<{
2838
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2839
+ readonly __hex: true;
2840
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2841
+ readonly __hex: true;
2842
+ }>, unknown>>;
2843
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2844
+ readonly __hex: true;
2845
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2846
+ readonly __hex: true;
2847
+ }>, unknown>>;
2848
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2849
+ readonly __hex: true;
2850
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2851
+ readonly __hex: true;
2852
+ }>, unknown>>;
2853
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2854
+ readonly __hex: true;
2855
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2856
+ readonly __hex: true;
2857
+ }>, unknown>>;
2858
+ }, import("zod/v4/core").$strip>;
2859
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2860
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2861
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2862
+ }, import("zod/v4/core").$strip>;
2863
+ from: import("zod").ZodObject<{
2864
+ schema: import("zod").ZodLiteral<"network.xyo.boundwitness">;
2865
+ addresses: import("zod").ZodArray<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2866
+ readonly __hex: true;
2867
+ }>, {
2868
+ readonly __address: true;
2869
+ }>, string>>>;
2870
+ payload_hashes: import("zod").ZodArray<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2871
+ readonly __hex: true;
2872
+ }>, {
2873
+ readonly __hash: true;
2874
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2875
+ readonly __hex: true;
2876
+ }>, {
2877
+ readonly __hash: true;
2878
+ }>, unknown>>>;
2879
+ payload_schemas: import("zod").ZodArray<import("zod").ZodString>;
2880
+ previous_hashes: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2881
+ readonly __hex: true;
2882
+ }>, {
2883
+ readonly __hash: true;
2884
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2885
+ readonly __hex: true;
2886
+ }>, {
2887
+ readonly __hash: true;
2888
+ }>, unknown>>>>;
2889
+ $destination: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2890
+ readonly __hex: true;
2891
+ }>, {
2892
+ readonly __address: true;
2893
+ }>, string>>>;
2894
+ $sourceQuery: import("zod").ZodOptional<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2895
+ readonly __hex: true;
2896
+ }>, {
2897
+ readonly __hash: true;
2898
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2899
+ readonly __hex: true;
2900
+ }>, {
2901
+ readonly __hash: true;
2902
+ }>, unknown>>>;
2903
+ $signatures: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2904
+ readonly __hex: true;
2905
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2906
+ readonly __hex: true;
2907
+ }>, unknown>>, import("zod").ZodNull]>>;
2908
+ _hash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2909
+ readonly __hex: true;
2910
+ }>, {
2911
+ readonly __hash: true;
2912
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2913
+ readonly __hex: true;
2914
+ }>, {
2915
+ readonly __hash: true;
2916
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2917
+ readonly __hex: true;
2918
+ }>, {
2919
+ readonly __hash: true;
2920
+ }>>>>;
2921
+ _dataHash: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodType<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2922
+ readonly __hex: true;
2923
+ }>, {
2924
+ readonly __hash: true;
2925
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2926
+ readonly __hex: true;
2927
+ }>, {
2928
+ readonly __hash: true;
2929
+ }>, unknown>>, import("zod").ZodTransform<string, import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
2930
+ readonly __hex: true;
2931
+ }>, {
2932
+ readonly __hash: true;
2933
+ }>>>>;
2934
+ _sequence: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString]>>;
2935
+ nbf: import("zod").ZodNumber;
2936
+ exp: import("zod").ZodNumber;
2937
+ fees: import("zod").ZodObject<{
2938
+ base: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2939
+ readonly __hex: true;
2940
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2941
+ readonly __hex: true;
2942
+ }>, unknown>>;
2943
+ gasLimit: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2944
+ readonly __hex: true;
2945
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2946
+ readonly __hex: true;
2947
+ }>, unknown>>;
2948
+ gasPrice: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2949
+ readonly __hex: true;
2950
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2951
+ readonly __hex: true;
2952
+ }>, unknown>>;
2953
+ priority: import("zod").ZodType<import("@xylabs/typeof").Brand<Lowercase<string>, {
2954
+ readonly __hex: true;
2955
+ }>, unknown, import("zod/v4/core").$ZodTypeInternals<import("@xylabs/typeof").Brand<Lowercase<string>, {
2956
+ readonly __hex: true;
2957
+ }>, unknown>>;
2958
+ }, import("zod/v4/core").$strip>;
2959
+ chain: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2960
+ from: import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("@xyo-network/xl1-protocol").Chain, string>>;
2961
+ script: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>>;
2962
+ }, import("zod/v4/core").$strip>;
2963
+ };
2964
+ };
2965
+ };
3
2966
  //# sourceMappingURL=AllRpcSchemas.d.ts.map