@polyester/sdk 0.3.0 → 0.4.0

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 (316) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +63 -17
  3. package/dist/_virtual/_rolldown/runtime.js +15 -1
  4. package/dist/account-signer/types.d.ts.map +1 -1
  5. package/dist/account-signer/types.js +6 -3
  6. package/dist/account-signer/types.js.map +1 -1
  7. package/dist/browser-client.d.ts +4 -2
  8. package/dist/browser-client.d.ts.map +1 -1
  9. package/dist/browser-client.js +3 -4
  10. package/dist/browser-client.js.map +1 -1
  11. package/dist/catalogs/client-catalog.d.ts.map +1 -1
  12. package/dist/catalogs/client-catalog.js +11 -4
  13. package/dist/catalogs/client-catalog.js.map +1 -1
  14. package/dist/catalogs/index.js +1 -1
  15. package/dist/catalogs/readers.d.ts.map +1 -1
  16. package/dist/catalogs/readers.js +3 -1
  17. package/dist/catalogs/readers.js.map +1 -1
  18. package/dist/catalogs/snapshot-validation.js +132 -0
  19. package/dist/catalogs/snapshot-validation.js.map +1 -0
  20. package/dist/catalogs/snapshot.d.ts.map +1 -1
  21. package/dist/catalogs/snapshot.js +16 -7
  22. package/dist/catalogs/snapshot.js.map +1 -1
  23. package/dist/catalogs/zipper-supply.d.ts.map +1 -1
  24. package/dist/catalogs/zipper-supply.js +10 -7
  25. package/dist/catalogs/zipper-supply.js.map +1 -1
  26. package/dist/core-client.d.ts +24 -17
  27. package/dist/core-client.d.ts.map +1 -1
  28. package/dist/core-client.js +21 -3
  29. package/dist/core-client.js.map +1 -1
  30. package/dist/environment.d.ts.map +1 -1
  31. package/dist/environment.js +32 -1
  32. package/dist/environment.js.map +1 -1
  33. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts +7 -0
  34. package/dist/gen/marketoverview/v1/marketoverview_pb.d.ts.map +1 -1
  35. package/dist/gen/marketoverview/v1/marketoverview_pb.js +1 -1
  36. package/dist/gen/marketoverview/v1/marketoverview_pb.js.map +1 -1
  37. package/dist/index.js +3 -3
  38. package/dist/realtime/client.js +13 -2
  39. package/dist/realtime/client.js.map +1 -1
  40. package/dist/realtime/snapshot-then-stream.js +1 -1
  41. package/dist/realtime/snapshot-then-stream.js.map +1 -1
  42. package/dist/realtime/types.d.ts +2 -0
  43. package/dist/realtime/types.d.ts.map +1 -1
  44. package/dist/server-client.d.ts +17 -8
  45. package/dist/server-client.d.ts.map +1 -1
  46. package/dist/server-client.js +8 -11
  47. package/dist/server-client.js.map +1 -1
  48. package/dist/services/accounts/accounts.js +3 -3
  49. package/dist/services/accounts/accounts.js.map +1 -1
  50. package/dist/services/accounts/accounts.schemas.d.ts +13 -13
  51. package/dist/services/accounts/accounts.schemas.d.ts.map +1 -1
  52. package/dist/services/accounts/accounts.schemas.js +11 -11
  53. package/dist/services/accounts/accounts.schemas.js.map +1 -1
  54. package/dist/services/address-book/address-book.js +28 -28
  55. package/dist/services/address-book/address-book.js.map +1 -1
  56. package/dist/services/address-book/address-book.schemas.d.ts +751 -751
  57. package/dist/services/address-book/address-book.schemas.d.ts.map +1 -1
  58. package/dist/services/address-book/address-book.schemas.js +160 -160
  59. package/dist/services/address-book/address-book.schemas.js.map +1 -1
  60. package/dist/services/api-keys/api-keys.d.ts +6 -6
  61. package/dist/services/api-keys/api-keys.d.ts.map +1 -1
  62. package/dist/services/api-keys/api-keys.js +12 -12
  63. package/dist/services/api-keys/api-keys.js.map +1 -1
  64. package/dist/services/api-keys/api-keys.schemas.d.ts +62 -62
  65. package/dist/services/api-keys/api-keys.schemas.d.ts.map +1 -1
  66. package/dist/services/api-keys/api-keys.schemas.js +34 -34
  67. package/dist/services/api-keys/api-keys.schemas.js.map +1 -1
  68. package/dist/services/auth/auth.d.ts +46 -40
  69. package/dist/services/auth/auth.d.ts.map +1 -1
  70. package/dist/services/auth/auth.js +28 -25
  71. package/dist/services/auth/auth.js.map +1 -1
  72. package/dist/services/auth/profile/profile.d.ts +2 -2
  73. package/dist/services/auth/profile/profile.d.ts.map +1 -1
  74. package/dist/services/auth/profile/profile.js +7 -7
  75. package/dist/services/auth/profile/profile.js.map +1 -1
  76. package/dist/services/auth/profile/profile.schemas.d.ts +41 -41
  77. package/dist/services/auth/profile/profile.schemas.d.ts.map +1 -1
  78. package/dist/services/auth/profile/profile.schemas.js +27 -27
  79. package/dist/services/auth/profile/profile.schemas.js.map +1 -1
  80. package/dist/services/auth/session.d.ts +1 -1
  81. package/dist/services/auth/session.d.ts.map +1 -1
  82. package/dist/services/auth/session.js +6 -2
  83. package/dist/services/auth/session.js.map +1 -1
  84. package/dist/services/auth/session.schemas.js +17 -17
  85. package/dist/services/auth/session.schemas.js.map +1 -1
  86. package/dist/services/auth/session.types.d.ts +3 -2
  87. package/dist/services/auth/session.types.d.ts.map +1 -1
  88. package/dist/services/balances/balances.d.ts +1 -1
  89. package/dist/services/balances/balances.js +9 -9
  90. package/dist/services/balances/balances.js.map +1 -1
  91. package/dist/services/balances/balances.schemas.d.ts +95 -95
  92. package/dist/services/balances/balances.schemas.d.ts.map +1 -1
  93. package/dist/services/balances/balances.schemas.js +61 -61
  94. package/dist/services/balances/balances.schemas.js.map +1 -1
  95. package/dist/services/candles/candles.js +12 -12
  96. package/dist/services/candles/candles.js.map +1 -1
  97. package/dist/services/candles/candles.schemas.d.ts +64 -64
  98. package/dist/services/candles/candles.schemas.d.ts.map +1 -1
  99. package/dist/services/candles/candles.schemas.js +47 -48
  100. package/dist/services/candles/candles.schemas.js.map +1 -1
  101. package/dist/services/chain-analytics/chain-analytics.js +7 -7
  102. package/dist/services/chain-analytics/chain-analytics.js.map +1 -1
  103. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts +68 -68
  104. package/dist/services/chain-analytics/chain-analytics.schemas.d.ts.map +1 -1
  105. package/dist/services/chain-analytics/chain-analytics.schemas.js +29 -29
  106. package/dist/services/chain-analytics/chain-analytics.schemas.js.map +1 -1
  107. package/dist/services/deposit/deposit.js +5 -5
  108. package/dist/services/deposit/deposit.js.map +1 -1
  109. package/dist/services/deposit/deposit.schemas.d.ts +17 -17
  110. package/dist/services/deposit/deposit.schemas.d.ts.map +1 -1
  111. package/dist/services/deposit/deposit.schemas.js +11 -11
  112. package/dist/services/deposit/deposit.schemas.js.map +1 -1
  113. package/dist/services/guard-signer/guard-signer.js +13 -13
  114. package/dist/services/guard-signer/guard-signer.js.map +1 -1
  115. package/dist/services/guard-signer/guard-signer.schemas.d.ts +75 -75
  116. package/dist/services/guard-signer/guard-signer.schemas.d.ts.map +1 -1
  117. package/dist/services/guard-signer/guard-signer.schemas.js +42 -42
  118. package/dist/services/guard-signer/guard-signer.schemas.js.map +1 -1
  119. package/dist/services/heatmap/heatmap.js +9 -9
  120. package/dist/services/heatmap/heatmap.js.map +1 -1
  121. package/dist/services/heatmap/heatmap.schemas.d.ts +141 -141
  122. package/dist/services/heatmap/heatmap.schemas.d.ts.map +1 -1
  123. package/dist/services/heatmap/heatmap.schemas.js +47 -47
  124. package/dist/services/heatmap/heatmap.schemas.js.map +1 -1
  125. package/dist/services/internal-transfers/internal-transfers.js +3 -3
  126. package/dist/services/internal-transfers/internal-transfers.js.map +1 -1
  127. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts +53 -53
  128. package/dist/services/internal-transfers/internal-transfers.schemas.d.ts.map +1 -1
  129. package/dist/services/internal-transfers/internal-transfers.schemas.js +27 -27
  130. package/dist/services/internal-transfers/internal-transfers.schemas.js.map +1 -1
  131. package/dist/services/lifecycle/lifecycle.js +10 -10
  132. package/dist/services/lifecycle/lifecycle.js.map +1 -1
  133. package/dist/services/lifecycle/lifecycle.schemas.d.ts +614 -614
  134. package/dist/services/lifecycle/lifecycle.schemas.d.ts.map +1 -1
  135. package/dist/services/lifecycle/lifecycle.schemas.js +146 -146
  136. package/dist/services/lifecycle/lifecycle.schemas.js.map +1 -1
  137. package/dist/services/market-data/market-data.js +6 -6
  138. package/dist/services/market-data/market-data.js.map +1 -1
  139. package/dist/services/market-data/market-data.schemas.d.ts +20 -20
  140. package/dist/services/market-data/market-data.schemas.d.ts.map +1 -1
  141. package/dist/services/market-data/market-data.schemas.js +51 -55
  142. package/dist/services/market-data/market-data.schemas.js.map +1 -1
  143. package/dist/services/market-overview/market-overview.d.ts +1 -1
  144. package/dist/services/market-overview/market-overview.js +5 -5
  145. package/dist/services/market-overview/market-overview.js.map +1 -1
  146. package/dist/services/market-overview/market-overview.schemas.d.ts +39 -36
  147. package/dist/services/market-overview/market-overview.schemas.d.ts.map +1 -1
  148. package/dist/services/market-overview/market-overview.schemas.js +34 -32
  149. package/dist/services/market-overview/market-overview.schemas.js.map +1 -1
  150. package/dist/services/mfa/mfa.js +27 -27
  151. package/dist/services/mfa/mfa.js.map +1 -1
  152. package/dist/services/mfa/mfa.schemas.d.ts +206 -206
  153. package/dist/services/mfa/mfa.schemas.d.ts.map +1 -1
  154. package/dist/services/mfa/mfa.schemas.js +83 -83
  155. package/dist/services/mfa/mfa.schemas.js.map +1 -1
  156. package/dist/services/orderbook/orderbook.d.ts +2 -2
  157. package/dist/services/orderbook/orderbook.d.ts.map +1 -1
  158. package/dist/services/orderbook/orderbook.js +5 -5
  159. package/dist/services/orderbook/orderbook.js.map +1 -1
  160. package/dist/services/orderbook/orderbook.schemas.d.ts +23 -23
  161. package/dist/services/orderbook/orderbook.schemas.d.ts.map +1 -1
  162. package/dist/services/orderbook/orderbook.schemas.js +15 -15
  163. package/dist/services/orderbook/orderbook.schemas.js.map +1 -1
  164. package/dist/services/orders/order-errors.schemas.d.ts +18 -18
  165. package/dist/services/orders/order-errors.schemas.d.ts.map +1 -1
  166. package/dist/services/orders/order-errors.schemas.js +8 -8
  167. package/dist/services/orders/order-errors.schemas.js.map +1 -1
  168. package/dist/services/orders/orders-batch.schemas.d.ts +492 -492
  169. package/dist/services/orders/orders-batch.schemas.d.ts.map +1 -1
  170. package/dist/services/orders/orders-batch.schemas.js +118 -118
  171. package/dist/services/orders/orders-batch.schemas.js.map +1 -1
  172. package/dist/services/orders/orders-identifiers.schemas.js +5 -5
  173. package/dist/services/orders/orders-identifiers.schemas.js.map +1 -1
  174. package/dist/services/orders/orders-input.schemas.d.ts +657 -648
  175. package/dist/services/orders/orders-input.schemas.d.ts.map +1 -1
  176. package/dist/services/orders/orders-input.schemas.js +100 -96
  177. package/dist/services/orders/orders-input.schemas.js.map +1 -1
  178. package/dist/services/orders/orders-modify.schemas.d.ts +370 -351
  179. package/dist/services/orders/orders-modify.schemas.d.ts.map +1 -1
  180. package/dist/services/orders/orders-modify.schemas.js +48 -44
  181. package/dist/services/orders/orders-modify.schemas.js.map +1 -1
  182. package/dist/services/orders/orders-output.schemas.d.ts +179 -179
  183. package/dist/services/orders/orders-output.schemas.d.ts.map +1 -1
  184. package/dist/services/orders/orders-output.schemas.js +49 -49
  185. package/dist/services/orders/orders-output.schemas.js.map +1 -1
  186. package/dist/services/orders/orders-risk.schemas.d.ts +226 -226
  187. package/dist/services/orders/orders-risk.schemas.d.ts.map +1 -1
  188. package/dist/services/orders/orders-risk.schemas.js +69 -69
  189. package/dist/services/orders/orders-risk.schemas.js.map +1 -1
  190. package/dist/services/orders/orders.d.ts +8 -8
  191. package/dist/services/orders/orders.d.ts.map +1 -1
  192. package/dist/services/orders/orders.js +44 -32
  193. package/dist/services/orders/orders.js.map +1 -1
  194. package/dist/services/policies/api-key-policies/api-key-policies.d.ts +6 -6
  195. package/dist/services/policies/api-key-policies/api-key-policies.d.ts.map +1 -1
  196. package/dist/services/policies/api-key-policies/api-key-policies.js +11 -11
  197. package/dist/services/policies/api-key-policies/api-key-policies.js.map +1 -1
  198. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts +105 -105
  199. package/dist/services/policies/api-key-policies/api-key-policies.schemas.d.ts.map +1 -1
  200. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js +49 -49
  201. package/dist/services/policies/api-key-policies/api-key-policies.schemas.js.map +1 -1
  202. package/dist/services/policies/shared.d.ts +5 -5
  203. package/dist/services/policies/shared.d.ts.map +1 -1
  204. package/dist/services/policies/shared.js +10 -10
  205. package/dist/services/policies/shared.js.map +1 -1
  206. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts +6 -6
  207. package/dist/services/policies/subaccount-policies/subaccount-policies.d.ts.map +1 -1
  208. package/dist/services/policies/subaccount-policies/subaccount-policies.js +13 -13
  209. package/dist/services/policies/subaccount-policies/subaccount-policies.js.map +1 -1
  210. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts +124 -124
  211. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.d.ts.map +1 -1
  212. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js +75 -75
  213. package/dist/services/policies/subaccount-policies/subaccount-policies.schemas.js.map +1 -1
  214. package/dist/services/shared.js +11 -11
  215. package/dist/services/shared.js.map +1 -1
  216. package/dist/services/social-verification/social-verification.d.ts +3 -3
  217. package/dist/services/social-verification/social-verification.d.ts.map +1 -1
  218. package/dist/services/social-verification/social-verification.js +7 -7
  219. package/dist/services/social-verification/social-verification.js.map +1 -1
  220. package/dist/services/social-verification/social-verification.schemas.d.ts +54 -54
  221. package/dist/services/social-verification/social-verification.schemas.d.ts.map +1 -1
  222. package/dist/services/social-verification/social-verification.schemas.js +28 -28
  223. package/dist/services/social-verification/social-verification.schemas.js.map +1 -1
  224. package/dist/services/subaccount-resolver.js +5 -3
  225. package/dist/services/subaccount-resolver.js.map +1 -1
  226. package/dist/services/subaccounts/subaccounts.d.ts +15 -15
  227. package/dist/services/subaccounts/subaccounts.d.ts.map +1 -1
  228. package/dist/services/subaccounts/subaccounts.js +35 -35
  229. package/dist/services/subaccounts/subaccounts.js.map +1 -1
  230. package/dist/services/subaccounts/subaccounts.schemas.d.ts +137 -137
  231. package/dist/services/subaccounts/subaccounts.schemas.d.ts.map +1 -1
  232. package/dist/services/subaccounts/subaccounts.schemas.js +72 -72
  233. package/dist/services/subaccounts/subaccounts.schemas.js.map +1 -1
  234. package/dist/services/trades/trades.d.ts +2 -2
  235. package/dist/services/trades/trades.d.ts.map +1 -1
  236. package/dist/services/trades/trades.js +5 -5
  237. package/dist/services/trades/trades.js.map +1 -1
  238. package/dist/services/trades/trades.schemas.d.ts +31 -31
  239. package/dist/services/trades/trades.schemas.d.ts.map +1 -1
  240. package/dist/services/trades/trades.schemas.js +24 -24
  241. package/dist/services/trades/trades.schemas.js.map +1 -1
  242. package/dist/services/trading-withdraws/trading-withdraws.js +8 -8
  243. package/dist/services/trading-withdraws/trading-withdraws.js.map +1 -1
  244. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts +45 -45
  245. package/dist/services/trading-withdraws/trading-withdraws.schemas.d.ts.map +1 -1
  246. package/dist/services/trading-withdraws/trading-withdraws.schemas.js +36 -36
  247. package/dist/services/trading-withdraws/trading-withdraws.schemas.js.map +1 -1
  248. package/dist/services/transfers/transfers.d.ts +1 -1
  249. package/dist/services/transfers/transfers.d.ts.map +1 -1
  250. package/dist/services/transfers/transfers.js +5 -5
  251. package/dist/services/transfers/transfers.js.map +1 -1
  252. package/dist/services/transfers/transfers.schemas.d.ts +42 -42
  253. package/dist/services/transfers/transfers.schemas.d.ts.map +1 -1
  254. package/dist/services/transfers/transfers.schemas.js +30 -30
  255. package/dist/services/transfers/transfers.schemas.js.map +1 -1
  256. package/dist/services/triggers/trigger-child-order.schemas.js +23 -23
  257. package/dist/services/triggers/trigger-child-order.schemas.js.map +1 -1
  258. package/dist/services/triggers/trigger-input.schemas.d.ts +226 -226
  259. package/dist/services/triggers/trigger-input.schemas.d.ts.map +1 -1
  260. package/dist/services/triggers/trigger-input.schemas.js +53 -53
  261. package/dist/services/triggers/trigger-input.schemas.js.map +1 -1
  262. package/dist/services/triggers/triggers-output.schemas.d.ts +218 -218
  263. package/dist/services/triggers/triggers-output.schemas.d.ts.map +1 -1
  264. package/dist/services/triggers/triggers-output.schemas.js +152 -152
  265. package/dist/services/triggers/triggers-output.schemas.js.map +1 -1
  266. package/dist/services/triggers/triggers.js +21 -21
  267. package/dist/services/triggers/triggers.js.map +1 -1
  268. package/dist/services/whiteboard/whiteboard.js +15 -15
  269. package/dist/services/whiteboard/whiteboard.js.map +1 -1
  270. package/dist/services/whiteboard/whiteboard.schemas.d.ts +379 -379
  271. package/dist/services/whiteboard/whiteboard.schemas.d.ts.map +1 -1
  272. package/dist/services/whiteboard/whiteboard.schemas.js +71 -71
  273. package/dist/services/whiteboard/whiteboard.schemas.js.map +1 -1
  274. package/dist/services/zipper/zipper.js +3 -3
  275. package/dist/services/zipper/zipper.js.map +1 -1
  276. package/dist/services/zipper/zipper.schemas.d.ts +1 -1
  277. package/dist/services/zipper/zipper.schemas.js +54 -54
  278. package/dist/services/zipper/zipper.schemas.js.map +1 -1
  279. package/dist/shared/account-scope.d.ts +6 -6
  280. package/dist/shared/account-scope.d.ts.map +1 -1
  281. package/dist/shared/account-scope.js +3 -3
  282. package/dist/shared/account-scope.js.map +1 -1
  283. package/dist/shared/connect-error-mapping.d.ts +1 -1
  284. package/dist/shared/connect-error-mapping.js +29 -3
  285. package/dist/shared/connect-error-mapping.js.map +1 -1
  286. package/dist/shared/rate-limit.schemas.d.ts +12 -12
  287. package/dist/shared/rate-limit.schemas.d.ts.map +1 -1
  288. package/dist/shared/rate-limit.schemas.js +7 -7
  289. package/dist/shared/rate-limit.schemas.js.map +1 -1
  290. package/dist/shared/schemas.js +26 -26
  291. package/dist/shared/schemas.js.map +1 -1
  292. package/dist/shared/transports.js +7 -12
  293. package/dist/shared/transports.js.map +1 -1
  294. package/dist/shared/types.d.ts +12 -0
  295. package/dist/shared/types.d.ts.map +1 -1
  296. package/dist/shared/validation.d.ts +14 -0
  297. package/dist/shared/validation.d.ts.map +1 -0
  298. package/dist/shared/validation.js +24 -0
  299. package/dist/shared/validation.js.map +1 -0
  300. package/dist/utils/connect-order-errors.js +2 -2
  301. package/dist/utils/connect-order-errors.js.map +1 -1
  302. package/dist/utils/cookies.d.ts +8 -3
  303. package/dist/utils/cookies.d.ts.map +1 -1
  304. package/dist/utils/cookies.js +7 -1
  305. package/dist/utils/cookies.js.map +1 -1
  306. package/dist/utils/event-emitter.d.ts +1 -1
  307. package/dist/utils/event-emitter.d.ts.map +1 -1
  308. package/dist/utils/event-emitter.js +4 -2
  309. package/dist/utils/event-emitter.js.map +1 -1
  310. package/dist/utils/evm.js +2 -2
  311. package/dist/utils/evm.js.map +1 -1
  312. package/dist/utils/jwt.d.ts +2 -2
  313. package/dist/utils/jwt.d.ts.map +1 -1
  314. package/dist/utils/jwt.js +2 -2
  315. package/dist/utils/jwt.js.map +1 -1
  316. package/package.json +1 -1
