agentwallet-sdk 5.0.4 → 5.1.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 (262) hide show
  1. package/README.md +32 -11
  2. package/dist/ap2/index.d.ts +185 -0
  3. package/dist/ap2/index.d.ts.map +1 -0
  4. package/dist/ap2/index.js +255 -0
  5. package/dist/ap2/index.js.map +1 -0
  6. package/dist/bridge/unified.d.ts +101 -0
  7. package/dist/bridge/unified.d.ts.map +1 -0
  8. package/dist/bridge/unified.js +284 -0
  9. package/dist/bridge/unified.js.map +1 -0
  10. package/dist/chains.d.ts +62 -0
  11. package/dist/chains.d.ts.map +1 -0
  12. package/dist/chains.js +108 -0
  13. package/dist/chains.js.map +1 -0
  14. package/dist/fiat/index.d.ts +10 -0
  15. package/dist/fiat/index.d.ts.map +1 -0
  16. package/dist/fiat/index.js +9 -0
  17. package/dist/fiat/index.js.map +1 -0
  18. package/dist/fiat/onramp.d.ts +101 -0
  19. package/dist/fiat/onramp.d.ts.map +1 -0
  20. package/dist/fiat/onramp.js +155 -0
  21. package/dist/fiat/onramp.js.map +1 -0
  22. package/dist/fiat/providers/index.d.ts +16 -0
  23. package/dist/fiat/providers/index.d.ts.map +1 -0
  24. package/dist/fiat/providers/index.js +30 -0
  25. package/dist/fiat/providers/index.js.map +1 -0
  26. package/dist/fiat/providers/moonpay.d.ts +22 -0
  27. package/dist/fiat/providers/moonpay.d.ts.map +1 -0
  28. package/dist/fiat/providers/moonpay.js +107 -0
  29. package/dist/fiat/providers/moonpay.js.map +1 -0
  30. package/dist/fiat/providers/stripe.d.ts +26 -0
  31. package/dist/fiat/providers/stripe.d.ts.map +1 -0
  32. package/dist/fiat/providers/stripe.js +135 -0
  33. package/dist/fiat/providers/stripe.js.map +1 -0
  34. package/dist/fiat/providers/transak.d.ts +26 -0
  35. package/dist/fiat/providers/transak.d.ts.map +1 -0
  36. package/dist/fiat/providers/transak.js +119 -0
  37. package/dist/fiat/providers/transak.js.map +1 -0
  38. package/dist/fiat/types.d.ts +106 -0
  39. package/dist/fiat/types.d.ts.map +1 -0
  40. package/dist/fiat/types.js +13 -0
  41. package/dist/fiat/types.js.map +1 -0
  42. package/dist/flash/executor.d.ts +119 -0
  43. package/dist/flash/executor.d.ts.map +1 -0
  44. package/dist/flash/executor.js +195 -0
  45. package/dist/flash/executor.js.map +1 -0
  46. package/dist/flash/index.d.ts +28 -0
  47. package/dist/flash/index.d.ts.map +1 -0
  48. package/dist/flash/index.js +29 -0
  49. package/dist/flash/index.js.map +1 -0
  50. package/dist/flash/scanner.d.ts +133 -0
  51. package/dist/flash/scanner.d.ts.map +1 -0
  52. package/dist/flash/scanner.js +212 -0
  53. package/dist/flash/scanner.js.map +1 -0
  54. package/dist/flash/types.d.ts +136 -0
  55. package/dist/flash/types.d.ts.map +1 -0
  56. package/dist/flash/types.js +23 -0
  57. package/dist/flash/types.js.map +1 -0
  58. package/dist/gas/index.d.ts +4 -0
  59. package/dist/gas/index.d.ts.map +1 -0
  60. package/dist/gas/index.js +3 -0
  61. package/dist/gas/index.js.map +1 -0
  62. package/dist/gas/sponsor.d.ts +70 -0
  63. package/dist/gas/sponsor.d.ts.map +1 -0
  64. package/dist/gas/sponsor.js +193 -0
  65. package/dist/gas/sponsor.js.map +1 -0
  66. package/dist/gas/types.d.ts +76 -0
  67. package/dist/gas/types.d.ts.map +1 -0
  68. package/dist/gas/types.js +21 -0
  69. package/dist/gas/types.js.map +1 -0
  70. package/dist/identity/agent-identity.d.ts +276 -0
  71. package/dist/identity/agent-identity.d.ts.map +1 -0
  72. package/dist/identity/agent-identity.js +300 -0
  73. package/dist/identity/agent-identity.js.map +1 -0
  74. package/dist/identity/email-resolver.d.ts +235 -0
  75. package/dist/identity/email-resolver.js +283 -0
  76. package/dist/identity/erc6551.d.ts +441 -0
  77. package/dist/identity/erc6551.d.ts.map +1 -0
  78. package/dist/identity/erc6551.js +517 -0
  79. package/dist/identity/erc6551.js.map +1 -0
  80. package/dist/index.d.ts +286 -213
  81. package/dist/index.d.ts.map +1 -1
  82. package/dist/index.js +3 -1
  83. package/dist/index.js.map +1 -1
  84. package/dist/mev/index.d.ts +4 -0
  85. package/dist/mev/index.d.ts.map +1 -0
  86. package/dist/mev/index.js +8 -0
  87. package/dist/mev/index.js.map +1 -0
  88. package/dist/mev/protection.d.ts +54 -0
  89. package/dist/mev/protection.d.ts.map +1 -0
  90. package/dist/mev/protection.js +185 -0
  91. package/dist/mev/protection.js.map +1 -0
  92. package/dist/mev/risk.d.ts +19 -0
  93. package/dist/mev/risk.d.ts.map +1 -0
  94. package/dist/mev/risk.js +95 -0
  95. package/dist/mev/risk.js.map +1 -0
  96. package/dist/mev/types.d.ts +49 -0
  97. package/dist/mev/types.d.ts.map +1 -0
  98. package/dist/mev/types.js +2 -0
  99. package/dist/mev/types.js.map +1 -0
  100. package/dist/settlement/index.d.ts +4 -0
  101. package/dist/settlement/index.d.ts.map +1 -0
  102. package/dist/settlement/index.js +3 -0
  103. package/dist/settlement/index.js.map +1 -0
  104. package/dist/settlement/types.d.ts +66 -0
  105. package/dist/settlement/types.d.ts.map +1 -0
  106. package/dist/settlement/types.js +37 -0
  107. package/dist/settlement/types.js.map +1 -0
  108. package/dist/settlement/verifier.d.ts +75 -0
  109. package/dist/settlement/verifier.d.ts.map +1 -0
  110. package/dist/settlement/verifier.js +354 -0
  111. package/dist/settlement/verifier.js.map +1 -0
  112. package/dist/solana/bridge.d.ts +144 -0
  113. package/dist/solana/bridge.d.ts.map +1 -0
  114. package/dist/solana/bridge.js +352 -0
  115. package/dist/solana/bridge.js.map +1 -0
  116. package/dist/solana/index.d.ts +8 -0
  117. package/dist/solana/index.d.ts.map +1 -0
  118. package/dist/solana/index.js +6 -0
  119. package/dist/solana/index.js.map +1 -0
  120. package/dist/solana/swap.d.ts +85 -0
  121. package/dist/solana/swap.d.ts.map +1 -0
  122. package/dist/solana/swap.js +173 -0
  123. package/dist/solana/swap.js.map +1 -0
  124. package/dist/solana/types.d.ts +126 -0
  125. package/dist/solana/types.d.ts.map +1 -0
  126. package/dist/solana/types.js +10 -0
  127. package/dist/solana/types.js.map +1 -0
  128. package/dist/solana/wallet.d.ts +83 -0
  129. package/dist/solana/wallet.d.ts.map +1 -0
  130. package/dist/solana/wallet.js +164 -0
  131. package/dist/solana/wallet.js.map +1 -0
  132. package/dist/solana/x402.d.ts +69 -0
  133. package/dist/solana/x402.d.ts.map +1 -0
  134. package/dist/solana/x402.js +154 -0
  135. package/dist/solana/x402.js.map +1 -0
  136. package/dist/solver/adapter.d.ts +47 -0
  137. package/dist/solver/adapter.d.ts.map +1 -0
  138. package/dist/solver/adapter.js +146 -0
  139. package/dist/solver/adapter.js.map +1 -0
  140. package/dist/solver/analyzer.d.ts +48 -0
  141. package/dist/solver/analyzer.d.ts.map +1 -0
  142. package/dist/solver/analyzer.js +171 -0
  143. package/dist/solver/analyzer.js.map +1 -0
  144. package/dist/solver/builder.d.ts +31 -0
  145. package/dist/solver/builder.d.ts.map +1 -0
  146. package/dist/solver/builder.js +60 -0
  147. package/dist/solver/builder.js.map +1 -0
  148. package/dist/solver/index.d.ts +22 -0
  149. package/dist/solver/index.d.ts.map +1 -0
  150. package/dist/solver/index.js +25 -0
  151. package/dist/solver/index.js.map +1 -0
  152. package/dist/solver/types.d.ts +115 -0
  153. package/dist/solver/types.d.ts.map +1 -0
  154. package/dist/solver/types.js +10 -0
  155. package/dist/solver/types.js.map +1 -0
  156. package/dist/spend-guard/index.d.ts +125 -0
  157. package/dist/spend-guard/index.d.ts.map +1 -0
  158. package/dist/spend-guard/index.js +150 -0
  159. package/dist/spend-guard/index.js.map +1 -0
  160. package/dist/swap/router/cache.d.ts +13 -0
  161. package/dist/swap/router/cache.d.ts.map +1 -0
  162. package/dist/swap/router/cache.js +30 -0
  163. package/dist/swap/router/cache.js.map +1 -0
  164. package/dist/swap/router/flashbots.d.ts +10 -0
  165. package/dist/swap/router/flashbots.d.ts.map +1 -0
  166. package/dist/swap/router/flashbots.js +43 -0
  167. package/dist/swap/router/flashbots.js.map +1 -0
  168. package/dist/swap/router/health.d.ts +17 -0
  169. package/dist/swap/router/health.d.ts.map +1 -0
  170. package/dist/swap/router/health.js +38 -0
  171. package/dist/swap/router/health.js.map +1 -0
  172. package/dist/swap/router/index.d.ts +10 -0
  173. package/dist/swap/router/index.d.ts.map +1 -0
  174. package/dist/swap/router/index.js +10 -0
  175. package/dist/swap/router/index.js.map +1 -0
  176. package/dist/swap/router/providers/cowswap.d.ts +11 -0
  177. package/dist/swap/router/providers/cowswap.d.ts.map +1 -0
  178. package/dist/swap/router/providers/cowswap.js +79 -0
  179. package/dist/swap/router/providers/cowswap.js.map +1 -0
  180. package/dist/swap/router/providers/index.d.ts +20 -0
  181. package/dist/swap/router/providers/index.d.ts.map +1 -0
  182. package/dist/swap/router/providers/index.js +32 -0
  183. package/dist/swap/router/providers/index.js.map +1 -0
  184. package/dist/swap/router/providers/jupiter.d.ts +12 -0
  185. package/dist/swap/router/providers/jupiter.d.ts.map +1 -0
  186. package/dist/swap/router/providers/jupiter.js +73 -0
  187. package/dist/swap/router/providers/jupiter.js.map +1 -0
  188. package/dist/swap/router/providers/lifi.d.ts +11 -0
  189. package/dist/swap/router/providers/lifi.d.ts.map +1 -0
  190. package/dist/swap/router/providers/lifi.js +123 -0
  191. package/dist/swap/router/providers/lifi.js.map +1 -0
  192. package/dist/swap/router/providers/oneinch.d.ts +13 -0
  193. package/dist/swap/router/providers/oneinch.d.ts.map +1 -0
  194. package/dist/swap/router/providers/oneinch.js +71 -0
  195. package/dist/swap/router/providers/oneinch.js.map +1 -0
  196. package/dist/swap/router/providers/paraswap.d.ts +11 -0
  197. package/dist/swap/router/providers/paraswap.d.ts.map +1 -0
  198. package/dist/swap/router/providers/paraswap.js +73 -0
  199. package/dist/swap/router/providers/paraswap.js.map +1 -0
  200. package/dist/swap/router/providers/uniswap.d.ts +31 -0
  201. package/dist/swap/router/providers/uniswap.d.ts.map +1 -0
  202. package/dist/swap/router/providers/uniswap.js +237 -0
  203. package/dist/swap/router/providers/uniswap.js.map +1 -0
  204. package/dist/swap/router/providers/zerox.d.ts +13 -0
  205. package/dist/swap/router/providers/zerox.d.ts.map +1 -0
  206. package/dist/swap/router/providers/zerox.js +94 -0
  207. package/dist/swap/router/providers/zerox.js.map +1 -0
  208. package/dist/swap/router/router.d.ts +86 -0
  209. package/dist/swap/router/router.d.ts.map +1 -0
  210. package/dist/swap/router/router.js +224 -0
  211. package/dist/swap/router/router.js.map +1 -0
  212. package/dist/swap/router/rsi/engine.d.ts +60 -0
  213. package/dist/swap/router/rsi/engine.d.ts.map +1 -0
  214. package/dist/swap/router/rsi/engine.js +483 -0
  215. package/dist/swap/router/rsi/engine.js.map +1 -0
  216. package/dist/swap/router/rsi/index.d.ts +3 -0
  217. package/dist/swap/router/rsi/index.d.ts.map +1 -0
  218. package/dist/swap/router/rsi/index.js +3 -0
  219. package/dist/swap/router/rsi/index.js.map +1 -0
  220. package/dist/swap/router/rsi/types.d.ts +106 -0
  221. package/dist/swap/router/rsi/types.d.ts.map +1 -0
  222. package/dist/swap/router/rsi/types.js +3 -0
  223. package/dist/swap/router/rsi/types.js.map +1 -0
  224. package/dist/swap/router/types.d.ts +120 -0
  225. package/dist/swap/router/types.d.ts.map +1 -0
  226. package/dist/swap/router/types.js +16 -0
  227. package/dist/swap/router/types.js.map +1 -0
  228. package/dist/tax/engine.d.ts +131 -0
  229. package/dist/tax/engine.d.ts.map +1 -0
  230. package/dist/tax/engine.js +307 -0
  231. package/dist/tax/engine.js.map +1 -0
  232. package/dist/tax/index.d.ts +9 -0
  233. package/dist/tax/index.d.ts.map +1 -0
  234. package/dist/tax/index.js +12 -0
  235. package/dist/tax/index.js.map +1 -0
  236. package/dist/tax/lots.d.ts +60 -0
  237. package/dist/tax/lots.d.ts.map +1 -0
  238. package/dist/tax/lots.js +129 -0
  239. package/dist/tax/lots.js.map +1 -0
  240. package/dist/tax/types.d.ts +113 -0
  241. package/dist/tax/types.d.ts.map +1 -0
  242. package/dist/tax/types.js +18 -0
  243. package/dist/tax/types.js.map +1 -0
  244. package/dist/verifiable-intent/index.d.ts +84 -0
  245. package/dist/verifiable-intent/index.js +385 -0
  246. package/dist/yield/index.d.ts +26 -0
  247. package/dist/yield/index.d.ts.map +1 -0
  248. package/dist/yield/index.js +29 -0
  249. package/dist/yield/index.js.map +1 -0
  250. package/dist/yield/rates.d.ts +114 -0
  251. package/dist/yield/rates.d.ts.map +1 -0
  252. package/dist/yield/rates.js +351 -0
  253. package/dist/yield/rates.js.map +1 -0
  254. package/dist/yield/types.d.ts +134 -0
  255. package/dist/yield/types.d.ts.map +1 -0
  256. package/dist/yield/types.js +24 -0
  257. package/dist/yield/types.js.map +1 -0
  258. package/dist/yield/vault.d.ts +112 -0
  259. package/dist/yield/vault.d.ts.map +1 -0
  260. package/dist/yield/vault.js +264 -0
  261. package/dist/yield/vault.js.map +1 -0
  262. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -282,7 +282,9 @@ export declare function createWallet(config: AgentWalletConfig & {
282
282
  }, {
283
283
  readonly name: "perTxLimit";
284
284
  readonly type: "uint256";
285
- readonly indexed: false;
285
+ readonly indexed: false; /**
286
+ * Get a pending transaction by ID.
287
+ */
286
288
  }, {
287
289
  readonly name: "periodLimit";
288
290
  readonly type: "uint256";
@@ -330,10 +332,9 @@ export declare function createWallet(config: AgentWalletConfig & {
330
332
  }];
331
333
  }, {
332
334
  readonly name: "TransactionApproved";
333
- /**
335
+ readonly type: "event"; /**
334
336
  * Approve a pending transaction. Only callable by the NFT owner.
335
337
  */
336
- readonly type: "event";
337
338
  readonly inputs: readonly [{
338
339
  readonly name: "txId";
339
340
  readonly type: "uint256";
@@ -615,7 +616,9 @@ export declare function createWallet(config: AgentWalletConfig & {
615
616
  }, {
616
617
  readonly name: "perTxLimit";
617
618
  readonly type: "uint256";
618
- readonly indexed: false;
619
+ readonly indexed: false; /**
620
+ * Get a pending transaction by ID.
621
+ */
619
622
  }, {
620
623
  readonly name: "periodLimit";
621
624
  readonly type: "uint256";
@@ -663,10 +666,9 @@ export declare function createWallet(config: AgentWalletConfig & {
663
666
  }];
664
667
  }, {
665
668
  readonly name: "TransactionApproved";
666
- /**
669
+ readonly type: "event"; /**
667
670
  * Approve a pending transaction. Only callable by the NFT owner.
668
671
  */
669
- readonly type: "event";
670
672
  readonly inputs: readonly [{
671
673
  readonly name: "txId";
672
674
  readonly type: "uint256";
@@ -948,7 +950,9 @@ export declare function createWallet(config: AgentWalletConfig & {
948
950
  }, {
949
951
  readonly name: "perTxLimit";
950
952
  readonly type: "uint256";
951
- readonly indexed: false;
953
+ readonly indexed: false; /**
954
+ * Get a pending transaction by ID.
955
+ */
952
956
  }, {
953
957
  readonly name: "periodLimit";
954
958
  readonly type: "uint256";
@@ -996,10 +1000,9 @@ export declare function createWallet(config: AgentWalletConfig & {
996
1000
  }];
997
1001
  }, {
998
1002
  readonly name: "TransactionApproved";
999
- /**
1003
+ readonly type: "event"; /**
1000
1004
  * Approve a pending transaction. Only callable by the NFT owner.
1001
1005
  */
1002
- readonly type: "event";
1003
1006
  readonly inputs: readonly [{
1004
1007
  readonly name: "txId";
1005
1008
  readonly type: "uint256";
@@ -1281,7 +1284,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1281
1284
  }, {
1282
1285
  readonly name: "perTxLimit";
1283
1286
  readonly type: "uint256";
1284
- readonly indexed: false;
1287
+ readonly indexed: false; /**
1288
+ * Get a pending transaction by ID.
1289
+ */
1285
1290
  }, {
1286
1291
  readonly name: "periodLimit";
1287
1292
  readonly type: "uint256";
@@ -1329,10 +1334,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1329
1334
  }];
1330
1335
  }, {
1331
1336
  readonly name: "TransactionApproved";
1332
- /**
1337
+ readonly type: "event"; /**
1333
1338
  * Approve a pending transaction. Only callable by the NFT owner.
1334
1339
  */
1335
- readonly type: "event";
1336
1340
  readonly inputs: readonly [{
1337
1341
  readonly name: "txId";
1338
1342
  readonly type: "uint256";
@@ -1614,7 +1618,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1614
1618
  }, {
1615
1619
  readonly name: "perTxLimit";
1616
1620
  readonly type: "uint256";
1617
- readonly indexed: false;
1621
+ readonly indexed: false; /**
1622
+ * Get a pending transaction by ID.
1623
+ */
1618
1624
  }, {
1619
1625
  readonly name: "periodLimit";
1620
1626
  readonly type: "uint256";
@@ -1662,10 +1668,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1662
1668
  }];
1663
1669
  }, {
1664
1670
  readonly name: "TransactionApproved";
1665
- /**
1671
+ readonly type: "event"; /**
1666
1672
  * Approve a pending transaction. Only callable by the NFT owner.
1667
1673
  */
1668
- readonly type: "event";
1669
1674
  readonly inputs: readonly [{
1670
1675
  readonly name: "txId";
1671
1676
  readonly type: "uint256";
@@ -1947,7 +1952,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1947
1952
  }, {
1948
1953
  readonly name: "perTxLimit";
1949
1954
  readonly type: "uint256";
1950
- readonly indexed: false;
1955
+ readonly indexed: false; /**
1956
+ * Get a pending transaction by ID.
1957
+ */
1951
1958
  }, {
1952
1959
  readonly name: "periodLimit";
1953
1960
  readonly type: "uint256";
@@ -1995,10 +2002,9 @@ export declare function createWallet(config: AgentWalletConfig & {
1995
2002
  }];
1996
2003
  }, {
1997
2004
  readonly name: "TransactionApproved";
1998
- /**
2005
+ readonly type: "event"; /**
1999
2006
  * Approve a pending transaction. Only callable by the NFT owner.
2000
2007
  */
2001
- readonly type: "event";
2002
2008
  readonly inputs: readonly [{
2003
2009
  readonly name: "txId";
2004
2010
  readonly type: "uint256";
@@ -2280,7 +2286,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2280
2286
  }, {
2281
2287
  readonly name: "perTxLimit";
2282
2288
  readonly type: "uint256";
2283
- readonly indexed: false;
2289
+ readonly indexed: false; /**
2290
+ * Get a pending transaction by ID.
2291
+ */
2284
2292
  }, {
2285
2293
  readonly name: "periodLimit";
2286
2294
  readonly type: "uint256";
@@ -2328,10 +2336,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2328
2336
  }];
2329
2337
  }, {
2330
2338
  readonly name: "TransactionApproved";
2331
- /**
2339
+ readonly type: "event"; /**
2332
2340
  * Approve a pending transaction. Only callable by the NFT owner.
2333
2341
  */
2334
- readonly type: "event";
2335
2342
  readonly inputs: readonly [{
2336
2343
  readonly name: "txId";
2337
2344
  readonly type: "uint256";
@@ -2613,7 +2620,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2613
2620
  }, {
2614
2621
  readonly name: "perTxLimit";
2615
2622
  readonly type: "uint256";
2616
- readonly indexed: false;
2623
+ readonly indexed: false; /**
2624
+ * Get a pending transaction by ID.
2625
+ */
2617
2626
  }, {
2618
2627
  readonly name: "periodLimit";
2619
2628
  readonly type: "uint256";
@@ -2661,10 +2670,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2661
2670
  }];
2662
2671
  }, {
2663
2672
  readonly name: "TransactionApproved";
2664
- /**
2673
+ readonly type: "event"; /**
2665
2674
  * Approve a pending transaction. Only callable by the NFT owner.
2666
2675
  */
2667
- readonly type: "event";
2668
2676
  readonly inputs: readonly [{
2669
2677
  readonly name: "txId";
2670
2678
  readonly type: "uint256";
@@ -2946,7 +2954,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2946
2954
  }, {
2947
2955
  readonly name: "perTxLimit";
2948
2956
  readonly type: "uint256";
2949
- readonly indexed: false;
2957
+ readonly indexed: false; /**
2958
+ * Get a pending transaction by ID.
2959
+ */
2950
2960
  }, {
2951
2961
  readonly name: "periodLimit";
2952
2962
  readonly type: "uint256";
@@ -2994,10 +3004,9 @@ export declare function createWallet(config: AgentWalletConfig & {
2994
3004
  }];
2995
3005
  }, {
2996
3006
  readonly name: "TransactionApproved";
2997
- /**
3007
+ readonly type: "event"; /**
2998
3008
  * Approve a pending transaction. Only callable by the NFT owner.
2999
3009
  */
3000
- readonly type: "event";
3001
3010
  readonly inputs: readonly [{
3002
3011
  readonly name: "txId";
3003
3012
  readonly type: "uint256";
@@ -3279,7 +3288,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3279
3288
  }, {
3280
3289
  readonly name: "perTxLimit";
3281
3290
  readonly type: "uint256";
3282
- readonly indexed: false;
3291
+ readonly indexed: false; /**
3292
+ * Get a pending transaction by ID.
3293
+ */
3283
3294
  }, {
3284
3295
  readonly name: "periodLimit";
3285
3296
  readonly type: "uint256";
@@ -3327,10 +3338,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3327
3338
  }];
3328
3339
  }, {
3329
3340
  readonly name: "TransactionApproved";
3330
- /**
3341
+ readonly type: "event"; /**
3331
3342
  * Approve a pending transaction. Only callable by the NFT owner.
3332
3343
  */
3333
- readonly type: "event";
3334
3344
  readonly inputs: readonly [{
3335
3345
  readonly name: "txId";
3336
3346
  readonly type: "uint256";
@@ -3614,7 +3624,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3614
3624
  }, {
3615
3625
  readonly name: "perTxLimit";
3616
3626
  readonly type: "uint256";
3617
- readonly indexed: false;
3627
+ readonly indexed: false; /**
3628
+ * Get a pending transaction by ID.
3629
+ */
3618
3630
  }, {
3619
3631
  readonly name: "periodLimit";
3620
3632
  readonly type: "uint256";
@@ -3662,10 +3674,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3662
3674
  }];
3663
3675
  }, {
3664
3676
  readonly name: "TransactionApproved";
3665
- /**
3677
+ readonly type: "event"; /**
3666
3678
  * Approve a pending transaction. Only callable by the NFT owner.
3667
3679
  */
3668
- readonly type: "event";
3669
3680
  readonly inputs: readonly [{
3670
3681
  readonly name: "txId";
3671
3682
  readonly type: "uint256";
@@ -3947,7 +3958,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3947
3958
  }, {
3948
3959
  readonly name: "perTxLimit";
3949
3960
  readonly type: "uint256";
3950
- readonly indexed: false;
3961
+ readonly indexed: false; /**
3962
+ * Get a pending transaction by ID.
3963
+ */
3951
3964
  }, {
3952
3965
  readonly name: "periodLimit";
3953
3966
  readonly type: "uint256";
@@ -3995,10 +4008,9 @@ export declare function createWallet(config: AgentWalletConfig & {
3995
4008
  }];
3996
4009
  }, {
3997
4010
  readonly name: "TransactionApproved";
3998
- /**
4011
+ readonly type: "event"; /**
3999
4012
  * Approve a pending transaction. Only callable by the NFT owner.
4000
4013
  */
4001
- readonly type: "event";
4002
4014
  readonly inputs: readonly [{
4003
4015
  readonly name: "txId";
4004
4016
  readonly type: "uint256";
@@ -4280,7 +4292,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4280
4292
  }, {
4281
4293
  readonly name: "perTxLimit";
4282
4294
  readonly type: "uint256";
4283
- readonly indexed: false;
4295
+ readonly indexed: false; /**
4296
+ * Get a pending transaction by ID.
4297
+ */
4284
4298
  }, {
4285
4299
  readonly name: "periodLimit";
4286
4300
  readonly type: "uint256";
@@ -4328,10 +4342,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4328
4342
  }];
4329
4343
  }, {
4330
4344
  readonly name: "TransactionApproved";
4331
- /**
4345
+ readonly type: "event"; /**
4332
4346
  * Approve a pending transaction. Only callable by the NFT owner.
4333
4347
  */
4334
- readonly type: "event";
4335
4348
  readonly inputs: readonly [{
4336
4349
  readonly name: "txId";
4337
4350
  readonly type: "uint256";
@@ -4613,7 +4626,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4613
4626
  }, {
4614
4627
  readonly name: "perTxLimit";
4615
4628
  readonly type: "uint256";
4616
- readonly indexed: false;
4629
+ readonly indexed: false; /**
4630
+ * Get a pending transaction by ID.
4631
+ */
4617
4632
  }, {
4618
4633
  readonly name: "periodLimit";
4619
4634
  readonly type: "uint256";
@@ -4661,10 +4676,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4661
4676
  }];
4662
4677
  }, {
4663
4678
  readonly name: "TransactionApproved";
4664
- /**
4679
+ readonly type: "event"; /**
4665
4680
  * Approve a pending transaction. Only callable by the NFT owner.
4666
4681
  */
4667
- readonly type: "event";
4668
4682
  readonly inputs: readonly [{
4669
4683
  readonly name: "txId";
4670
4684
  readonly type: "uint256";
@@ -4946,7 +4960,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4946
4960
  }, {
4947
4961
  readonly name: "perTxLimit";
4948
4962
  readonly type: "uint256";
4949
- readonly indexed: false;
4963
+ readonly indexed: false; /**
4964
+ * Get a pending transaction by ID.
4965
+ */
4950
4966
  }, {
4951
4967
  readonly name: "periodLimit";
4952
4968
  readonly type: "uint256";
@@ -4994,10 +5010,9 @@ export declare function createWallet(config: AgentWalletConfig & {
4994
5010
  }];
4995
5011
  }, {
4996
5012
  readonly name: "TransactionApproved";
4997
- /**
5013
+ readonly type: "event"; /**
4998
5014
  * Approve a pending transaction. Only callable by the NFT owner.
4999
5015
  */
5000
- readonly type: "event";
5001
5016
  readonly inputs: readonly [{
5002
5017
  readonly name: "txId";
5003
5018
  readonly type: "uint256";
@@ -5279,7 +5294,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5279
5294
  }, {
5280
5295
  readonly name: "perTxLimit";
5281
5296
  readonly type: "uint256";
5282
- readonly indexed: false;
5297
+ readonly indexed: false; /**
5298
+ * Get a pending transaction by ID.
5299
+ */
5283
5300
  }, {
5284
5301
  readonly name: "periodLimit";
5285
5302
  readonly type: "uint256";
@@ -5327,10 +5344,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5327
5344
  }];
5328
5345
  }, {
5329
5346
  readonly name: "TransactionApproved";
5330
- /**
5347
+ readonly type: "event"; /**
5331
5348
  * Approve a pending transaction. Only callable by the NFT owner.
5332
5349
  */
5333
- readonly type: "event";
5334
5350
  readonly inputs: readonly [{
5335
5351
  readonly name: "txId";
5336
5352
  readonly type: "uint256";
@@ -5612,7 +5628,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5612
5628
  }, {
5613
5629
  readonly name: "perTxLimit";
5614
5630
  readonly type: "uint256";
5615
- readonly indexed: false;
5631
+ readonly indexed: false; /**
5632
+ * Get a pending transaction by ID.
5633
+ */
5616
5634
  }, {
5617
5635
  readonly name: "periodLimit";
5618
5636
  readonly type: "uint256";
@@ -5660,10 +5678,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5660
5678
  }];
5661
5679
  }, {
5662
5680
  readonly name: "TransactionApproved";
5663
- /**
5681
+ readonly type: "event"; /**
5664
5682
  * Approve a pending transaction. Only callable by the NFT owner.
5665
5683
  */
5666
- readonly type: "event";
5667
5684
  readonly inputs: readonly [{
5668
5685
  readonly name: "txId";
5669
5686
  readonly type: "uint256";
@@ -5946,7 +5963,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5946
5963
  }, {
5947
5964
  readonly name: "perTxLimit";
5948
5965
  readonly type: "uint256";
5949
- readonly indexed: false;
5966
+ readonly indexed: false; /**
5967
+ * Get a pending transaction by ID.
5968
+ */
5950
5969
  }, {
5951
5970
  readonly name: "periodLimit";
5952
5971
  readonly type: "uint256";
@@ -5994,10 +6013,9 @@ export declare function createWallet(config: AgentWalletConfig & {
5994
6013
  }];
5995
6014
  }, {
5996
6015
  readonly name: "TransactionApproved";
5997
- /**
6016
+ readonly type: "event"; /**
5998
6017
  * Approve a pending transaction. Only callable by the NFT owner.
5999
6018
  */
6000
- readonly type: "event";
6001
6019
  readonly inputs: readonly [{
6002
6020
  readonly name: "txId";
6003
6021
  readonly type: "uint256";
@@ -6279,7 +6297,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6279
6297
  }, {
6280
6298
  readonly name: "perTxLimit";
6281
6299
  readonly type: "uint256";
6282
- readonly indexed: false;
6300
+ readonly indexed: false; /**
6301
+ * Get a pending transaction by ID.
6302
+ */
6283
6303
  }, {
6284
6304
  readonly name: "periodLimit";
6285
6305
  readonly type: "uint256";
@@ -6327,10 +6347,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6327
6347
  }];
6328
6348
  }, {
6329
6349
  readonly name: "TransactionApproved";
6330
- /**
6350
+ readonly type: "event"; /**
6331
6351
  * Approve a pending transaction. Only callable by the NFT owner.
6332
6352
  */
6333
- readonly type: "event";
6334
6353
  readonly inputs: readonly [{
6335
6354
  readonly name: "txId";
6336
6355
  readonly type: "uint256";
@@ -6612,7 +6631,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6612
6631
  }, {
6613
6632
  readonly name: "perTxLimit";
6614
6633
  readonly type: "uint256";
6615
- readonly indexed: false;
6634
+ readonly indexed: false; /**
6635
+ * Get a pending transaction by ID.
6636
+ */
6616
6637
  }, {
6617
6638
  readonly name: "periodLimit";
6618
6639
  readonly type: "uint256";
@@ -6660,10 +6681,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6660
6681
  }];
6661
6682
  }, {
6662
6683
  readonly name: "TransactionApproved";
6663
- /**
6684
+ readonly type: "event"; /**
6664
6685
  * Approve a pending transaction. Only callable by the NFT owner.
6665
6686
  */
6666
- readonly type: "event";
6667
6687
  readonly inputs: readonly [{
6668
6688
  readonly name: "txId";
6669
6689
  readonly type: "uint256";
@@ -6945,7 +6965,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6945
6965
  }, {
6946
6966
  readonly name: "perTxLimit";
6947
6967
  readonly type: "uint256";
6948
- readonly indexed: false;
6968
+ readonly indexed: false; /**
6969
+ * Get a pending transaction by ID.
6970
+ */
6949
6971
  }, {
6950
6972
  readonly name: "periodLimit";
6951
6973
  readonly type: "uint256";
@@ -6993,10 +7015,9 @@ export declare function createWallet(config: AgentWalletConfig & {
6993
7015
  }];
6994
7016
  }, {
6995
7017
  readonly name: "TransactionApproved";
6996
- /**
7018
+ readonly type: "event"; /**
6997
7019
  * Approve a pending transaction. Only callable by the NFT owner.
6998
7020
  */
6999
- readonly type: "event";
7000
7021
  readonly inputs: readonly [{
7001
7022
  readonly name: "txId";
7002
7023
  readonly type: "uint256";
@@ -7278,7 +7299,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7278
7299
  }, {
7279
7300
  readonly name: "perTxLimit";
7280
7301
  readonly type: "uint256";
7281
- readonly indexed: false;
7302
+ readonly indexed: false; /**
7303
+ * Get a pending transaction by ID.
7304
+ */
7282
7305
  }, {
7283
7306
  readonly name: "periodLimit";
7284
7307
  readonly type: "uint256";
@@ -7326,10 +7349,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7326
7349
  }];
7327
7350
  }, {
7328
7351
  readonly name: "TransactionApproved";
7329
- /**
7352
+ readonly type: "event"; /**
7330
7353
  * Approve a pending transaction. Only callable by the NFT owner.
7331
7354
  */
7332
- readonly type: "event";
7333
7355
  readonly inputs: readonly [{
7334
7356
  readonly name: "txId";
7335
7357
  readonly type: "uint256";
@@ -7611,7 +7633,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7611
7633
  }, {
7612
7634
  readonly name: "perTxLimit";
7613
7635
  readonly type: "uint256";
7614
- readonly indexed: false;
7636
+ readonly indexed: false; /**
7637
+ * Get a pending transaction by ID.
7638
+ */
7615
7639
  }, {
7616
7640
  readonly name: "periodLimit";
7617
7641
  readonly type: "uint256";
@@ -7659,10 +7683,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7659
7683
  }];
7660
7684
  }, {
7661
7685
  readonly name: "TransactionApproved";
7662
- /**
7686
+ readonly type: "event"; /**
7663
7687
  * Approve a pending transaction. Only callable by the NFT owner.
7664
7688
  */
7665
- readonly type: "event";
7666
7689
  readonly inputs: readonly [{
7667
7690
  readonly name: "txId";
7668
7691
  readonly type: "uint256";
@@ -7944,7 +7967,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7944
7967
  }, {
7945
7968
  readonly name: "perTxLimit";
7946
7969
  readonly type: "uint256";
7947
- readonly indexed: false;
7970
+ readonly indexed: false; /**
7971
+ * Get a pending transaction by ID.
7972
+ */
7948
7973
  }, {
7949
7974
  readonly name: "periodLimit";
7950
7975
  readonly type: "uint256";
@@ -7992,10 +8017,9 @@ export declare function createWallet(config: AgentWalletConfig & {
7992
8017
  }];
7993
8018
  }, {
7994
8019
  readonly name: "TransactionApproved";
7995
- /**
8020
+ readonly type: "event"; /**
7996
8021
  * Approve a pending transaction. Only callable by the NFT owner.
7997
8022
  */
7998
- readonly type: "event";
7999
8023
  readonly inputs: readonly [{
8000
8024
  readonly name: "txId";
8001
8025
  readonly type: "uint256";
@@ -8279,7 +8303,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8279
8303
  }, {
8280
8304
  readonly name: "perTxLimit";
8281
8305
  readonly type: "uint256";
8282
- readonly indexed: false;
8306
+ readonly indexed: false; /**
8307
+ * Get a pending transaction by ID.
8308
+ */
8283
8309
  }, {
8284
8310
  readonly name: "periodLimit";
8285
8311
  readonly type: "uint256";
@@ -8327,10 +8353,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8327
8353
  }];
8328
8354
  }, {
8329
8355
  readonly name: "TransactionApproved";
8330
- /**
8356
+ readonly type: "event"; /**
8331
8357
  * Approve a pending transaction. Only callable by the NFT owner.
8332
8358
  */
8333
- readonly type: "event";
8334
8359
  readonly inputs: readonly [{
8335
8360
  readonly name: "txId";
8336
8361
  readonly type: "uint256";
@@ -8611,7 +8636,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8611
8636
  }, {
8612
8637
  readonly name: "perTxLimit";
8613
8638
  readonly type: "uint256";
8614
- readonly indexed: false;
8639
+ readonly indexed: false; /**
8640
+ * Get a pending transaction by ID.
8641
+ */
8615
8642
  }, {
8616
8643
  readonly name: "periodLimit";
8617
8644
  readonly type: "uint256";
@@ -8659,10 +8686,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8659
8686
  }];
8660
8687
  }, {
8661
8688
  readonly name: "TransactionApproved";
8662
- /**
8689
+ readonly type: "event"; /**
8663
8690
  * Approve a pending transaction. Only callable by the NFT owner.
8664
8691
  */
8665
- readonly type: "event";
8666
8692
  readonly inputs: readonly [{
8667
8693
  readonly name: "txId";
8668
8694
  readonly type: "uint256";
@@ -8944,7 +8970,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8944
8970
  }, {
8945
8971
  readonly name: "perTxLimit";
8946
8972
  readonly type: "uint256";
8947
- readonly indexed: false;
8973
+ readonly indexed: false; /**
8974
+ * Get a pending transaction by ID.
8975
+ */
8948
8976
  }, {
8949
8977
  readonly name: "periodLimit";
8950
8978
  readonly type: "uint256";
@@ -8992,10 +9020,9 @@ export declare function createWallet(config: AgentWalletConfig & {
8992
9020
  }];
8993
9021
  }, {
8994
9022
  readonly name: "TransactionApproved";
8995
- /**
9023
+ readonly type: "event"; /**
8996
9024
  * Approve a pending transaction. Only callable by the NFT owner.
8997
9025
  */
8998
- readonly type: "event";
8999
9026
  readonly inputs: readonly [{
9000
9027
  readonly name: "txId";
9001
9028
  readonly type: "uint256";
@@ -9276,7 +9303,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9276
9303
  }, {
9277
9304
  readonly name: "perTxLimit";
9278
9305
  readonly type: "uint256";
9279
- readonly indexed: false;
9306
+ readonly indexed: false; /**
9307
+ * Get a pending transaction by ID.
9308
+ */
9280
9309
  }, {
9281
9310
  readonly name: "periodLimit";
9282
9311
  readonly type: "uint256";
@@ -9324,10 +9353,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9324
9353
  }];
9325
9354
  }, {
9326
9355
  readonly name: "TransactionApproved";
9327
- /**
9356
+ readonly type: "event"; /**
9328
9357
  * Approve a pending transaction. Only callable by the NFT owner.
9329
9358
  */
9330
- readonly type: "event";
9331
9359
  readonly inputs: readonly [{
9332
9360
  readonly name: "txId";
9333
9361
  readonly type: "uint256";
@@ -9609,7 +9637,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9609
9637
  }, {
9610
9638
  readonly name: "perTxLimit";
9611
9639
  readonly type: "uint256";
9612
- readonly indexed: false;
9640
+ readonly indexed: false; /**
9641
+ * Get a pending transaction by ID.
9642
+ */
9613
9643
  }, {
9614
9644
  readonly name: "periodLimit";
9615
9645
  readonly type: "uint256";
@@ -9657,10 +9687,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9657
9687
  }];
9658
9688
  }, {
9659
9689
  readonly name: "TransactionApproved";
9660
- /**
9690
+ readonly type: "event"; /**
9661
9691
  * Approve a pending transaction. Only callable by the NFT owner.
9662
9692
  */
9663
- readonly type: "event";
9664
9693
  readonly inputs: readonly [{
9665
9694
  readonly name: "txId";
9666
9695
  readonly type: "uint256";
@@ -9941,7 +9970,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9941
9970
  }, {
9942
9971
  readonly name: "perTxLimit";
9943
9972
  readonly type: "uint256";
9944
- readonly indexed: false;
9973
+ readonly indexed: false; /**
9974
+ * Get a pending transaction by ID.
9975
+ */
9945
9976
  }, {
9946
9977
  readonly name: "periodLimit";
9947
9978
  readonly type: "uint256";
@@ -9989,10 +10020,9 @@ export declare function createWallet(config: AgentWalletConfig & {
9989
10020
  }];
9990
10021
  }, {
9991
10022
  readonly name: "TransactionApproved";
9992
- /**
10023
+ readonly type: "event"; /**
9993
10024
  * Approve a pending transaction. Only callable by the NFT owner.
9994
10025
  */
9995
- readonly type: "event";
9996
10026
  readonly inputs: readonly [{
9997
10027
  readonly name: "txId";
9998
10028
  readonly type: "uint256";
@@ -10274,7 +10304,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10274
10304
  }, {
10275
10305
  readonly name: "perTxLimit";
10276
10306
  readonly type: "uint256";
10277
- readonly indexed: false;
10307
+ readonly indexed: false; /**
10308
+ * Get a pending transaction by ID.
10309
+ */
10278
10310
  }, {
10279
10311
  readonly name: "periodLimit";
10280
10312
  readonly type: "uint256";
@@ -10322,10 +10354,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10322
10354
  }];
10323
10355
  }, {
10324
10356
  readonly name: "TransactionApproved";
10325
- /**
10357
+ readonly type: "event"; /**
10326
10358
  * Approve a pending transaction. Only callable by the NFT owner.
10327
10359
  */
10328
- readonly type: "event";
10329
10360
  readonly inputs: readonly [{
10330
10361
  readonly name: "txId";
10331
10362
  readonly type: "uint256";
@@ -10606,7 +10637,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10606
10637
  }, {
10607
10638
  readonly name: "perTxLimit";
10608
10639
  readonly type: "uint256";
10609
- readonly indexed: false;
10640
+ readonly indexed: false; /**
10641
+ * Get a pending transaction by ID.
10642
+ */
10610
10643
  }, {
10611
10644
  readonly name: "periodLimit";
10612
10645
  readonly type: "uint256";
@@ -10654,10 +10687,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10654
10687
  }];
10655
10688
  }, {
10656
10689
  readonly name: "TransactionApproved";
10657
- /**
10690
+ readonly type: "event"; /**
10658
10691
  * Approve a pending transaction. Only callable by the NFT owner.
10659
10692
  */
10660
- readonly type: "event";
10661
10693
  readonly inputs: readonly [{
10662
10694
  readonly name: "txId";
10663
10695
  readonly type: "uint256";
@@ -10939,7 +10971,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10939
10971
  }, {
10940
10972
  readonly name: "perTxLimit";
10941
10973
  readonly type: "uint256";
10942
- readonly indexed: false;
10974
+ readonly indexed: false; /**
10975
+ * Get a pending transaction by ID.
10976
+ */
10943
10977
  }, {
10944
10978
  readonly name: "periodLimit";
10945
10979
  readonly type: "uint256";
@@ -10987,10 +11021,9 @@ export declare function createWallet(config: AgentWalletConfig & {
10987
11021
  }];
10988
11022
  }, {
10989
11023
  readonly name: "TransactionApproved";
10990
- /**
11024
+ readonly type: "event"; /**
10991
11025
  * Approve a pending transaction. Only callable by the NFT owner.
10992
11026
  */
10993
- readonly type: "event";
10994
11027
  readonly inputs: readonly [{
10995
11028
  readonly name: "txId";
10996
11029
  readonly type: "uint256";
@@ -11271,7 +11304,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11271
11304
  }, {
11272
11305
  readonly name: "perTxLimit";
11273
11306
  readonly type: "uint256";
11274
- readonly indexed: false;
11307
+ readonly indexed: false; /**
11308
+ * Get a pending transaction by ID.
11309
+ */
11275
11310
  }, {
11276
11311
  readonly name: "periodLimit";
11277
11312
  readonly type: "uint256";
@@ -11319,10 +11354,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11319
11354
  }];
11320
11355
  }, {
11321
11356
  readonly name: "TransactionApproved";
11322
- /**
11357
+ readonly type: "event"; /**
11323
11358
  * Approve a pending transaction. Only callable by the NFT owner.
11324
11359
  */
11325
- readonly type: "event";
11326
11360
  readonly inputs: readonly [{
11327
11361
  readonly name: "txId";
11328
11362
  readonly type: "uint256";
@@ -11604,7 +11638,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11604
11638
  }, {
11605
11639
  readonly name: "perTxLimit";
11606
11640
  readonly type: "uint256";
11607
- readonly indexed: false;
11641
+ readonly indexed: false; /**
11642
+ * Get a pending transaction by ID.
11643
+ */
11608
11644
  }, {
11609
11645
  readonly name: "periodLimit";
11610
11646
  readonly type: "uint256";
@@ -11652,10 +11688,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11652
11688
  }];
11653
11689
  }, {
11654
11690
  readonly name: "TransactionApproved";
11655
- /**
11691
+ readonly type: "event"; /**
11656
11692
  * Approve a pending transaction. Only callable by the NFT owner.
11657
11693
  */
11658
- readonly type: "event";
11659
11694
  readonly inputs: readonly [{
11660
11695
  readonly name: "txId";
11661
11696
  readonly type: "uint256";
@@ -11936,7 +11971,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11936
11971
  }, {
11937
11972
  readonly name: "perTxLimit";
11938
11973
  readonly type: "uint256";
11939
- readonly indexed: false;
11974
+ readonly indexed: false; /**
11975
+ * Get a pending transaction by ID.
11976
+ */
11940
11977
  }, {
11941
11978
  readonly name: "periodLimit";
11942
11979
  readonly type: "uint256";
@@ -11984,10 +12021,9 @@ export declare function createWallet(config: AgentWalletConfig & {
11984
12021
  }];
11985
12022
  }, {
11986
12023
  readonly name: "TransactionApproved";
11987
- /**
12024
+ readonly type: "event"; /**
11988
12025
  * Approve a pending transaction. Only callable by the NFT owner.
11989
12026
  */
11990
- readonly type: "event";
11991
12027
  readonly inputs: readonly [{
11992
12028
  readonly name: "txId";
11993
12029
  readonly type: "uint256";
@@ -12269,7 +12305,9 @@ export declare function createWallet(config: AgentWalletConfig & {
12269
12305
  }, {
12270
12306
  readonly name: "perTxLimit";
12271
12307
  readonly type: "uint256";
12272
- readonly indexed: false;
12308
+ readonly indexed: false; /**
12309
+ * Get a pending transaction by ID.
12310
+ */
12273
12311
  }, {
12274
12312
  readonly name: "periodLimit";
12275
12313
  readonly type: "uint256";
@@ -12317,10 +12355,9 @@ export declare function createWallet(config: AgentWalletConfig & {
12317
12355
  }];
12318
12356
  }, {
12319
12357
  readonly name: "TransactionApproved";
12320
- /**
12358
+ readonly type: "event"; /**
12321
12359
  * Approve a pending transaction. Only callable by the NFT owner.
12322
12360
  */
12323
- readonly type: "event";
12324
12361
  readonly inputs: readonly [{
12325
12362
  readonly name: "txId";
12326
12363
  readonly type: "uint256";
@@ -12601,7 +12638,9 @@ export declare function createWallet(config: AgentWalletConfig & {
12601
12638
  }, {
12602
12639
  readonly name: "perTxLimit";
12603
12640
  readonly type: "uint256";
12604
- readonly indexed: false;
12641
+ readonly indexed: false; /**
12642
+ * Get a pending transaction by ID.
12643
+ */
12605
12644
  }, {
12606
12645
  readonly name: "periodLimit";
12607
12646
  readonly type: "uint256";
@@ -12649,10 +12688,9 @@ export declare function createWallet(config: AgentWalletConfig & {
12649
12688
  }];
12650
12689
  }, {
12651
12690
  readonly name: "TransactionApproved";
12652
- /**
12691
+ readonly type: "event"; /**
12653
12692
  * Approve a pending transaction. Only callable by the NFT owner.
12654
12693
  */
12655
- readonly type: "event";
12656
12694
  readonly inputs: readonly [{
12657
12695
  readonly name: "txId";
12658
12696
  readonly type: "uint256";
@@ -12953,7 +12991,9 @@ export declare function createWallet(config: AgentWalletConfig & {
12953
12991
  }, {
12954
12992
  readonly name: "perTxLimit";
12955
12993
  readonly type: "uint256";
12956
- readonly indexed: false;
12994
+ readonly indexed: false; /**
12995
+ * Get a pending transaction by ID.
12996
+ */
12957
12997
  }, {
12958
12998
  readonly name: "periodLimit";
12959
12999
  readonly type: "uint256";
@@ -13001,10 +13041,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13001
13041
  }];
13002
13042
  }, {
13003
13043
  readonly name: "TransactionApproved";
13004
- /**
13044
+ readonly type: "event"; /**
13005
13045
  * Approve a pending transaction. Only callable by the NFT owner.
13006
13046
  */
13007
- readonly type: "event";
13008
13047
  readonly inputs: readonly [{
13009
13048
  readonly name: "txId";
13010
13049
  readonly type: "uint256";
@@ -13299,7 +13338,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13299
13338
  }, {
13300
13339
  readonly name: "perTxLimit";
13301
13340
  readonly type: "uint256";
13302
- readonly indexed: false;
13341
+ readonly indexed: false; /**
13342
+ * Get a pending transaction by ID.
13343
+ */
13303
13344
  }, {
13304
13345
  readonly name: "periodLimit";
13305
13346
  readonly type: "uint256";
@@ -13347,10 +13388,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13347
13388
  }];
13348
13389
  }, {
13349
13390
  readonly name: "TransactionApproved";
13350
- /**
13391
+ readonly type: "event"; /**
13351
13392
  * Approve a pending transaction. Only callable by the NFT owner.
13352
13393
  */
13353
- readonly type: "event";
13354
13394
  readonly inputs: readonly [{
13355
13395
  readonly name: "txId";
13356
13396
  readonly type: "uint256";
@@ -13645,7 +13685,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13645
13685
  }, {
13646
13686
  readonly name: "perTxLimit";
13647
13687
  readonly type: "uint256";
13648
- readonly indexed: false;
13688
+ readonly indexed: false; /**
13689
+ * Get a pending transaction by ID.
13690
+ */
13649
13691
  }, {
13650
13692
  readonly name: "periodLimit";
13651
13693
  readonly type: "uint256";
@@ -13693,10 +13735,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13693
13735
  }];
13694
13736
  }, {
13695
13737
  readonly name: "TransactionApproved";
13696
- /**
13738
+ readonly type: "event"; /**
13697
13739
  * Approve a pending transaction. Only callable by the NFT owner.
13698
13740
  */
13699
- readonly type: "event";
13700
13741
  readonly inputs: readonly [{
13701
13742
  readonly name: "txId";
13702
13743
  readonly type: "uint256";
@@ -13995,7 +14036,9 @@ export declare function createWallet(config: AgentWalletConfig & {
13995
14036
  }, {
13996
14037
  readonly name: "perTxLimit";
13997
14038
  readonly type: "uint256";
13998
- readonly indexed: false;
14039
+ readonly indexed: false; /**
14040
+ * Get a pending transaction by ID.
14041
+ */
13999
14042
  }, {
14000
14043
  readonly name: "periodLimit";
14001
14044
  readonly type: "uint256";
@@ -14043,10 +14086,9 @@ export declare function createWallet(config: AgentWalletConfig & {
14043
14086
  }];
14044
14087
  }, {
14045
14088
  readonly name: "TransactionApproved";
14046
- /**
14089
+ readonly type: "event"; /**
14047
14090
  * Approve a pending transaction. Only callable by the NFT owner.
14048
14091
  */
14049
- readonly type: "event";
14050
14092
  readonly inputs: readonly [{
14051
14093
  readonly name: "txId";
14052
14094
  readonly type: "uint256";
@@ -14341,7 +14383,9 @@ export declare function createWallet(config: AgentWalletConfig & {
14341
14383
  }, {
14342
14384
  readonly name: "perTxLimit";
14343
14385
  readonly type: "uint256";
14344
- readonly indexed: false;
14386
+ readonly indexed: false; /**
14387
+ * Get a pending transaction by ID.
14388
+ */
14345
14389
  }, {
14346
14390
  readonly name: "periodLimit";
14347
14391
  readonly type: "uint256";
@@ -14389,10 +14433,9 @@ export declare function createWallet(config: AgentWalletConfig & {
14389
14433
  }];
14390
14434
  }, {
14391
14435
  readonly name: "TransactionApproved";
14392
- /**
14436
+ readonly type: "event"; /**
14393
14437
  * Approve a pending transaction. Only callable by the NFT owner.
14394
14438
  */
14395
- readonly type: "event";
14396
14439
  readonly inputs: readonly [{
14397
14440
  readonly name: "txId";
14398
14441
  readonly type: "uint256";
@@ -14687,7 +14730,9 @@ export declare function createWallet(config: AgentWalletConfig & {
14687
14730
  }, {
14688
14731
  readonly name: "perTxLimit";
14689
14732
  readonly type: "uint256";
14690
- readonly indexed: false;
14733
+ readonly indexed: false; /**
14734
+ * Get a pending transaction by ID.
14735
+ */
14691
14736
  }, {
14692
14737
  readonly name: "periodLimit";
14693
14738
  readonly type: "uint256";
@@ -14735,10 +14780,9 @@ export declare function createWallet(config: AgentWalletConfig & {
14735
14780
  }];
14736
14781
  }, {
14737
14782
  readonly name: "TransactionApproved";
14738
- /**
14783
+ readonly type: "event"; /**
14739
14784
  * Approve a pending transaction. Only callable by the NFT owner.
14740
14785
  */
14741
- readonly type: "event";
14742
14786
  readonly inputs: readonly [{
14743
14787
  readonly name: "txId";
14744
14788
  readonly type: "uint256";
@@ -15030,7 +15074,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15030
15074
  }, {
15031
15075
  readonly name: "perTxLimit";
15032
15076
  readonly type: "uint256";
15033
- readonly indexed: false;
15077
+ readonly indexed: false; /**
15078
+ * Get a pending transaction by ID.
15079
+ */
15034
15080
  }, {
15035
15081
  readonly name: "periodLimit";
15036
15082
  readonly type: "uint256";
@@ -15078,10 +15124,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15078
15124
  }];
15079
15125
  }, {
15080
15126
  readonly name: "TransactionApproved";
15081
- /**
15127
+ readonly type: "event"; /**
15082
15128
  * Approve a pending transaction. Only callable by the NFT owner.
15083
15129
  */
15084
- readonly type: "event";
15085
15130
  readonly inputs: readonly [{
15086
15131
  readonly name: "txId";
15087
15132
  readonly type: "uint256";
@@ -15370,7 +15415,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15370
15415
  }, {
15371
15416
  readonly name: "perTxLimit";
15372
15417
  readonly type: "uint256";
15373
- readonly indexed: false;
15418
+ readonly indexed: false; /**
15419
+ * Get a pending transaction by ID.
15420
+ */
15374
15421
  }, {
15375
15422
  readonly name: "periodLimit";
15376
15423
  readonly type: "uint256";
@@ -15418,10 +15465,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15418
15465
  }];
15419
15466
  }, {
15420
15467
  readonly name: "TransactionApproved";
15421
- /**
15468
+ readonly type: "event"; /**
15422
15469
  * Approve a pending transaction. Only callable by the NFT owner.
15423
15470
  */
15424
- readonly type: "event";
15425
15471
  readonly inputs: readonly [{
15426
15472
  readonly name: "txId";
15427
15473
  readonly type: "uint256";
@@ -15710,7 +15756,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15710
15756
  }, {
15711
15757
  readonly name: "perTxLimit";
15712
15758
  readonly type: "uint256";
15713
- readonly indexed: false;
15759
+ readonly indexed: false; /**
15760
+ * Get a pending transaction by ID.
15761
+ */
15714
15762
  }, {
15715
15763
  readonly name: "periodLimit";
15716
15764
  readonly type: "uint256";
@@ -15758,10 +15806,9 @@ export declare function createWallet(config: AgentWalletConfig & {
15758
15806
  }];
15759
15807
  }, {
15760
15808
  readonly name: "TransactionApproved";
15761
- /**
15809
+ readonly type: "event"; /**
15762
15810
  * Approve a pending transaction. Only callable by the NFT owner.
15763
15811
  */
15764
- readonly type: "event";
15765
15812
  readonly inputs: readonly [{
15766
15813
  readonly name: "txId";
15767
15814
  readonly type: "uint256";
@@ -16051,7 +16098,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16051
16098
  }, {
16052
16099
  readonly name: "perTxLimit";
16053
16100
  readonly type: "uint256";
16054
- readonly indexed: false;
16101
+ readonly indexed: false; /**
16102
+ * Get a pending transaction by ID.
16103
+ */
16055
16104
  }, {
16056
16105
  readonly name: "periodLimit";
16057
16106
  readonly type: "uint256";
@@ -16099,10 +16148,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16099
16148
  }];
16100
16149
  }, {
16101
16150
  readonly name: "TransactionApproved";
16102
- /**
16151
+ readonly type: "event"; /**
16103
16152
  * Approve a pending transaction. Only callable by the NFT owner.
16104
16153
  */
16105
- readonly type: "event";
16106
16154
  readonly inputs: readonly [{
16107
16155
  readonly name: "txId";
16108
16156
  readonly type: "uint256";
@@ -16391,7 +16439,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16391
16439
  }, {
16392
16440
  readonly name: "perTxLimit";
16393
16441
  readonly type: "uint256";
16394
- readonly indexed: false;
16442
+ readonly indexed: false; /**
16443
+ * Get a pending transaction by ID.
16444
+ */
16395
16445
  }, {
16396
16446
  readonly name: "periodLimit";
16397
16447
  readonly type: "uint256";
@@ -16439,10 +16489,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16439
16489
  }];
16440
16490
  }, {
16441
16491
  readonly name: "TransactionApproved";
16442
- /**
16492
+ readonly type: "event"; /**
16443
16493
  * Approve a pending transaction. Only callable by the NFT owner.
16444
16494
  */
16445
- readonly type: "event";
16446
16495
  readonly inputs: readonly [{
16447
16496
  readonly name: "txId";
16448
16497
  readonly type: "uint256";
@@ -16731,7 +16780,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16731
16780
  }, {
16732
16781
  readonly name: "perTxLimit";
16733
16782
  readonly type: "uint256";
16734
- readonly indexed: false;
16783
+ readonly indexed: false; /**
16784
+ * Get a pending transaction by ID.
16785
+ */
16735
16786
  }, {
16736
16787
  readonly name: "periodLimit";
16737
16788
  readonly type: "uint256";
@@ -16779,10 +16830,9 @@ export declare function createWallet(config: AgentWalletConfig & {
16779
16830
  }];
16780
16831
  }, {
16781
16832
  readonly name: "TransactionApproved";
16782
- /**
16833
+ readonly type: "event"; /**
16783
16834
  * Approve a pending transaction. Only callable by the NFT owner.
16784
16835
  */
16785
- readonly type: "event";
16786
16836
  readonly inputs: readonly [{
16787
16837
  readonly name: "txId";
16788
16838
  readonly type: "uint256";
@@ -17075,7 +17125,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17075
17125
  }, {
17076
17126
  readonly name: "perTxLimit";
17077
17127
  readonly type: "uint256";
17078
- readonly indexed: false;
17128
+ readonly indexed: false; /**
17129
+ * Get a pending transaction by ID.
17130
+ */
17079
17131
  }, {
17080
17132
  readonly name: "periodLimit";
17081
17133
  readonly type: "uint256";
@@ -17123,10 +17175,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17123
17175
  }];
17124
17176
  }, {
17125
17177
  readonly name: "TransactionApproved";
17126
- /**
17178
+ readonly type: "event"; /**
17127
17179
  * Approve a pending transaction. Only callable by the NFT owner.
17128
17180
  */
17129
- readonly type: "event";
17130
17181
  readonly inputs: readonly [{
17131
17182
  readonly name: "txId";
17132
17183
  readonly type: "uint256";
@@ -17418,7 +17469,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17418
17469
  }, {
17419
17470
  readonly name: "perTxLimit";
17420
17471
  readonly type: "uint256";
17421
- readonly indexed: false;
17472
+ readonly indexed: false; /**
17473
+ * Get a pending transaction by ID.
17474
+ */
17422
17475
  }, {
17423
17476
  readonly name: "periodLimit";
17424
17477
  readonly type: "uint256";
@@ -17466,10 +17519,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17466
17519
  }];
17467
17520
  }, {
17468
17521
  readonly name: "TransactionApproved";
17469
- /**
17522
+ readonly type: "event"; /**
17470
17523
  * Approve a pending transaction. Only callable by the NFT owner.
17471
17524
  */
17472
- readonly type: "event";
17473
17525
  readonly inputs: readonly [{
17474
17526
  readonly name: "txId";
17475
17527
  readonly type: "uint256";
@@ -17761,7 +17813,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17761
17813
  }, {
17762
17814
  readonly name: "perTxLimit";
17763
17815
  readonly type: "uint256";
17764
- readonly indexed: false;
17816
+ readonly indexed: false; /**
17817
+ * Get a pending transaction by ID.
17818
+ */
17765
17819
  }, {
17766
17820
  readonly name: "periodLimit";
17767
17821
  readonly type: "uint256";
@@ -17809,10 +17863,9 @@ export declare function createWallet(config: AgentWalletConfig & {
17809
17863
  }];
17810
17864
  }, {
17811
17865
  readonly name: "TransactionApproved";
17812
- /**
17866
+ readonly type: "event"; /**
17813
17867
  * Approve a pending transaction. Only callable by the NFT owner.
17814
17868
  */
17815
- readonly type: "event";
17816
17869
  readonly inputs: readonly [{
17817
17870
  readonly name: "txId";
17818
17871
  readonly type: "uint256";
@@ -18105,7 +18158,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18105
18158
  }, {
18106
18159
  readonly name: "perTxLimit";
18107
18160
  readonly type: "uint256";
18108
- readonly indexed: false;
18161
+ readonly indexed: false; /**
18162
+ * Get a pending transaction by ID.
18163
+ */
18109
18164
  }, {
18110
18165
  readonly name: "periodLimit";
18111
18166
  readonly type: "uint256";
@@ -18153,10 +18208,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18153
18208
  }];
18154
18209
  }, {
18155
18210
  readonly name: "TransactionApproved";
18156
- /**
18211
+ readonly type: "event"; /**
18157
18212
  * Approve a pending transaction. Only callable by the NFT owner.
18158
18213
  */
18159
- readonly type: "event";
18160
18214
  readonly inputs: readonly [{
18161
18215
  readonly name: "txId";
18162
18216
  readonly type: "uint256";
@@ -18448,7 +18502,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18448
18502
  }, {
18449
18503
  readonly name: "perTxLimit";
18450
18504
  readonly type: "uint256";
18451
- readonly indexed: false;
18505
+ readonly indexed: false; /**
18506
+ * Get a pending transaction by ID.
18507
+ */
18452
18508
  }, {
18453
18509
  readonly name: "periodLimit";
18454
18510
  readonly type: "uint256";
@@ -18496,10 +18552,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18496
18552
  }];
18497
18553
  }, {
18498
18554
  readonly name: "TransactionApproved";
18499
- /**
18555
+ readonly type: "event"; /**
18500
18556
  * Approve a pending transaction. Only callable by the NFT owner.
18501
18557
  */
18502
- readonly type: "event";
18503
18558
  readonly inputs: readonly [{
18504
18559
  readonly name: "txId";
18505
18560
  readonly type: "uint256";
@@ -18791,7 +18846,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18791
18846
  }, {
18792
18847
  readonly name: "perTxLimit";
18793
18848
  readonly type: "uint256";
18794
- readonly indexed: false;
18849
+ readonly indexed: false; /**
18850
+ * Get a pending transaction by ID.
18851
+ */
18795
18852
  }, {
18796
18853
  readonly name: "periodLimit";
18797
18854
  readonly type: "uint256";
@@ -18839,10 +18896,9 @@ export declare function createWallet(config: AgentWalletConfig & {
18839
18896
  }];
18840
18897
  }, {
18841
18898
  readonly name: "TransactionApproved";
18842
- /**
18899
+ readonly type: "event"; /**
18843
18900
  * Approve a pending transaction. Only callable by the NFT owner.
18844
18901
  */
18845
- readonly type: "event";
18846
18902
  readonly inputs: readonly [{
18847
18903
  readonly name: "txId";
18848
18904
  readonly type: "uint256";
@@ -19128,7 +19184,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19128
19184
  }, {
19129
19185
  readonly name: "perTxLimit";
19130
19186
  readonly type: "uint256";
19131
- readonly indexed: false;
19187
+ readonly indexed: false; /**
19188
+ * Get a pending transaction by ID.
19189
+ */
19132
19190
  }, {
19133
19191
  readonly name: "periodLimit";
19134
19192
  readonly type: "uint256";
@@ -19176,10 +19234,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19176
19234
  }];
19177
19235
  }, {
19178
19236
  readonly name: "TransactionApproved";
19179
- /**
19237
+ readonly type: "event"; /**
19180
19238
  * Approve a pending transaction. Only callable by the NFT owner.
19181
19239
  */
19182
- readonly type: "event";
19183
19240
  readonly inputs: readonly [{
19184
19241
  readonly name: "txId";
19185
19242
  readonly type: "uint256";
@@ -19460,7 +19517,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19460
19517
  }, {
19461
19518
  readonly name: "perTxLimit";
19462
19519
  readonly type: "uint256";
19463
- readonly indexed: false;
19520
+ readonly indexed: false; /**
19521
+ * Get a pending transaction by ID.
19522
+ */
19464
19523
  }, {
19465
19524
  readonly name: "periodLimit";
19466
19525
  readonly type: "uint256";
@@ -19508,10 +19567,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19508
19567
  }];
19509
19568
  }, {
19510
19569
  readonly name: "TransactionApproved";
19511
- /**
19570
+ readonly type: "event"; /**
19512
19571
  * Approve a pending transaction. Only callable by the NFT owner.
19513
19572
  */
19514
- readonly type: "event";
19515
19573
  readonly inputs: readonly [{
19516
19574
  readonly name: "txId";
19517
19575
  readonly type: "uint256";
@@ -19793,7 +19851,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19793
19851
  }, {
19794
19852
  readonly name: "perTxLimit";
19795
19853
  readonly type: "uint256";
19796
- readonly indexed: false;
19854
+ readonly indexed: false; /**
19855
+ * Get a pending transaction by ID.
19856
+ */
19797
19857
  }, {
19798
19858
  readonly name: "periodLimit";
19799
19859
  readonly type: "uint256";
@@ -19841,10 +19901,9 @@ export declare function createWallet(config: AgentWalletConfig & {
19841
19901
  }];
19842
19902
  }, {
19843
19903
  readonly name: "TransactionApproved";
19844
- /**
19904
+ readonly type: "event"; /**
19845
19905
  * Approve a pending transaction. Only callable by the NFT owner.
19846
19906
  */
19847
- readonly type: "event";
19848
19907
  readonly inputs: readonly [{
19849
19908
  readonly name: "txId";
19850
19909
  readonly type: "uint256";
@@ -20125,7 +20184,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20125
20184
  }, {
20126
20185
  readonly name: "perTxLimit";
20127
20186
  readonly type: "uint256";
20128
- readonly indexed: false;
20187
+ readonly indexed: false; /**
20188
+ * Get a pending transaction by ID.
20189
+ */
20129
20190
  }, {
20130
20191
  readonly name: "periodLimit";
20131
20192
  readonly type: "uint256";
@@ -20173,10 +20234,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20173
20234
  }];
20174
20235
  }, {
20175
20236
  readonly name: "TransactionApproved";
20176
- /**
20237
+ readonly type: "event"; /**
20177
20238
  * Approve a pending transaction. Only callable by the NFT owner.
20178
20239
  */
20179
- readonly type: "event";
20180
20240
  readonly inputs: readonly [{
20181
20241
  readonly name: "txId";
20182
20242
  readonly type: "uint256";
@@ -20458,7 +20518,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20458
20518
  }, {
20459
20519
  readonly name: "perTxLimit";
20460
20520
  readonly type: "uint256";
20461
- readonly indexed: false;
20521
+ readonly indexed: false; /**
20522
+ * Get a pending transaction by ID.
20523
+ */
20462
20524
  }, {
20463
20525
  readonly name: "periodLimit";
20464
20526
  readonly type: "uint256";
@@ -20506,10 +20568,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20506
20568
  }];
20507
20569
  }, {
20508
20570
  readonly name: "TransactionApproved";
20509
- /**
20571
+ readonly type: "event"; /**
20510
20572
  * Approve a pending transaction. Only callable by the NFT owner.
20511
20573
  */
20512
- readonly type: "event";
20513
20574
  readonly inputs: readonly [{
20514
20575
  readonly name: "txId";
20515
20576
  readonly type: "uint256";
@@ -20790,7 +20851,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20790
20851
  }, {
20791
20852
  readonly name: "perTxLimit";
20792
20853
  readonly type: "uint256";
20793
- readonly indexed: false;
20854
+ readonly indexed: false; /**
20855
+ * Get a pending transaction by ID.
20856
+ */
20794
20857
  }, {
20795
20858
  readonly name: "periodLimit";
20796
20859
  readonly type: "uint256";
@@ -20838,10 +20901,9 @@ export declare function createWallet(config: AgentWalletConfig & {
20838
20901
  }];
20839
20902
  }, {
20840
20903
  readonly name: "TransactionApproved";
20841
- /**
20904
+ readonly type: "event"; /**
20842
20905
  * Approve a pending transaction. Only callable by the NFT owner.
20843
20906
  */
20844
- readonly type: "event";
20845
20907
  readonly inputs: readonly [{
20846
20908
  readonly name: "txId";
20847
20909
  readonly type: "uint256";
@@ -21123,7 +21185,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21123
21185
  }, {
21124
21186
  readonly name: "perTxLimit";
21125
21187
  readonly type: "uint256";
21126
- readonly indexed: false;
21188
+ readonly indexed: false; /**
21189
+ * Get a pending transaction by ID.
21190
+ */
21127
21191
  }, {
21128
21192
  readonly name: "periodLimit";
21129
21193
  readonly type: "uint256";
@@ -21171,10 +21235,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21171
21235
  }];
21172
21236
  }, {
21173
21237
  readonly name: "TransactionApproved";
21174
- /**
21238
+ readonly type: "event"; /**
21175
21239
  * Approve a pending transaction. Only callable by the NFT owner.
21176
21240
  */
21177
- readonly type: "event";
21178
21241
  readonly inputs: readonly [{
21179
21242
  readonly name: "txId";
21180
21243
  readonly type: "uint256";
@@ -21455,7 +21518,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21455
21518
  }, {
21456
21519
  readonly name: "perTxLimit";
21457
21520
  readonly type: "uint256";
21458
- readonly indexed: false;
21521
+ readonly indexed: false; /**
21522
+ * Get a pending transaction by ID.
21523
+ */
21459
21524
  }, {
21460
21525
  readonly name: "periodLimit";
21461
21526
  readonly type: "uint256";
@@ -21503,10 +21568,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21503
21568
  }];
21504
21569
  }, {
21505
21570
  readonly name: "TransactionApproved";
21506
- /**
21571
+ readonly type: "event"; /**
21507
21572
  * Approve a pending transaction. Only callable by the NFT owner.
21508
21573
  */
21509
- readonly type: "event";
21510
21574
  readonly inputs: readonly [{
21511
21575
  readonly name: "txId";
21512
21576
  readonly type: "uint256";
@@ -21788,7 +21852,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21788
21852
  }, {
21789
21853
  readonly name: "perTxLimit";
21790
21854
  readonly type: "uint256";
21791
- readonly indexed: false;
21855
+ readonly indexed: false; /**
21856
+ * Get a pending transaction by ID.
21857
+ */
21792
21858
  }, {
21793
21859
  readonly name: "periodLimit";
21794
21860
  readonly type: "uint256";
@@ -21836,10 +21902,9 @@ export declare function createWallet(config: AgentWalletConfig & {
21836
21902
  }];
21837
21903
  }, {
21838
21904
  readonly name: "TransactionApproved";
21839
- /**
21905
+ readonly type: "event"; /**
21840
21906
  * Approve a pending transaction. Only callable by the NFT owner.
21841
21907
  */
21842
- readonly type: "event";
21843
21908
  readonly inputs: readonly [{
21844
21909
  readonly name: "txId";
21845
21910
  readonly type: "uint256";
@@ -22120,7 +22185,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22120
22185
  }, {
22121
22186
  readonly name: "perTxLimit";
22122
22187
  readonly type: "uint256";
22123
- readonly indexed: false;
22188
+ readonly indexed: false; /**
22189
+ * Get a pending transaction by ID.
22190
+ */
22124
22191
  }, {
22125
22192
  readonly name: "periodLimit";
22126
22193
  readonly type: "uint256";
@@ -22168,10 +22235,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22168
22235
  }];
22169
22236
  }, {
22170
22237
  readonly name: "TransactionApproved";
22171
- /**
22238
+ readonly type: "event"; /**
22172
22239
  * Approve a pending transaction. Only callable by the NFT owner.
22173
22240
  */
22174
- readonly type: "event";
22175
22241
  readonly inputs: readonly [{
22176
22242
  readonly name: "txId";
22177
22243
  readonly type: "uint256";
@@ -22453,7 +22519,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22453
22519
  }, {
22454
22520
  readonly name: "perTxLimit";
22455
22521
  readonly type: "uint256";
22456
- readonly indexed: false;
22522
+ readonly indexed: false; /**
22523
+ * Get a pending transaction by ID.
22524
+ */
22457
22525
  }, {
22458
22526
  readonly name: "periodLimit";
22459
22527
  readonly type: "uint256";
@@ -22501,10 +22569,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22501
22569
  }];
22502
22570
  }, {
22503
22571
  readonly name: "TransactionApproved";
22504
- /**
22572
+ readonly type: "event"; /**
22505
22573
  * Approve a pending transaction. Only callable by the NFT owner.
22506
22574
  */
22507
- readonly type: "event";
22508
22575
  readonly inputs: readonly [{
22509
22576
  readonly name: "txId";
22510
22577
  readonly type: "uint256";
@@ -22785,7 +22852,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22785
22852
  }, {
22786
22853
  readonly name: "perTxLimit";
22787
22854
  readonly type: "uint256";
22788
- readonly indexed: false;
22855
+ readonly indexed: false; /**
22856
+ * Get a pending transaction by ID.
22857
+ */
22789
22858
  }, {
22790
22859
  readonly name: "periodLimit";
22791
22860
  readonly type: "uint256";
@@ -22833,10 +22902,9 @@ export declare function createWallet(config: AgentWalletConfig & {
22833
22902
  }];
22834
22903
  }, {
22835
22904
  readonly name: "TransactionApproved";
22836
- /**
22905
+ readonly type: "event"; /**
22837
22906
  * Approve a pending transaction. Only callable by the NFT owner.
22838
22907
  */
22839
- readonly type: "event";
22840
22908
  readonly inputs: readonly [{
22841
22909
  readonly name: "txId";
22842
22910
  readonly type: "uint256";
@@ -23118,7 +23186,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23118
23186
  }, {
23119
23187
  readonly name: "perTxLimit";
23120
23188
  readonly type: "uint256";
23121
- readonly indexed: false;
23189
+ readonly indexed: false; /**
23190
+ * Get a pending transaction by ID.
23191
+ */
23122
23192
  }, {
23123
23193
  readonly name: "periodLimit";
23124
23194
  readonly type: "uint256";
@@ -23166,10 +23236,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23166
23236
  }];
23167
23237
  }, {
23168
23238
  readonly name: "TransactionApproved";
23169
- /**
23239
+ readonly type: "event"; /**
23170
23240
  * Approve a pending transaction. Only callable by the NFT owner.
23171
23241
  */
23172
- readonly type: "event";
23173
23242
  readonly inputs: readonly [{
23174
23243
  readonly name: "txId";
23175
23244
  readonly type: "uint256";
@@ -23450,7 +23519,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23450
23519
  }, {
23451
23520
  readonly name: "perTxLimit";
23452
23521
  readonly type: "uint256";
23453
- readonly indexed: false;
23522
+ readonly indexed: false; /**
23523
+ * Get a pending transaction by ID.
23524
+ */
23454
23525
  }, {
23455
23526
  readonly name: "periodLimit";
23456
23527
  readonly type: "uint256";
@@ -23498,10 +23569,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23498
23569
  }];
23499
23570
  }, {
23500
23571
  readonly name: "TransactionApproved";
23501
- /**
23572
+ readonly type: "event"; /**
23502
23573
  * Approve a pending transaction. Only callable by the NFT owner.
23503
23574
  */
23504
- readonly type: "event";
23505
23575
  readonly inputs: readonly [{
23506
23576
  readonly name: "txId";
23507
23577
  readonly type: "uint256";
@@ -23785,7 +23855,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23785
23855
  }, {
23786
23856
  readonly name: "perTxLimit";
23787
23857
  readonly type: "uint256";
23788
- readonly indexed: false;
23858
+ readonly indexed: false; /**
23859
+ * Get a pending transaction by ID.
23860
+ */
23789
23861
  }, {
23790
23862
  readonly name: "periodLimit";
23791
23863
  readonly type: "uint256";
@@ -23833,10 +23905,9 @@ export declare function createWallet(config: AgentWalletConfig & {
23833
23905
  }];
23834
23906
  }, {
23835
23907
  readonly name: "TransactionApproved";
23836
- /**
23908
+ readonly type: "event"; /**
23837
23909
  * Approve a pending transaction. Only callable by the NFT owner.
23838
23910
  */
23839
- readonly type: "event";
23840
23911
  readonly inputs: readonly [{
23841
23912
  readonly name: "txId";
23842
23913
  readonly type: "uint256";
@@ -38716,6 +38787,8 @@ export { ReputationClient, ReputationRegistryAbi } from './identity/reputation.j
38716
38787
  export type { ReputationClientConfig, GiveFeedbackParams, FeedbackEntry, AgentReputationSummary, FeedbackFilters, RespondToFeedbackParams, } from './identity/reputation.js';
38717
38788
  export { ValidationClient, ValidationRegistryAbi } from './identity/validation.js';
38718
38789
  export type { ValidationClientConfig, RequestValidationParams, RespondToValidationParams, ValidationStatus, ValidationSummary, } from './identity/validation.js';
38790
+ export { EmailResolver } from './identity/email-resolver.js';
38791
+ export type { EmailResolverConfig, AgentInbox, WalletResolution, AgentEmail, SendEmailParams, } from './identity/email-resolver.js';
38719
38792
  export { SwapModule, attachSwap, calcProtocolFee, applySlippage, calcDeadline } from './swap/index.js';
38720
38793
  export { UniswapV3RouterAbi, UniswapV3QuoterV2Abi, ERC20Abi } from './swap/index.js';
38721
38794
  export { BASE_TOKENS, UNISWAP_V3_BASE, PROTOCOL_FEE_BPS, DEFAULT_SLIPPAGE_BPS } from './swap/index.js';