@@ -1,15 +1,15 @@
1
+ import { validation_d_exports } from "../../shared/validation.js";
1
2
  import { SubaccountRole } from "../../gen/auth/v1/subaccounts_pb.js";
2
3
  import { AccountScopeType, AddressBookEntryKind, DestinationWhitelistStatus, InternalWhitelistResolutionStatus, TransferCounterpartyDirection } from "../../gen/auth/v1/address_book_pb.js";
3
- import * as v from "valibot";
4
4
  //#region src/services/address-book/address-book.schemas.d.ts
5
- declare const ListAddressBookEntriesInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
6
- readonly kind: v.OptionalSchema<v.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
7
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 500, undefined>]>, undefined>;
8
- readonly pageToken: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
9
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
10
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
5
+ declare const ListAddressBookEntriesInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
6
+ readonly kind: validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
7
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 500, undefined>]>, undefined>;
8
+ readonly pageToken: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
9
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
10
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
11
11
  }, undefined>], undefined>, undefined>;
12
- }, undefined>, v.TransformAction<{
12
+ }, undefined>, validation_d_exports.TransformAction<{
13
13
  kind?: "external" | "internal" | undefined;
14
14
  limit?: number | undefined;
15
15
  pageToken: string;
@@ -22,27 +22,27 @@ declare const ListAddressBookEntriesInputSchema: v.SchemaWithPipe<readonly [v.St
22
22
  limit: number | undefined;
23
23
  pageToken: string;
24
24
  }>]>;
25
- type ListAddressBookEntriesInput = v.InferInput<typeof ListAddressBookEntriesInputSchema>;
26
- declare const CreateAddressBookEntryInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
27
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
28
- readonly note: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
29
- readonly entry: v.VariantSchema<"kind", [v.StrictObjectSchema<{
30
- readonly kind: v.LiteralSchema<"external", undefined>;
31
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>]>;
32
- readonly address: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
33
- }, undefined>, v.StrictObjectSchema<{
34
- readonly kind: v.LiteralSchema<"internal", undefined>;
35
- readonly smartAccountAddress: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
25
+ type ListAddressBookEntriesInput = validation_d_exports.InferInput<typeof ListAddressBookEntriesInputSchema>;
26
+ declare const CreateAddressBookEntryInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
27
+ readonly label: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
28
+ readonly note: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
29
+ readonly entry: validation_d_exports.VariantSchema<"kind", [validation_d_exports.StrictObjectSchema<{
30
+ readonly kind: validation_d_exports.LiteralSchema<"external", undefined>;
31
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>]>;
32
+ readonly address: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
33
+ }, undefined>, validation_d_exports.StrictObjectSchema<{
34
+ readonly kind: validation_d_exports.LiteralSchema<"internal", undefined>;
35
+ readonly smartAccountAddress: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
36
36
  }, undefined>], undefined>;
37
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>, undefined>, readonly []>;
38
- readonly newTags: v.OptionalSchema<v.ArraySchema<v.StrictObjectSchema<{
39
- readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
40
- readonly color: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
37
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>, undefined>, readonly []>;
38
+ readonly newTags: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.StrictObjectSchema<{
39
+ readonly name: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
40
+ readonly color: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
41
41
  }, undefined>, undefined>, readonly []>;
42
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
43
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
42
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
43
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
44
44
  }, undefined>], undefined>, undefined>;
45
- }, undefined>, v.TransformAction<{
45
+ }, undefined>, validation_d_exports.TransformAction<{
46
46
  label: string;
47
47
  note: string;
48
48
  entry: {
@@ -86,21 +86,21 @@ declare const CreateAddressBookEntryInputSchema: v.SchemaWithPipe<readonly [v.St
86
86
  color: string;
87
87
  }[];
88
88
  }>]>;
89
- type CreateAddressBookEntryInput = v.InferInput<typeof CreateAddressBookEntryInputSchema>;
89
+ type CreateAddressBookEntryInput = validation_d_exports.InferInput<typeof CreateAddressBookEntryInputSchema>;
90
90
  declare function validateCreateAddressBookEntryInput(input: CreateAddressBookEntryInput): void;
91
- declare const UpdateAddressBookEntryInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
92
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>;
93
- readonly expectedRevision: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, v.RegexAction<string, `${string} must be a decimal integer`>, v.TransformAction<string, bigint>]>, v.CheckAction<bigint, `${string} must be greater than 0`>]>;
94
- readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, undefined>;
95
- readonly note: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, undefined>;
96
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>, undefined>, undefined>;
97
- }, undefined>, v.CheckAction<{
91
+ declare const UpdateAddressBookEntryInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
92
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>;
93
+ readonly expectedRevision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, validation_d_exports.RegexAction<string, `${string} must be a decimal integer`>, validation_d_exports.TransformAction<string, bigint>]>, validation_d_exports.CheckAction<bigint, `${string} must be greater than 0`>]>;
94
+ readonly label: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, undefined>;
95
+ readonly note: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, undefined>;
96
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>, undefined>, undefined>;
97
+ }, undefined>, validation_d_exports.CheckAction<{
98
98
  addressBookEntryId: bigint;
99
99
  expectedRevision: bigint;
100
100
  label?: string | undefined;
101
101
  note?: string | undefined;
102
102
  tagIds?: bigint[] | undefined;
103
- }, "At least one address-book entry field must be provided">, v.TransformAction<{
103
+ }, "At least one address-book entry field must be provided">, validation_d_exports.TransformAction<{
104
104
  addressBookEntryId: bigint;
105
105
  expectedRevision: bigint;
106
106
  label?: string | undefined;
@@ -120,23 +120,23 @@ declare const UpdateAddressBookEntryInputSchema: v.SchemaWithPipe<readonly [v.St
120
120
  };
121
121
  expectedRevision: bigint;
122
122
  }>]>;
123
- type UpdateAddressBookEntryInput = v.InferInput<typeof UpdateAddressBookEntryInputSchema>;
124
- declare const DeleteAddressBookEntryInputSchema: v.StrictObjectSchema<{
125
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>;
123
+ type UpdateAddressBookEntryInput = validation_d_exports.InferInput<typeof UpdateAddressBookEntryInputSchema>;
124
+ declare const DeleteAddressBookEntryInputSchema: validation_d_exports.StrictObjectSchema<{
125
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>;
126
126
  }, undefined>;
127
- type DeleteAddressBookEntryInput = v.InferInput<typeof DeleteAddressBookEntryInputSchema>;
128
- declare const CopyAddressBookEntryInputSchema: v.StrictObjectSchema<{
129
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>;
130
- readonly targetSubaccountId: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, undefined>, v.TransformAction<string | undefined, bigint | undefined>]>;
127
+ type DeleteAddressBookEntryInput = validation_d_exports.InferInput<typeof DeleteAddressBookEntryInputSchema>;
128
+ declare const CopyAddressBookEntryInputSchema: validation_d_exports.StrictObjectSchema<{
129
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>;
130
+ readonly targetSubaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, undefined>, validation_d_exports.TransformAction<string | undefined, bigint | undefined>]>;
131
131
  }, undefined>;
132
- type CopyAddressBookEntryInput = v.InferInput<typeof CopyAddressBookEntryInputSchema>;
133
- declare const CreateAddressBookTagInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
134
- readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
135
- readonly color: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
136
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
137
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
132
+ type CopyAddressBookEntryInput = validation_d_exports.InferInput<typeof CopyAddressBookEntryInputSchema>;
133
+ declare const CreateAddressBookTagInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
134
+ readonly name: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
135
+ readonly color: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
136
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
137
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
138
138
  }, undefined>], undefined>, undefined>;
139
- }, undefined>, v.TransformAction<{
139
+ }, undefined>, validation_d_exports.TransformAction<{
140
140
  name: string;
141
141
  color: string;
142
142
  account?: "active" | "main" | {
@@ -147,29 +147,29 @@ declare const CreateAddressBookTagInputSchema: v.SchemaWithPipe<readonly [v.Stri
147
147
  name: string;
148
148
  color: string;
149
149
  }>]>;
150
- type CreateAddressBookTagInput = v.InferInput<typeof CreateAddressBookTagInputSchema>;
151
- declare const UpdateAddressBookTagInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
152
- readonly tagId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>;
153
- readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>, undefined>;
154
- readonly color: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, undefined>;
155
- }, undefined>, v.CheckAction<{
150
+ type CreateAddressBookTagInput = validation_d_exports.InferInput<typeof CreateAddressBookTagInputSchema>;
151
+ declare const UpdateAddressBookTagInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
152
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>;
153
+ readonly name: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>, undefined>;
154
+ readonly color: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, undefined>;
155
+ }, undefined>, validation_d_exports.CheckAction<{
156
156
  tagId: bigint;
157
157
  name?: string | undefined;
158
158
  color?: string | undefined;
159
159
  }, "At least one address-book tag field must be provided">]>;
160
- type UpdateAddressBookTagInput = v.InferInput<typeof UpdateAddressBookTagInputSchema>;
161
- declare const DeleteAddressBookTagInputSchema: v.StrictObjectSchema<{
162
- readonly tagId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.TransformAction<string, bigint>]>;
160
+ type UpdateAddressBookTagInput = validation_d_exports.InferInput<typeof UpdateAddressBookTagInputSchema>;
161
+ declare const DeleteAddressBookTagInputSchema: validation_d_exports.StrictObjectSchema<{
162
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>, validation_d_exports.TransformAction<string, bigint>]>;
163
163
  }, undefined>;
164
- type DeleteAddressBookTagInput = v.InferInput<typeof DeleteAddressBookTagInputSchema>;
165
- declare const ListTransferCounterpartiesInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
166
- readonly direction: v.OptionalSchema<v.PicklistSchema<readonly ["depositFrom", "withdrawTo", "internalTransferFrom", "internalTransferTo"], undefined>, undefined>;
167
- readonly kind: v.OptionalSchema<v.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
168
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 200, undefined>]>, undefined>;
169
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
170
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
164
+ type DeleteAddressBookTagInput = validation_d_exports.InferInput<typeof DeleteAddressBookTagInputSchema>;
165
+ declare const ListTransferCounterpartiesInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
166
+ readonly direction: validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["depositFrom", "withdrawTo", "internalTransferFrom", "internalTransferTo"], undefined>, undefined>;
167
+ readonly kind: validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
168
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 200, undefined>]>, undefined>;
169
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
170
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
171
171
  }, undefined>], undefined>, undefined>;
172
- }, undefined>, v.TransformAction<{
172
+ }, undefined>, validation_d_exports.TransformAction<{
173
173
  direction?: "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo" | undefined;
174
174
  kind?: "external" | "internal" | undefined;
175
175
  limit?: number | undefined;
@@ -182,15 +182,15 @@ declare const ListTransferCounterpartiesInputSchema: v.SchemaWithPipe<readonly [
182
182
  kind: AddressBookEntryKind.EXTERNAL_CHAIN | AddressBookEntryKind.INTERNAL_ACCOUNT | undefined;
183
183
  limit: number | undefined;
184
184
  }>]>;
185
- type ListTransferCounterpartiesInput = v.InferInput<typeof ListTransferCounterpartiesInputSchema>;
186
- declare const ListTransferDestinationsInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
187
- readonly kind: v.OptionalSchema<v.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
188
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 500, undefined>]>, undefined>;
189
- readonly pageToken: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
190
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
191
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
185
+ type ListTransferCounterpartiesInput = validation_d_exports.InferInput<typeof ListTransferCounterpartiesInputSchema>;
186
+ declare const ListTransferDestinationsInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
187
+ readonly kind: validation_d_exports.OptionalSchema<validation_d_exports.PicklistSchema<readonly ["external", "internal"], undefined>, undefined>;
188
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 500, undefined>]>, undefined>;
189
+ readonly pageToken: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
190
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
191
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
192
192
  }, undefined>], undefined>, undefined>;
193
- }, undefined>, v.TransformAction<{
193
+ }, undefined>, validation_d_exports.TransformAction<{
194
194
  kind?: "external" | "internal" | undefined;
195
195
  limit?: number | undefined;
196
196
  pageToken: string;
@@ -203,26 +203,26 @@ declare const ListTransferDestinationsInputSchema: v.SchemaWithPipe<readonly [v.
203
203
  limit: number | undefined;
204
204
  pageToken: string;
205
205
  }>]>;
206
- type ListTransferDestinationsInput = v.InferInput<typeof ListTransferDestinationsInputSchema>;
207
- declare const SubaccountScopedInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
208
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
209
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
206
+ type ListTransferDestinationsInput = validation_d_exports.InferInput<typeof ListTransferDestinationsInputSchema>;
207
+ declare const SubaccountScopedInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
208
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
209
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
210
210
  }, undefined>], undefined>, undefined>;
211
- }, undefined>, v.TransformAction<{
211
+ }, undefined>, validation_d_exports.TransformAction<{
212
212
  account?: "active" | "main" | {
213
213
  subaccountId: string;
214
214
  } | undefined;
215
215
  }, {
216
216
  subaccountId: bigint | undefined;
217
217
  }>]>;
218
- type SubaccountScopedInput = v.InferInput<typeof SubaccountScopedInputSchema>;
219
- declare const ListInternalTransferWhitelistEntriesInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
220
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 500, undefined>]>, undefined>;
221
- readonly pageToken: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction]>, "">;
222
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
223
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
218
+ type SubaccountScopedInput = validation_d_exports.InferInput<typeof SubaccountScopedInputSchema>;
219
+ declare const ListInternalTransferWhitelistEntriesInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
220
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 500, undefined>]>, undefined>;
221
+ readonly pageToken: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction]>, "">;
222
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
223
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
224
224
  }, undefined>], undefined>, undefined>;
225
- }, undefined>, v.TransformAction<{
225
+ }, undefined>, validation_d_exports.TransformAction<{
226
226
  limit?: number | undefined;
227
227
  pageToken: string;
228
228
  account?: "active" | "main" | {
@@ -233,13 +233,13 @@ declare const ListInternalTransferWhitelistEntriesInputSchema: v.SchemaWithPipe<
233
233
  limit: number | undefined;
234
234
  pageToken: string;
235
235
  }>]>;
236
- type ListInternalTransferWhitelistEntriesInput = v.InferInput<typeof ListInternalTransferWhitelistEntriesInputSchema>;
237
- declare const GetAddressBookViewInputSchema: v.SchemaWithPipe<readonly [v.StrictObjectSchema<{
238
- readonly limit: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.GtValueAction<number, 0, undefined>, v.MaxValueAction<number, 200, undefined>]>, undefined>;
239
- readonly account: v.OptionalSchema<v.UnionSchema<[v.PicklistSchema<["active", "main"], undefined>, v.StrictObjectSchema<{
240
- readonly subaccountId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>]>;
236
+ type ListInternalTransferWhitelistEntriesInput = validation_d_exports.InferInput<typeof ListInternalTransferWhitelistEntriesInputSchema>;
237
+ declare const GetAddressBookViewInputSchema: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StrictObjectSchema<{
238
+ readonly limit: validation_d_exports.OptionalSchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>, validation_d_exports.GtValueAction<number, 0, undefined>, validation_d_exports.MaxValueAction<number, 200, undefined>]>, undefined>;
239
+ readonly account: validation_d_exports.OptionalSchema<validation_d_exports.UnionSchema<[validation_d_exports.PicklistSchema<["active", "main"], undefined>, validation_d_exports.StrictObjectSchema<{
240
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.StringSchema<undefined>, validation_d_exports.TrimAction, validation_d_exports.MinLengthAction<string, 1, undefined>]>;
241
241
  }, undefined>], undefined>, undefined>;
242
- }, undefined>, v.TransformAction<{
242
+ }, undefined>, validation_d_exports.TransformAction<{
243
243
  limit?: number | undefined;
244
244
  account?: "active" | "main" | {
245
245
  subaccountId: string;
@@ -248,893 +248,893 @@ declare const GetAddressBookViewInputSchema: v.SchemaWithPipe<readonly [v.Strict
248
248
  subaccountId: bigint | undefined;
249
249
  limit: number | undefined;
250
250
  }>]>;
251
- type GetAddressBookViewInput = v.InferInput<typeof GetAddressBookViewInputSchema>;
252
- declare const AddressBookSchema: v.ObjectSchema<{
253
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
254
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
255
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
256
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
251
+ type GetAddressBookViewInput = validation_d_exports.InferInput<typeof GetAddressBookViewInputSchema>;
252
+ declare const AddressBookSchema: validation_d_exports.ObjectSchema<{
253
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
254
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
255
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
256
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
257
257
  }, undefined>, undefined>;
258
- readonly callerRole: v.SchemaWithPipe<readonly [v.EnumSchema<typeof SubaccountRole, undefined>, v.TransformAction<SubaccountRole, "unspecified" | "owner" | "admin" | "treasury" | "leveraged_trader" | "trader" | "viewer">]>;
259
- readonly label: v.StringSchema<undefined>;
260
- readonly ownerUsername: v.StringSchema<undefined>;
261
- readonly smartAccountAddress: v.StringSchema<undefined>;
258
+ readonly callerRole: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof SubaccountRole, undefined>, validation_d_exports.TransformAction<SubaccountRole, "unspecified" | "owner" | "admin" | "treasury" | "leveraged_trader" | "trader" | "viewer">]>;
259
+ readonly label: validation_d_exports.StringSchema<undefined>;
260
+ readonly ownerUsername: validation_d_exports.StringSchema<undefined>;
261
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
262
262
  }, undefined>;
263
- type AddressBook = v.InferOutput<typeof AddressBookSchema>;
264
- declare const AddressBookTagSummarySchema: v.ObjectSchema<{
265
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
266
- readonly name: v.StringSchema<undefined>;
267
- readonly color: v.StringSchema<undefined>;
263
+ type AddressBook = validation_d_exports.InferOutput<typeof AddressBookSchema>;
264
+ declare const AddressBookTagSummarySchema: validation_d_exports.ObjectSchema<{
265
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
266
+ readonly name: validation_d_exports.StringSchema<undefined>;
267
+ readonly color: validation_d_exports.StringSchema<undefined>;
268
268
  }, undefined>;
269
- type AddressBookTagSummary = v.InferOutput<typeof AddressBookTagSummarySchema>;
270
- declare const AddressBookTagSchema: v.ObjectSchema<{
271
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
272
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
273
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
274
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
275
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
269
+ type AddressBookTagSummary = validation_d_exports.InferOutput<typeof AddressBookTagSummarySchema>;
270
+ declare const AddressBookTagSchema: validation_d_exports.ObjectSchema<{
271
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
272
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
273
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
274
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
275
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
276
276
  }, undefined>, undefined>;
277
- readonly name: v.StringSchema<undefined>;
278
- readonly color: v.StringSchema<undefined>;
279
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
280
- readonly seconds: v.BigintSchema<undefined>;
281
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
282
- }, undefined>, undefined>, v.TransformAction<{
277
+ readonly name: validation_d_exports.StringSchema<undefined>;
278
+ readonly color: validation_d_exports.StringSchema<undefined>;
279
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
280
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
281
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
282
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
283
283
  seconds: bigint;
284
284
  nanos: number;
285
285
  } | undefined, number | undefined>]>;
286
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
287
- readonly seconds: v.BigintSchema<undefined>;
288
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
289
- }, undefined>, undefined>, v.TransformAction<{
286
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
287
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
288
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
289
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
290
290
  seconds: bigint;
291
291
  nanos: number;
292
292
  } | undefined, number | undefined>]>;
293
293
  }, undefined>;
294
- type AddressBookTag = v.InferOutput<typeof AddressBookTagSchema>;
295
- declare const AddressBookEntrySchema: v.ObjectSchema<{
296
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
297
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
298
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
299
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
300
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
294
+ type AddressBookTag = validation_d_exports.InferOutput<typeof AddressBookTagSchema>;
295
+ declare const AddressBookEntrySchema: validation_d_exports.ObjectSchema<{
296
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
297
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
298
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
299
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
300
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
301
301
  }, undefined>, undefined>;
302
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
303
- readonly label: v.StringSchema<undefined>;
304
- readonly note: v.StringSchema<undefined>;
305
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
306
- readonly seconds: v.BigintSchema<undefined>;
307
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
308
- }, undefined>, undefined>, v.TransformAction<{
302
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
303
+ readonly label: validation_d_exports.StringSchema<undefined>;
304
+ readonly note: validation_d_exports.StringSchema<undefined>;
305
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
306
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
307
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
308
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
309
309
  seconds: bigint;
310
310
  nanos: number;
311
311
  } | undefined, number | undefined>]>;
312
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
313
- readonly seconds: v.BigintSchema<undefined>;
314
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
315
- }, undefined>, undefined>, v.TransformAction<{
312
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
313
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
314
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
315
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
316
316
  seconds: bigint;
317
317
  nanos: number;
318
318
  } | undefined, number | undefined>]>;
319
- readonly entry: v.VariantSchema<"case", [v.ObjectSchema<{
320
- readonly case: v.LiteralSchema<"external", undefined>;
321
- readonly value: v.ObjectSchema<{
322
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
323
- readonly address: v.StringSchema<undefined>;
319
+ readonly entry: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
320
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
321
+ readonly value: validation_d_exports.ObjectSchema<{
322
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
323
+ readonly address: validation_d_exports.StringSchema<undefined>;
324
324
  }, undefined>;
325
- }, undefined>, v.ObjectSchema<{
326
- readonly case: v.LiteralSchema<"internal", undefined>;
327
- readonly value: v.ObjectSchema<{
328
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
329
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
330
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
331
- readonly smartAccountAddress: v.StringSchema<undefined>;
332
- readonly rootUsername: v.StringSchema<undefined>;
333
- readonly subaccountLabel: v.StringSchema<undefined>;
325
+ }, undefined>, validation_d_exports.ObjectSchema<{
326
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
327
+ readonly value: validation_d_exports.ObjectSchema<{
328
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
329
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
330
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
331
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
332
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
333
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
334
334
  }, undefined>;
335
- }, undefined>, v.ObjectSchema<{
336
- readonly case: v.UndefinedSchema<undefined>;
337
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
335
+ }, undefined>, validation_d_exports.ObjectSchema<{
336
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
337
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
338
338
  }, undefined>], undefined>;
339
- readonly tags: v.ArraySchema<v.ObjectSchema<{
340
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
341
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
342
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
343
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
344
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
339
+ readonly tags: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
340
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
341
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
342
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
343
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
344
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
345
345
  }, undefined>, undefined>;
346
- readonly name: v.StringSchema<undefined>;
347
- readonly color: v.StringSchema<undefined>;
348
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
349
- readonly seconds: v.BigintSchema<undefined>;
350
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
351
- }, undefined>, undefined>, v.TransformAction<{
346
+ readonly name: validation_d_exports.StringSchema<undefined>;
347
+ readonly color: validation_d_exports.StringSchema<undefined>;
348
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
349
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
350
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
351
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
352
352
  seconds: bigint;
353
353
  nanos: number;
354
354
  } | undefined, number | undefined>]>;
355
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
356
- readonly seconds: v.BigintSchema<undefined>;
357
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
358
- }, undefined>, undefined>, v.TransformAction<{
355
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
356
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
357
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
358
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
359
359
  seconds: bigint;
360
360
  nanos: number;
361
361
  } | undefined, number | undefined>]>;
362
362
  }, undefined>, undefined>;
363
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
363
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
364
364
  }, undefined>;
365
- type AddressBookEntry = v.InferOutput<typeof AddressBookEntrySchema>;
366
- declare const AddressBookEntriesSchema: v.ArraySchema<v.ObjectSchema<{
367
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
368
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
369
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
370
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
371
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
365
+ type AddressBookEntry = validation_d_exports.InferOutput<typeof AddressBookEntrySchema>;
366
+ declare const AddressBookEntriesSchema: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
367
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
368
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
369
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
370
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
371
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
372
372
  }, undefined>, undefined>;
373
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
374
- readonly label: v.StringSchema<undefined>;
375
- readonly note: v.StringSchema<undefined>;
376
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
377
- readonly seconds: v.BigintSchema<undefined>;
378
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
379
- }, undefined>, undefined>, v.TransformAction<{
373
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
374
+ readonly label: validation_d_exports.StringSchema<undefined>;
375
+ readonly note: validation_d_exports.StringSchema<undefined>;
376
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
377
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
378
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
379
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
380
380
  seconds: bigint;
381
381
  nanos: number;
382
382
  } | undefined, number | undefined>]>;
383
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
384
- readonly seconds: v.BigintSchema<undefined>;
385
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
386
- }, undefined>, undefined>, v.TransformAction<{
383
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
384
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
385
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
386
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
387
387
  seconds: bigint;
388
388
  nanos: number;
389
389
  } | undefined, number | undefined>]>;
390
- readonly entry: v.VariantSchema<"case", [v.ObjectSchema<{
391
- readonly case: v.LiteralSchema<"external", undefined>;
392
- readonly value: v.ObjectSchema<{
393
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
394
- readonly address: v.StringSchema<undefined>;
390
+ readonly entry: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
391
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
392
+ readonly value: validation_d_exports.ObjectSchema<{
393
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
394
+ readonly address: validation_d_exports.StringSchema<undefined>;
395
395
  }, undefined>;
396
- }, undefined>, v.ObjectSchema<{
397
- readonly case: v.LiteralSchema<"internal", undefined>;
398
- readonly value: v.ObjectSchema<{
399
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
400
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
401
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
402
- readonly smartAccountAddress: v.StringSchema<undefined>;
403
- readonly rootUsername: v.StringSchema<undefined>;
404
- readonly subaccountLabel: v.StringSchema<undefined>;
396
+ }, undefined>, validation_d_exports.ObjectSchema<{
397
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
398
+ readonly value: validation_d_exports.ObjectSchema<{
399
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
400
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
401
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
402
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
403
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
404
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
405
405
  }, undefined>;
406
- }, undefined>, v.ObjectSchema<{
407
- readonly case: v.UndefinedSchema<undefined>;
408
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
406
+ }, undefined>, validation_d_exports.ObjectSchema<{
407
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
408
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
409
409
  }, undefined>], undefined>;
410
- readonly tags: v.ArraySchema<v.ObjectSchema<{
411
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
412
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
413
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
414
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
415
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
410
+ readonly tags: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
411
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
412
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
413
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
414
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
415
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
416
416
  }, undefined>, undefined>;
417
- readonly name: v.StringSchema<undefined>;
418
- readonly color: v.StringSchema<undefined>;
419
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
420
- readonly seconds: v.BigintSchema<undefined>;
421
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
422
- }, undefined>, undefined>, v.TransformAction<{
417
+ readonly name: validation_d_exports.StringSchema<undefined>;
418
+ readonly color: validation_d_exports.StringSchema<undefined>;
419
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
420
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
421
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
422
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
423
423
  seconds: bigint;
424
424
  nanos: number;
425
425
  } | undefined, number | undefined>]>;
426
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
427
- readonly seconds: v.BigintSchema<undefined>;
428
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
429
- }, undefined>, undefined>, v.TransformAction<{
426
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
427
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
428
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
429
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
430
430
  seconds: bigint;
431
431
  nanos: number;
432
432
  } | undefined, number | undefined>]>;
433
433
  }, undefined>, undefined>;
434
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
434
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
435
435
  }, undefined>, undefined>;
436
- type AddressBookEntries = v.InferOutput<typeof AddressBookEntriesSchema>;
437
- declare const TransferCounterpartySchema: v.ObjectSchema<{
438
- readonly counterpartyId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
439
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
440
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
441
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
442
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
436
+ type AddressBookEntries = validation_d_exports.InferOutput<typeof AddressBookEntriesSchema>;
437
+ declare const TransferCounterpartySchema: validation_d_exports.ObjectSchema<{
438
+ readonly counterpartyId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
439
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
440
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
441
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
442
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
443
443
  }, undefined>, undefined>;
444
- readonly direction: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
445
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
446
- readonly saved: v.BooleanSchema<undefined>;
447
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
448
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
449
- readonly firstSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
450
- readonly seconds: v.BigintSchema<undefined>;
451
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
452
- }, undefined>, undefined>, v.TransformAction<{
444
+ readonly direction: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
445
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
446
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
447
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
448
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
449
+ readonly firstSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
450
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
451
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
452
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
453
453
  seconds: bigint;
454
454
  nanos: number;
455
455
  } | undefined, number | undefined>]>;
456
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
457
- readonly seconds: v.BigintSchema<undefined>;
458
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
459
- }, undefined>, undefined>, v.TransformAction<{
456
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
457
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
458
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
459
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
460
460
  seconds: bigint;
461
461
  nanos: number;
462
462
  } | undefined, number | undefined>]>;
463
- readonly counterparty: v.VariantSchema<"case", [v.ObjectSchema<{
464
- readonly case: v.LiteralSchema<"external", undefined>;
465
- readonly value: v.ObjectSchema<{
466
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
467
- readonly address: v.StringSchema<undefined>;
463
+ readonly counterparty: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
464
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
465
+ readonly value: validation_d_exports.ObjectSchema<{
466
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
467
+ readonly address: validation_d_exports.StringSchema<undefined>;
468
468
  }, undefined>;
469
- }, undefined>, v.ObjectSchema<{
470
- readonly case: v.LiteralSchema<"internal", undefined>;
471
- readonly value: v.ObjectSchema<{
472
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
473
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
474
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
475
- readonly smartAccountAddress: v.StringSchema<undefined>;
476
- readonly rootUsername: v.StringSchema<undefined>;
477
- readonly subaccountLabel: v.StringSchema<undefined>;
469
+ }, undefined>, validation_d_exports.ObjectSchema<{
470
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
471
+ readonly value: validation_d_exports.ObjectSchema<{
472
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
473
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
474
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
475
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
476
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
477
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
478
478
  }, undefined>;
479
- }, undefined>, v.ObjectSchema<{
480
- readonly case: v.UndefinedSchema<undefined>;
481
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
479
+ }, undefined>, validation_d_exports.ObjectSchema<{
480
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
481
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
482
482
  }, undefined>], undefined>;
483
483
  }, undefined>;
484
- type TransferCounterparty = v.InferOutput<typeof TransferCounterpartySchema>;
485
- declare const TransferCounterpartiesSchema: v.ArraySchema<v.ObjectSchema<{
486
- readonly counterpartyId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
487
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
488
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
489
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
490
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
484
+ type TransferCounterparty = validation_d_exports.InferOutput<typeof TransferCounterpartySchema>;
485
+ declare const TransferCounterpartiesSchema: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
486
+ readonly counterpartyId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
487
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
488
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
489
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
490
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
491
491
  }, undefined>, undefined>;
492
- readonly direction: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
493
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
494
- readonly saved: v.BooleanSchema<undefined>;
495
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
496
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
497
- readonly firstSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
498
- readonly seconds: v.BigintSchema<undefined>;
499
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
500
- }, undefined>, undefined>, v.TransformAction<{
492
+ readonly direction: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
493
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
494
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
495
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
496
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
497
+ readonly firstSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
498
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
499
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
500
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
501
501
  seconds: bigint;
502
502
  nanos: number;
503
503
  } | undefined, number | undefined>]>;
504
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
505
- readonly seconds: v.BigintSchema<undefined>;
506
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
507
- }, undefined>, undefined>, v.TransformAction<{
504
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
505
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
506
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
507
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
508
508
  seconds: bigint;
509
509
  nanos: number;
510
510
  } | undefined, number | undefined>]>;
511
- readonly counterparty: v.VariantSchema<"case", [v.ObjectSchema<{
512
- readonly case: v.LiteralSchema<"external", undefined>;
513
- readonly value: v.ObjectSchema<{
514
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
515
- readonly address: v.StringSchema<undefined>;
511
+ readonly counterparty: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
512
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
513
+ readonly value: validation_d_exports.ObjectSchema<{
514
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
515
+ readonly address: validation_d_exports.StringSchema<undefined>;
516
516
  }, undefined>;
517
- }, undefined>, v.ObjectSchema<{
518
- readonly case: v.LiteralSchema<"internal", undefined>;
519
- readonly value: v.ObjectSchema<{
520
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
521
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
522
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
523
- readonly smartAccountAddress: v.StringSchema<undefined>;
524
- readonly rootUsername: v.StringSchema<undefined>;
525
- readonly subaccountLabel: v.StringSchema<undefined>;
517
+ }, undefined>, validation_d_exports.ObjectSchema<{
518
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
519
+ readonly value: validation_d_exports.ObjectSchema<{
520
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
521
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
522
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
523
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
524
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
525
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
526
526
  }, undefined>;
527
- }, undefined>, v.ObjectSchema<{
528
- readonly case: v.UndefinedSchema<undefined>;
529
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
527
+ }, undefined>, validation_d_exports.ObjectSchema<{
528
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
529
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
530
530
  }, undefined>], undefined>;
531
531
  }, undefined>, undefined>;
532
- type TransferCounterparties = v.InferOutput<typeof TransferCounterpartiesSchema>;
533
- declare const TransferDestinationSchema: v.ObjectSchema<{
534
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
535
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
536
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
537
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
532
+ type TransferCounterparties = validation_d_exports.InferOutput<typeof TransferCounterpartiesSchema>;
533
+ declare const TransferDestinationSchema: validation_d_exports.ObjectSchema<{
534
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
535
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
536
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
537
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
538
538
  }, undefined>, undefined>;
539
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
540
- readonly saved: v.BooleanSchema<undefined>;
541
- readonly whitelisted: v.BooleanSchema<undefined>;
542
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
543
- readonly addressBookEntry: v.OptionalSchema<v.ObjectSchema<{
544
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
545
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
546
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
547
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
548
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
539
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
540
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
541
+ readonly whitelisted: validation_d_exports.BooleanSchema<undefined>;
542
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
543
+ readonly addressBookEntry: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
544
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
545
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
546
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
547
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
548
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
549
549
  }, undefined>, undefined>;
550
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
551
- readonly label: v.StringSchema<undefined>;
552
- readonly note: v.StringSchema<undefined>;
553
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
554
- readonly seconds: v.BigintSchema<undefined>;
555
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
556
- }, undefined>, undefined>, v.TransformAction<{
550
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
551
+ readonly label: validation_d_exports.StringSchema<undefined>;
552
+ readonly note: validation_d_exports.StringSchema<undefined>;
553
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
554
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
555
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
556
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
557
557
  seconds: bigint;
558
558
  nanos: number;
559
559
  } | undefined, number | undefined>]>;
560
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
561
- readonly seconds: v.BigintSchema<undefined>;
562
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
563
- }, undefined>, undefined>, v.TransformAction<{
560
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
561
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
562
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
563
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
564
564
  seconds: bigint;
565
565
  nanos: number;
566
566
  } | undefined, number | undefined>]>;
567
- readonly entry: v.VariantSchema<"case", [v.ObjectSchema<{
568
- readonly case: v.LiteralSchema<"external", undefined>;
569
- readonly value: v.ObjectSchema<{
570
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
571
- readonly address: v.StringSchema<undefined>;
567
+ readonly entry: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
568
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
569
+ readonly value: validation_d_exports.ObjectSchema<{
570
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
571
+ readonly address: validation_d_exports.StringSchema<undefined>;
572
572
  }, undefined>;
573
- }, undefined>, v.ObjectSchema<{
574
- readonly case: v.LiteralSchema<"internal", undefined>;
575
- readonly value: v.ObjectSchema<{
576
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
577
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
578
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
579
- readonly smartAccountAddress: v.StringSchema<undefined>;
580
- readonly rootUsername: v.StringSchema<undefined>;
581
- readonly subaccountLabel: v.StringSchema<undefined>;
573
+ }, undefined>, validation_d_exports.ObjectSchema<{
574
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
575
+ readonly value: validation_d_exports.ObjectSchema<{
576
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
577
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
578
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
579
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
580
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
581
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
582
582
  }, undefined>;
583
- }, undefined>, v.ObjectSchema<{
584
- readonly case: v.UndefinedSchema<undefined>;
585
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
583
+ }, undefined>, validation_d_exports.ObjectSchema<{
584
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
585
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
586
586
  }, undefined>], undefined>;
587
- readonly tags: v.ArraySchema<v.ObjectSchema<{
588
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
589
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
590
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
591
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
592
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
587
+ readonly tags: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
588
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
589
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
590
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
591
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
592
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
593
593
  }, undefined>, undefined>;
594
- readonly name: v.StringSchema<undefined>;
595
- readonly color: v.StringSchema<undefined>;
596
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
597
- readonly seconds: v.BigintSchema<undefined>;
598
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
599
- }, undefined>, undefined>, v.TransformAction<{
594
+ readonly name: validation_d_exports.StringSchema<undefined>;
595
+ readonly color: validation_d_exports.StringSchema<undefined>;
596
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
597
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
598
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
599
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
600
600
  seconds: bigint;
601
601
  nanos: number;
602
602
  } | undefined, number | undefined>]>;
603
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
604
- readonly seconds: v.BigintSchema<undefined>;
605
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
606
- }, undefined>, undefined>, v.TransformAction<{
603
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
604
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
605
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
606
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
607
607
  seconds: bigint;
608
608
  nanos: number;
609
609
  } | undefined, number | undefined>]>;
610
610
  }, undefined>, undefined>;
611
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
611
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
612
612
  }, undefined>, undefined>;
613
- readonly destination: v.VariantSchema<"case", [v.ObjectSchema<{
614
- readonly case: v.LiteralSchema<"external", undefined>;
615
- readonly value: v.ObjectSchema<{
616
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
617
- readonly address: v.StringSchema<undefined>;
613
+ readonly destination: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
614
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
615
+ readonly value: validation_d_exports.ObjectSchema<{
616
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
617
+ readonly address: validation_d_exports.StringSchema<undefined>;
618
618
  }, undefined>;
619
- }, undefined>, v.ObjectSchema<{
620
- readonly case: v.LiteralSchema<"internal", undefined>;
621
- readonly value: v.ObjectSchema<{
622
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
623
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
624
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
625
- readonly smartAccountAddress: v.StringSchema<undefined>;
626
- readonly rootUsername: v.StringSchema<undefined>;
627
- readonly subaccountLabel: v.StringSchema<undefined>;
619
+ }, undefined>, validation_d_exports.ObjectSchema<{
620
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
621
+ readonly value: validation_d_exports.ObjectSchema<{
622
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
623
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
624
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
625
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
626
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
627
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
628
628
  }, undefined>;
629
- }, undefined>, v.ObjectSchema<{
630
- readonly case: v.UndefinedSchema<undefined>;
631
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
629
+ }, undefined>, validation_d_exports.ObjectSchema<{
630
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
631
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
632
632
  }, undefined>], undefined>;
633
- readonly whitelistEffectiveAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
634
- readonly seconds: v.BigintSchema<undefined>;
635
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
636
- }, undefined>, undefined>, v.TransformAction<{
633
+ readonly whitelistEffectiveAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
634
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
635
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
636
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
637
637
  seconds: bigint;
638
638
  nanos: number;
639
639
  } | undefined, number | undefined>]>;
640
- readonly whitelistUpdatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
641
- readonly seconds: v.BigintSchema<undefined>;
642
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
643
- }, undefined>, undefined>, v.TransformAction<{
640
+ readonly whitelistUpdatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
641
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
642
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
643
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
644
644
  seconds: bigint;
645
645
  nanos: number;
646
646
  } | undefined, number | undefined>]>;
647
647
  }, undefined>;
648
- type TransferDestination = v.InferOutput<typeof TransferDestinationSchema>;
649
- declare const TransferDestinationsSchema: v.ArraySchema<v.ObjectSchema<{
650
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
651
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
652
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
653
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
648
+ type TransferDestination = validation_d_exports.InferOutput<typeof TransferDestinationSchema>;
649
+ declare const TransferDestinationsSchema: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
650
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
651
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
652
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
653
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
654
654
  }, undefined>, undefined>;
655
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
656
- readonly saved: v.BooleanSchema<undefined>;
657
- readonly whitelisted: v.BooleanSchema<undefined>;
658
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
659
- readonly addressBookEntry: v.OptionalSchema<v.ObjectSchema<{
660
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
661
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
662
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
663
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
664
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
655
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
656
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
657
+ readonly whitelisted: validation_d_exports.BooleanSchema<undefined>;
658
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
659
+ readonly addressBookEntry: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
660
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
661
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
662
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
663
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
664
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
665
665
  }, undefined>, undefined>;
666
- readonly kind: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AddressBookEntryKind, undefined>, v.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
667
- readonly label: v.StringSchema<undefined>;
668
- readonly note: v.StringSchema<undefined>;
669
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
670
- readonly seconds: v.BigintSchema<undefined>;
671
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
672
- }, undefined>, undefined>, v.TransformAction<{
666
+ readonly kind: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AddressBookEntryKind, undefined>, validation_d_exports.TransformAction<AddressBookEntryKind, "unspecified" | "external" | "internal">]>;
667
+ readonly label: validation_d_exports.StringSchema<undefined>;
668
+ readonly note: validation_d_exports.StringSchema<undefined>;
669
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
670
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
671
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
672
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
673
673
  seconds: bigint;
674
674
  nanos: number;
675
675
  } | undefined, number | undefined>]>;
676
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
677
- readonly seconds: v.BigintSchema<undefined>;
678
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
679
- }, undefined>, undefined>, v.TransformAction<{
676
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
677
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
678
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
679
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
680
680
  seconds: bigint;
681
681
  nanos: number;
682
682
  } | undefined, number | undefined>]>;
683
- readonly entry: v.VariantSchema<"case", [v.ObjectSchema<{
684
- readonly case: v.LiteralSchema<"external", undefined>;
685
- readonly value: v.ObjectSchema<{
686
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
687
- readonly address: v.StringSchema<undefined>;
683
+ readonly entry: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
684
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
685
+ readonly value: validation_d_exports.ObjectSchema<{
686
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
687
+ readonly address: validation_d_exports.StringSchema<undefined>;
688
688
  }, undefined>;
689
- }, undefined>, v.ObjectSchema<{
690
- readonly case: v.LiteralSchema<"internal", undefined>;
691
- readonly value: v.ObjectSchema<{
692
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
693
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
694
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
695
- readonly smartAccountAddress: v.StringSchema<undefined>;
696
- readonly rootUsername: v.StringSchema<undefined>;
697
- readonly subaccountLabel: v.StringSchema<undefined>;
689
+ }, undefined>, validation_d_exports.ObjectSchema<{
690
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
691
+ readonly value: validation_d_exports.ObjectSchema<{
692
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
693
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
694
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
695
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
696
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
697
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
698
698
  }, undefined>;
699
- }, undefined>, v.ObjectSchema<{
700
- readonly case: v.UndefinedSchema<undefined>;
701
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
699
+ }, undefined>, validation_d_exports.ObjectSchema<{
700
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
701
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
702
702
  }, undefined>], undefined>;
703
- readonly tags: v.ArraySchema<v.ObjectSchema<{
704
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
705
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
706
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
707
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
708
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
703
+ readonly tags: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
704
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
705
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
706
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
707
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
708
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
709
709
  }, undefined>, undefined>;
710
- readonly name: v.StringSchema<undefined>;
711
- readonly color: v.StringSchema<undefined>;
712
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
713
- readonly seconds: v.BigintSchema<undefined>;
714
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
715
- }, undefined>, undefined>, v.TransformAction<{
710
+ readonly name: validation_d_exports.StringSchema<undefined>;
711
+ readonly color: validation_d_exports.StringSchema<undefined>;
712
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
713
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
714
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
715
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
716
716
  seconds: bigint;
717
717
  nanos: number;
718
718
  } | undefined, number | undefined>]>;
719
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
720
- readonly seconds: v.BigintSchema<undefined>;
721
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
722
- }, undefined>, undefined>, v.TransformAction<{
719
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
720
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
721
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
722
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
723
723
  seconds: bigint;
724
724
  nanos: number;
725
725
  } | undefined, number | undefined>]>;
726
726
  }, undefined>, undefined>;
727
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
727
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
728
728
  }, undefined>, undefined>;
729
- readonly destination: v.VariantSchema<"case", [v.ObjectSchema<{
730
- readonly case: v.LiteralSchema<"external", undefined>;
731
- readonly value: v.ObjectSchema<{
732
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
733
- readonly address: v.StringSchema<undefined>;
729
+ readonly destination: validation_d_exports.VariantSchema<"case", [validation_d_exports.ObjectSchema<{
730
+ readonly case: validation_d_exports.LiteralSchema<"external", undefined>;
731
+ readonly value: validation_d_exports.ObjectSchema<{
732
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
733
+ readonly address: validation_d_exports.StringSchema<undefined>;
734
734
  }, undefined>;
735
- }, undefined>, v.ObjectSchema<{
736
- readonly case: v.LiteralSchema<"internal", undefined>;
737
- readonly value: v.ObjectSchema<{
738
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
739
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
740
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
741
- readonly smartAccountAddress: v.StringSchema<undefined>;
742
- readonly rootUsername: v.StringSchema<undefined>;
743
- readonly subaccountLabel: v.StringSchema<undefined>;
735
+ }, undefined>, validation_d_exports.ObjectSchema<{
736
+ readonly case: validation_d_exports.LiteralSchema<"internal", undefined>;
737
+ readonly value: validation_d_exports.ObjectSchema<{
738
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
739
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
740
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
741
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
742
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
743
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
744
744
  }, undefined>;
745
- }, undefined>, v.ObjectSchema<{
746
- readonly case: v.UndefinedSchema<undefined>;
747
- readonly value: v.OptionalSchema<v.UndefinedSchema<undefined>, undefined>;
745
+ }, undefined>, validation_d_exports.ObjectSchema<{
746
+ readonly case: validation_d_exports.UndefinedSchema<undefined>;
747
+ readonly value: validation_d_exports.OptionalSchema<validation_d_exports.UndefinedSchema<undefined>, undefined>;
748
748
  }, undefined>], undefined>;
749
- readonly whitelistEffectiveAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
750
- readonly seconds: v.BigintSchema<undefined>;
751
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
752
- }, undefined>, undefined>, v.TransformAction<{
749
+ readonly whitelistEffectiveAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
750
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
751
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
752
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
753
753
  seconds: bigint;
754
754
  nanos: number;
755
755
  } | undefined, number | undefined>]>;
756
- readonly whitelistUpdatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
757
- readonly seconds: v.BigintSchema<undefined>;
758
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
759
- }, undefined>, undefined>, v.TransformAction<{
756
+ readonly whitelistUpdatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
757
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
758
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
759
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
760
760
  seconds: bigint;
761
761
  nanos: number;
762
762
  } | undefined, number | undefined>]>;
763
763
  }, undefined>, undefined>;
764
- type TransferDestinations = v.InferOutput<typeof TransferDestinationsSchema>;
765
- declare const InternalTransferWhitelistEntrySchema: v.ObjectSchema<{
766
- readonly entryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
767
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
768
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
769
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
770
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
764
+ type TransferDestinations = validation_d_exports.InferOutput<typeof TransferDestinationsSchema>;
765
+ declare const InternalTransferWhitelistEntrySchema: validation_d_exports.ObjectSchema<{
766
+ readonly entryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
767
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
768
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
769
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
770
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
771
771
  }, undefined>, undefined>;
772
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
773
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
774
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
775
- readonly smartAccountAddress: v.StringSchema<undefined>;
776
- readonly rootUsername: v.StringSchema<undefined>;
777
- readonly subaccountLabel: v.StringSchema<undefined>;
778
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
779
- readonly seconds: v.BigintSchema<undefined>;
780
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
781
- }, undefined>, undefined>, v.TransformAction<{
772
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
773
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
774
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
775
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
776
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
777
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
778
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
779
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
780
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
781
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
782
782
  seconds: bigint;
783
783
  nanos: number;
784
784
  } | undefined, number | undefined>]>;
785
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
786
- readonly seconds: v.BigintSchema<undefined>;
787
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
788
- }, undefined>, undefined>, v.TransformAction<{
785
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
786
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
787
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
788
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
789
789
  seconds: bigint;
790
790
  nanos: number;
791
791
  } | undefined, number | undefined>]>;
792
- readonly resolutionStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof InternalWhitelistResolutionStatus, undefined>, v.TransformAction<InternalWhitelistResolutionStatus, "unspecified" | "unresolved" | "resolved">]>;
792
+ readonly resolutionStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof InternalWhitelistResolutionStatus, undefined>, validation_d_exports.TransformAction<InternalWhitelistResolutionStatus, "unspecified" | "unresolved" | "resolved">]>;
793
793
  }, undefined>;
794
- type InternalTransferWhitelistEntry = v.InferOutput<typeof InternalTransferWhitelistEntrySchema>;
795
- declare const InternalTransferWhitelistEntriesSchema: v.ArraySchema<v.ObjectSchema<{
796
- readonly entryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
797
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
798
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
799
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
800
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
794
+ type InternalTransferWhitelistEntry = validation_d_exports.InferOutput<typeof InternalTransferWhitelistEntrySchema>;
795
+ declare const InternalTransferWhitelistEntriesSchema: validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
796
+ readonly entryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
797
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
798
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
799
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
800
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
801
801
  }, undefined>, undefined>;
802
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
803
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
804
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
805
- readonly smartAccountAddress: v.StringSchema<undefined>;
806
- readonly rootUsername: v.StringSchema<undefined>;
807
- readonly subaccountLabel: v.StringSchema<undefined>;
808
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
809
- readonly seconds: v.BigintSchema<undefined>;
810
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
811
- }, undefined>, undefined>, v.TransformAction<{
802
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
803
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
804
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
805
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
806
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
807
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
808
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
809
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
810
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
811
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
812
812
  seconds: bigint;
813
813
  nanos: number;
814
814
  } | undefined, number | undefined>]>;
815
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
816
- readonly seconds: v.BigintSchema<undefined>;
817
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
818
- }, undefined>, undefined>, v.TransformAction<{
815
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
816
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
817
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
818
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
819
819
  seconds: bigint;
820
820
  nanos: number;
821
821
  } | undefined, number | undefined>]>;
822
- readonly resolutionStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof InternalWhitelistResolutionStatus, undefined>, v.TransformAction<InternalWhitelistResolutionStatus, "unspecified" | "unresolved" | "resolved">]>;
822
+ readonly resolutionStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof InternalWhitelistResolutionStatus, undefined>, validation_d_exports.TransformAction<InternalWhitelistResolutionStatus, "unspecified" | "unresolved" | "resolved">]>;
823
823
  }, undefined>, undefined>;
824
- type InternalTransferWhitelistEntries = v.InferOutput<typeof InternalTransferWhitelistEntriesSchema>;
825
- declare const MirroredWithdrawWhitelistEntrySchema: v.ObjectSchema<{
826
- readonly canonicalAddress: v.StringSchema<undefined>;
827
- readonly rawAddressHex: v.StringSchema<undefined>;
828
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
829
- readonly seconds: v.BigintSchema<undefined>;
830
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
831
- }, undefined>, undefined>, v.TransformAction<{
824
+ type InternalTransferWhitelistEntries = validation_d_exports.InferOutput<typeof InternalTransferWhitelistEntriesSchema>;
825
+ declare const MirroredWithdrawWhitelistEntrySchema: validation_d_exports.ObjectSchema<{
826
+ readonly canonicalAddress: validation_d_exports.StringSchema<undefined>;
827
+ readonly rawAddressHex: validation_d_exports.StringSchema<undefined>;
828
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
829
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
830
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
831
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
832
832
  seconds: bigint;
833
833
  nanos: number;
834
834
  } | undefined, number | undefined>]>;
835
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
835
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
836
836
  }, undefined>;
837
- type MirroredWithdrawWhitelistEntry = v.InferOutput<typeof MirroredWithdrawWhitelistEntrySchema>;
838
- declare const WithdrawWhitelistViewSchema: v.ObjectSchema<{
839
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
840
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
841
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
842
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
837
+ type MirroredWithdrawWhitelistEntry = validation_d_exports.InferOutput<typeof MirroredWithdrawWhitelistEntrySchema>;
838
+ declare const WithdrawWhitelistViewSchema: validation_d_exports.ObjectSchema<{
839
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
840
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
841
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
842
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
843
843
  }, undefined>, undefined>;
844
- readonly externalWhitelistRequired: v.BooleanSchema<undefined>;
845
- readonly internalWhitelistRequired: v.BooleanSchema<undefined>;
846
- readonly activeEntries: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
847
- readonly canonicalAddress: v.StringSchema<undefined>;
848
- readonly rawAddressHex: v.StringSchema<undefined>;
849
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
850
- readonly seconds: v.BigintSchema<undefined>;
851
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
852
- }, undefined>, undefined>, v.TransformAction<{
844
+ readonly externalWhitelistRequired: validation_d_exports.BooleanSchema<undefined>;
845
+ readonly internalWhitelistRequired: validation_d_exports.BooleanSchema<undefined>;
846
+ readonly activeEntries: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
847
+ readonly canonicalAddress: validation_d_exports.StringSchema<undefined>;
848
+ readonly rawAddressHex: validation_d_exports.StringSchema<undefined>;
849
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
850
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
851
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
852
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
853
853
  seconds: bigint;
854
854
  nanos: number;
855
855
  } | undefined, number | undefined>]>;
856
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
856
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
857
857
  }, undefined>, undefined>, readonly []>;
858
858
  }, undefined>;
859
- type WithdrawWhitelistView = v.InferOutput<typeof WithdrawWhitelistViewSchema>;
860
- declare const AddressBookEntriesViewSchema: v.ObjectSchema<{
861
- readonly external: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
862
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
863
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
864
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
865
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
866
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
859
+ type WithdrawWhitelistView = validation_d_exports.InferOutput<typeof WithdrawWhitelistViewSchema>;
860
+ declare const AddressBookEntriesViewSchema: validation_d_exports.ObjectSchema<{
861
+ readonly external: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
862
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
863
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
864
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
865
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
866
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
867
867
  }, undefined>, undefined>;
868
- readonly label: v.StringSchema<undefined>;
869
- readonly note: v.StringSchema<undefined>;
870
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>, undefined>, readonly []>;
871
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
872
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
873
- readonly address: v.StringSchema<undefined>;
874
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
875
- readonly seconds: v.BigintSchema<undefined>;
876
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
877
- }, undefined>, undefined>, v.TransformAction<{
868
+ readonly label: validation_d_exports.StringSchema<undefined>;
869
+ readonly note: validation_d_exports.StringSchema<undefined>;
870
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>, undefined>, readonly []>;
871
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
872
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
873
+ readonly address: validation_d_exports.StringSchema<undefined>;
874
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
875
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
876
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
877
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
878
878
  seconds: bigint;
879
879
  nanos: number;
880
880
  } | undefined, number | undefined>]>;
881
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
882
- readonly seconds: v.BigintSchema<undefined>;
883
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
884
- }, undefined>, undefined>, v.TransformAction<{
881
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
882
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
883
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
884
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
885
885
  seconds: bigint;
886
886
  nanos: number;
887
887
  } | undefined, number | undefined>]>;
888
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
888
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
889
889
  }, undefined>, undefined>, readonly []>;
890
- readonly internal: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
891
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
892
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
893
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
894
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
895
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
890
+ readonly internal: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
891
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
892
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
893
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
894
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
895
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
896
896
  }, undefined>, undefined>;
897
- readonly label: v.StringSchema<undefined>;
898
- readonly note: v.StringSchema<undefined>;
899
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>, undefined>, readonly []>;
900
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
901
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
902
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
903
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
904
- readonly smartAccountAddress: v.StringSchema<undefined>;
905
- readonly rootUsername: v.StringSchema<undefined>;
906
- readonly subaccountLabel: v.StringSchema<undefined>;
907
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
908
- readonly seconds: v.BigintSchema<undefined>;
909
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
910
- }, undefined>, undefined>, v.TransformAction<{
897
+ readonly label: validation_d_exports.StringSchema<undefined>;
898
+ readonly note: validation_d_exports.StringSchema<undefined>;
899
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>, undefined>, readonly []>;
900
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
901
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
902
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
903
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
904
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
905
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
906
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
907
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
908
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
909
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
910
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
911
911
  seconds: bigint;
912
912
  nanos: number;
913
913
  } | undefined, number | undefined>]>;
914
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
915
- readonly seconds: v.BigintSchema<undefined>;
916
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
917
- }, undefined>, undefined>, v.TransformAction<{
914
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
915
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
916
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
917
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
918
918
  seconds: bigint;
919
919
  nanos: number;
920
920
  } | undefined, number | undefined>]>;
921
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
921
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
922
922
  }, undefined>, undefined>, readonly []>;
923
923
  }, undefined>;
924
- type AddressBookEntriesView = v.InferOutput<typeof AddressBookEntriesViewSchema>;
925
- declare const AddressBookRecentDestinationsViewSchema: v.ObjectSchema<{
926
- readonly external: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
927
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
928
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
929
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
930
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
924
+ type AddressBookEntriesView = validation_d_exports.InferOutput<typeof AddressBookEntriesViewSchema>;
925
+ declare const AddressBookRecentDestinationsViewSchema: validation_d_exports.ObjectSchema<{
926
+ readonly external: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
927
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
928
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
929
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
930
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
931
931
  }, undefined>, undefined>;
932
- readonly lastDirection: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
933
- readonly saved: v.BooleanSchema<undefined>;
934
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
935
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
936
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
937
- readonly seconds: v.BigintSchema<undefined>;
938
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
939
- }, undefined>, undefined>, v.TransformAction<{
932
+ readonly lastDirection: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
933
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
934
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
935
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
936
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
937
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
938
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
939
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
940
940
  seconds: bigint;
941
941
  nanos: number;
942
942
  } | undefined, number | undefined>]>;
943
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
944
- readonly address: v.StringSchema<undefined>;
943
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
944
+ readonly address: validation_d_exports.StringSchema<undefined>;
945
945
  }, undefined>, undefined>, readonly []>;
946
- readonly internal: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
947
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
948
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
949
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
950
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
946
+ readonly internal: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
947
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
948
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
949
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
950
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
951
951
  }, undefined>, undefined>;
952
- readonly lastDirection: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
953
- readonly saved: v.BooleanSchema<undefined>;
954
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
955
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
956
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
957
- readonly seconds: v.BigintSchema<undefined>;
958
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
959
- }, undefined>, undefined>, v.TransformAction<{
952
+ readonly lastDirection: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
953
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
954
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
955
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
956
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
957
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
958
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
959
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
960
960
  seconds: bigint;
961
961
  nanos: number;
962
962
  } | undefined, number | undefined>]>;
963
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
964
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
965
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
966
- readonly smartAccountAddress: v.StringSchema<undefined>;
967
- readonly rootUsername: v.StringSchema<undefined>;
968
- readonly subaccountLabel: v.StringSchema<undefined>;
963
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
964
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
965
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
966
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
967
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
968
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
969
969
  }, undefined>, undefined>, readonly []>;
970
970
  }, undefined>;
971
- type AddressBookRecentDestinationsView = v.InferOutput<typeof AddressBookRecentDestinationsViewSchema>;
972
- declare const AddressBookViewSchema: v.ObjectSchema<{
973
- readonly books: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
974
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
975
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
976
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
977
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
971
+ type AddressBookRecentDestinationsView = validation_d_exports.InferOutput<typeof AddressBookRecentDestinationsViewSchema>;
972
+ declare const AddressBookViewSchema: validation_d_exports.ObjectSchema<{
973
+ readonly books: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
974
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
975
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
976
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
977
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
978
978
  }, undefined>, undefined>;
979
- readonly callerRole: v.SchemaWithPipe<readonly [v.EnumSchema<typeof SubaccountRole, undefined>, v.TransformAction<SubaccountRole, "unspecified" | "owner" | "admin" | "treasury" | "leveraged_trader" | "trader" | "viewer">]>;
980
- readonly label: v.StringSchema<undefined>;
981
- readonly ownerUsername: v.StringSchema<undefined>;
982
- readonly smartAccountAddress: v.StringSchema<undefined>;
979
+ readonly callerRole: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof SubaccountRole, undefined>, validation_d_exports.TransformAction<SubaccountRole, "unspecified" | "owner" | "admin" | "treasury" | "leveraged_trader" | "trader" | "viewer">]>;
980
+ readonly label: validation_d_exports.StringSchema<undefined>;
981
+ readonly ownerUsername: validation_d_exports.StringSchema<undefined>;
982
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
983
983
  }, undefined>, undefined>, readonly []>;
984
- readonly entries: v.OptionalSchema<v.ObjectSchema<{
985
- readonly external: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
986
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
987
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
988
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
989
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
990
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
984
+ readonly entries: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
985
+ readonly external: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
986
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
987
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
988
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
989
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
990
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
991
991
  }, undefined>, undefined>;
992
- readonly label: v.StringSchema<undefined>;
993
- readonly note: v.StringSchema<undefined>;
994
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>, undefined>, readonly []>;
995
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
996
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
997
- readonly address: v.StringSchema<undefined>;
998
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
999
- readonly seconds: v.BigintSchema<undefined>;
1000
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1001
- }, undefined>, undefined>, v.TransformAction<{
992
+ readonly label: validation_d_exports.StringSchema<undefined>;
993
+ readonly note: validation_d_exports.StringSchema<undefined>;
994
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>, undefined>, readonly []>;
995
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
996
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
997
+ readonly address: validation_d_exports.StringSchema<undefined>;
998
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
999
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1000
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1001
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1002
1002
  seconds: bigint;
1003
1003
  nanos: number;
1004
1004
  } | undefined, number | undefined>]>;
1005
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1006
- readonly seconds: v.BigintSchema<undefined>;
1007
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1008
- }, undefined>, undefined>, v.TransformAction<{
1005
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1006
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1007
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1008
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1009
1009
  seconds: bigint;
1010
1010
  nanos: number;
1011
1011
  } | undefined, number | undefined>]>;
1012
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1012
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1013
1013
  }, undefined>, undefined>, readonly []>;
1014
- readonly internal: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1015
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1016
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
1017
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1018
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1019
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1014
+ readonly internal: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1015
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1016
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1017
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1018
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1019
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1020
1020
  }, undefined>, undefined>;
1021
- readonly label: v.StringSchema<undefined>;
1022
- readonly note: v.StringSchema<undefined>;
1023
- readonly tagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>, undefined>, readonly []>;
1024
- readonly whitelistStatus: v.SchemaWithPipe<readonly [v.EnumSchema<typeof DestinationWhitelistStatus, undefined>, v.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
1025
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1026
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1027
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1028
- readonly smartAccountAddress: v.StringSchema<undefined>;
1029
- readonly rootUsername: v.StringSchema<undefined>;
1030
- readonly subaccountLabel: v.StringSchema<undefined>;
1031
- readonly createdAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1032
- readonly seconds: v.BigintSchema<undefined>;
1033
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1034
- }, undefined>, undefined>, v.TransformAction<{
1021
+ readonly label: validation_d_exports.StringSchema<undefined>;
1022
+ readonly note: validation_d_exports.StringSchema<undefined>;
1023
+ readonly tagIds: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>, undefined>, readonly []>;
1024
+ readonly whitelistStatus: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof DestinationWhitelistStatus, undefined>, validation_d_exports.TransformAction<DestinationWhitelistStatus, "unspecified" | "active" | "notWhitelisted" | "unresolved">]>;
1025
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1026
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1027
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1028
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1029
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
1030
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
1031
+ readonly createdAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1032
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1033
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1034
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1035
1035
  seconds: bigint;
1036
1036
  nanos: number;
1037
1037
  } | undefined, number | undefined>]>;
1038
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1039
- readonly seconds: v.BigintSchema<undefined>;
1040
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1041
- }, undefined>, undefined>, v.TransformAction<{
1038
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1039
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1040
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1041
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1042
1042
  seconds: bigint;
1043
1043
  nanos: number;
1044
1044
  } | undefined, number | undefined>]>;
1045
- readonly revision: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1045
+ readonly revision: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1046
1046
  }, undefined>, undefined>, readonly []>;
1047
1047
  }, undefined>, undefined>;
1048
- readonly recentDestinations: v.OptionalSchema<v.ObjectSchema<{
1049
- readonly external: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1050
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
1051
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1052
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1053
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1048
+ readonly recentDestinations: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1049
+ readonly external: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1050
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1051
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1052
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1053
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1054
1054
  }, undefined>, undefined>;
1055
- readonly lastDirection: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
1056
- readonly saved: v.BooleanSchema<undefined>;
1057
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1058
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1059
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1060
- readonly seconds: v.BigintSchema<undefined>;
1061
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1062
- }, undefined>, undefined>, v.TransformAction<{
1055
+ readonly lastDirection: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
1056
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
1057
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1058
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1059
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1060
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1061
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1062
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1063
1063
  seconds: bigint;
1064
1064
  nanos: number;
1065
1065
  } | undefined, number | undefined>]>;
1066
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
1067
- readonly address: v.StringSchema<undefined>;
1066
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
1067
+ readonly address: validation_d_exports.StringSchema<undefined>;
1068
1068
  }, undefined>, undefined>, readonly []>;
1069
- readonly internal: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1070
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
1071
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1072
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1073
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1069
+ readonly internal: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1070
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1071
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1072
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1073
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1074
1074
  }, undefined>, undefined>;
1075
- readonly lastDirection: v.SchemaWithPipe<readonly [v.EnumSchema<typeof TransferCounterpartyDirection, undefined>, v.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
1076
- readonly saved: v.BooleanSchema<undefined>;
1077
- readonly addressBookEntryId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1078
- readonly useCount: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, number>]>;
1079
- readonly lastSeenAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1080
- readonly seconds: v.BigintSchema<undefined>;
1081
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1082
- }, undefined>, undefined>, v.TransformAction<{
1075
+ readonly lastDirection: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof TransferCounterpartyDirection, undefined>, validation_d_exports.TransformAction<TransferCounterpartyDirection, "unspecified" | "withdrawTo" | "depositFrom" | "internalTransferFrom" | "internalTransferTo">]>;
1076
+ readonly saved: validation_d_exports.BooleanSchema<undefined>;
1077
+ readonly addressBookEntryId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1078
+ readonly useCount: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, number>]>;
1079
+ readonly lastSeenAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1080
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1081
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1082
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1083
1083
  seconds: bigint;
1084
1084
  nanos: number;
1085
1085
  } | undefined, number | undefined>]>;
1086
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1087
- readonly targetAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1088
- readonly targetScopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1089
- readonly smartAccountAddress: v.StringSchema<undefined>;
1090
- readonly rootUsername: v.StringSchema<undefined>;
1091
- readonly subaccountLabel: v.StringSchema<undefined>;
1086
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1087
+ readonly targetAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1088
+ readonly targetScopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1089
+ readonly smartAccountAddress: validation_d_exports.StringSchema<undefined>;
1090
+ readonly rootUsername: validation_d_exports.StringSchema<undefined>;
1091
+ readonly subaccountLabel: validation_d_exports.StringSchema<undefined>;
1092
1092
  }, undefined>, undefined>, readonly []>;
1093
1093
  }, undefined>, undefined>;
1094
- readonly tags: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1095
- readonly tagId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1096
- readonly name: v.StringSchema<undefined>;
1097
- readonly color: v.StringSchema<undefined>;
1094
+ readonly tags: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1095
+ readonly tagId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1096
+ readonly name: validation_d_exports.StringSchema<undefined>;
1097
+ readonly color: validation_d_exports.StringSchema<undefined>;
1098
1098
  }, undefined>, undefined>, readonly []>;
1099
- readonly withdrawWhitelist: v.OptionalSchema<v.ObjectSchema<{
1100
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
1101
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1102
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1103
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1099
+ readonly withdrawWhitelist: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1100
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1101
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1102
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1103
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1104
1104
  }, undefined>, undefined>;
1105
- readonly externalWhitelistRequired: v.BooleanSchema<undefined>;
1106
- readonly internalWhitelistRequired: v.BooleanSchema<undefined>;
1107
- readonly activeEntries: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
1108
- readonly canonicalAddress: v.StringSchema<undefined>;
1109
- readonly rawAddressHex: v.StringSchema<undefined>;
1110
- readonly updatedAt: v.SchemaWithPipe<readonly [v.OptionalSchema<v.ObjectSchema<{
1111
- readonly seconds: v.BigintSchema<undefined>;
1112
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1113
- }, undefined>, undefined>, v.TransformAction<{
1105
+ readonly externalWhitelistRequired: validation_d_exports.BooleanSchema<undefined>;
1106
+ readonly internalWhitelistRequired: validation_d_exports.BooleanSchema<undefined>;
1107
+ readonly activeEntries: validation_d_exports.OptionalSchema<validation_d_exports.ArraySchema<validation_d_exports.ObjectSchema<{
1108
+ readonly canonicalAddress: validation_d_exports.StringSchema<undefined>;
1109
+ readonly rawAddressHex: validation_d_exports.StringSchema<undefined>;
1110
+ readonly updatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1111
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1112
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1113
+ }, undefined>, undefined>, validation_d_exports.TransformAction<{
1114
1114
  seconds: bigint;
1115
1115
  nanos: number;
1116
1116
  } | undefined, number | undefined>]>;
1117
- readonly polychainChainId: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>;
1117
+ readonly polychainChainId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.NumberSchema<undefined>, validation_d_exports.IntegerAction<number, undefined>]>;
1118
1118
  }, undefined>, undefined>, readonly []>;
1119
1119
  }, undefined>, undefined>;
1120
- readonly recentDestinationsTruncated: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
1120
+ readonly recentDestinationsTruncated: validation_d_exports.OptionalSchema<validation_d_exports.BooleanSchema<undefined>, false>;
1121
1121
  }, undefined>;
1122
- type AddressBookView = v.InferOutput<typeof AddressBookViewSchema>;
1123
- declare const AddressBookViewInvalidatedSchema: v.ObjectSchema<{
1124
- readonly scope: v.OptionalSchema<v.ObjectSchema<{
1125
- readonly scopeType: v.SchemaWithPipe<readonly [v.EnumSchema<typeof AccountScopeType, undefined>, v.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1126
- readonly rootAccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1127
- readonly subaccountId: v.SchemaWithPipe<readonly [v.BigintSchema<undefined>, v.TransformAction<bigint, string>]>;
1122
+ type AddressBookView = validation_d_exports.InferOutput<typeof AddressBookViewSchema>;
1123
+ declare const AddressBookViewInvalidatedSchema: validation_d_exports.ObjectSchema<{
1124
+ readonly scope: validation_d_exports.OptionalSchema<validation_d_exports.ObjectSchema<{
1125
+ readonly scopeType: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.EnumSchema<typeof AccountScopeType, undefined>, validation_d_exports.TransformAction<AccountScopeType, "unspecified" | "subaccount" | "root">]>;
1126
+ readonly rootAccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1127
+ readonly subaccountId: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.BigintSchema<undefined>, validation_d_exports.TransformAction<bigint, string>]>;
1128
1128
  }, undefined>, undefined>;
1129
- readonly invalidatedAt: v.SchemaWithPipe<readonly [v.ObjectSchema<{
1130
- readonly seconds: v.BigintSchema<undefined>;
1131
- readonly nanos: v.OptionalSchema<v.NumberSchema<undefined>, 0>;
1132
- }, undefined>, v.TransformAction<{
1129
+ readonly invalidatedAt: validation_d_exports.SchemaWithPipe<readonly [validation_d_exports.ObjectSchema<{
1130
+ readonly seconds: validation_d_exports.BigintSchema<undefined>;
1131
+ readonly nanos: validation_d_exports.OptionalSchema<validation_d_exports.NumberSchema<undefined>, 0>;
1132
+ }, undefined>, validation_d_exports.TransformAction<{
1133
1133
  seconds: bigint;
1134
1134
  nanos: number;
1135
1135
  }, number>]>;
1136
1136
  }, undefined>;
1137
- type AddressBookViewInvalidated = v.InferOutput<typeof AddressBookViewInvalidatedSchema>;
1137
+ type AddressBookViewInvalidated = validation_d_exports.InferOutput<typeof AddressBookViewInvalidatedSchema>;
1138
1138
  //#endregion
1139
1139
  export { AddressBook, AddressBookEntries, AddressBookEntriesSchema, AddressBookEntriesView, AddressBookEntriesViewSchema, AddressBookEntry, AddressBookEntrySchema, AddressBookRecentDestinationsView, AddressBookRecentDestinationsViewSchema, AddressBookSchema, AddressBookTag, AddressBookTagSchema, AddressBookTagSummary, AddressBookTagSummarySchema, AddressBookView, AddressBookViewInvalidated, AddressBookViewInvalidatedSchema, AddressBookViewSchema, CopyAddressBookEntryInput, CopyAddressBookEntryInputSchema, CreateAddressBookEntryInput, CreateAddressBookEntryInputSchema, CreateAddressBookTagInput, CreateAddressBookTagInputSchema, DeleteAddressBookEntryInput, DeleteAddressBookEntryInputSchema, DeleteAddressBookTagInput, DeleteAddressBookTagInputSchema, GetAddressBookViewInput, GetAddressBookViewInputSchema, InternalTransferWhitelistEntries, InternalTransferWhitelistEntriesSchema, InternalTransferWhitelistEntry, InternalTransferWhitelistEntrySchema, ListAddressBookEntriesInput, ListAddressBookEntriesInputSchema, ListInternalTransferWhitelistEntriesInput, ListInternalTransferWhitelistEntriesInputSchema, ListTransferCounterpartiesInput, ListTransferCounterpartiesInputSchema, ListTransferDestinationsInput, ListTransferDestinationsInputSchema, MirroredWithdrawWhitelistEntry, MirroredWithdrawWhitelistEntrySchema, SubaccountScopedInput, SubaccountScopedInputSchema, TransferCounterparties, TransferCounterpartiesSchema, TransferCounterparty, TransferCounterpartySchema, TransferDestination, TransferDestinationSchema, TransferDestinations, TransferDestinationsSchema, UpdateAddressBookEntryInput, UpdateAddressBookEntryInputSchema, UpdateAddressBookTagInput, UpdateAddressBookTagInputSchema, WithdrawWhitelistView, WithdrawWhitelistViewSchema, validateCreateAddressBookEntryInput };
1140
1140
  //# sourceMappingURL=address-book.schemas.d.ts.map