agentwallet-sdk 6.0.4 → 6.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.
- package/README.md +380 -323
- package/dist/bridge/__tests__/solana.test.js +1 -1
- package/dist/bridge/__tests__/solana.test.js.map +1 -1
- package/dist/escrow/MutualStakeEscrow.d.ts.map +1 -1
- package/dist/escrow/MutualStakeEscrow.js +3 -5
- package/dist/escrow/MutualStakeEscrow.js.map +1 -1
- package/dist/identity/index.d.ts +2 -0
- package/dist/identity/index.d.ts.map +1 -1
- package/dist/identity/index.js +2 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/uaid.d.ts +193 -0
- package/dist/identity/uaid.d.ts.map +1 -0
- package/dist/identity/uaid.js +296 -0
- package/dist/identity/uaid.js.map +1 -0
- package/dist/index.d.ts +52 -252
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -5
- package/dist/index.js.map +1 -1
- package/dist/policy/SpendingPolicy.test.js.map +1 -1
- package/dist/router/PaymentRouter.d.ts +79 -0
- package/dist/router/PaymentRouter.d.ts.map +1 -0
- package/dist/router/PaymentRouter.js +144 -0
- package/dist/router/PaymentRouter.js.map +1 -0
- package/dist/router/index.d.ts +3 -0
- package/dist/router/index.d.ts.map +1 -0
- package/dist/router/index.js +2 -0
- package/dist/router/index.js.map +1 -0
- package/dist/swap/SwapModule.js +1 -1
- package/dist/swap/SwapModule.js.map +1 -1
- package/dist/tokens/__tests__/decimals.test.d.ts +2 -0
- package/dist/tokens/__tests__/decimals.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/decimals.test.js +107 -0
- package/dist/tokens/__tests__/decimals.test.js.map +1 -0
- package/dist/tokens/__tests__/registry.test.d.ts +2 -0
- package/dist/tokens/__tests__/registry.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/registry.test.js +191 -0
- package/dist/tokens/__tests__/registry.test.js.map +1 -0
- package/dist/tokens/__tests__/transfers.test.d.ts +2 -0
- package/dist/tokens/__tests__/transfers.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/transfers.test.js +103 -0
- package/dist/tokens/__tests__/transfers.test.js.map +1 -0
- package/dist/tokens/decimals.d.ts +65 -0
- package/dist/tokens/decimals.d.ts.map +1 -0
- package/dist/tokens/decimals.js +112 -0
- package/dist/tokens/decimals.js.map +1 -0
- package/dist/tokens/index.d.ts +14 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +14 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tokens/registry.d.ts +82 -0
- package/dist/tokens/registry.d.ts.map +1 -0
- package/dist/tokens/registry.js +293 -0
- package/dist/tokens/registry.js.map +1 -0
- package/dist/tokens/solana.d.ts +108 -0
- package/dist/tokens/solana.d.ts.map +1 -0
- package/dist/tokens/solana.js +306 -0
- package/dist/tokens/solana.js.map +1 -0
- package/dist/tokens/transfers.d.ts +95 -0
- package/dist/tokens/transfers.d.ts.map +1 -0
- package/dist/tokens/transfers.js +196 -0
- package/dist/tokens/transfers.js.map +1 -0
- package/dist/x402/chains/abstract/index.d.ts.map +1 -1
- package/dist/x402/chains/abstract/index.js.map +1 -1
- package/dist/x402/client.d.ts +7 -1
- package/dist/x402/client.d.ts.map +1 -1
- package/dist/x402/client.js +24 -13
- package/dist/x402/client.js.map +1 -1
- package/dist/x402/index.d.ts +1 -0
- package/dist/x402/index.d.ts.map +1 -1
- package/dist/x402/index.js +2 -0
- package/dist/x402/index.js.map +1 -1
- package/dist/x402/middleware.d.ts.map +1 -1
- package/dist/x402/middleware.js +0 -3
- package/dist/x402/middleware.js.map +1 -1
- package/dist/x402/multi-asset.d.ts +54 -0
- package/dist/x402/multi-asset.d.ts.map +1 -0
- package/dist/x402/multi-asset.js +123 -0
- package/dist/x402/multi-asset.js.map +1 -0
- package/package.json +12 -3
- package/dist/plugins/elizaos.d.ts +0 -52
- package/dist/plugins/elizaos.d.ts.map +0 -1
- package/dist/plugins/elizaos.js +0 -89
- package/dist/plugins/elizaos.js.map +0 -1
- package/dist/x402/chains/stellar/index.d.ts +0 -149
- package/dist/x402/chains/stellar/index.d.ts.map +0 -1
- package/dist/x402/chains/stellar/index.js +0 -197
- package/dist/x402/chains/stellar/index.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export type { SpendPolicy, BudgetStatus, PendingTx, ExecuteResult, AgentWalletCo
|
|
|
4
4
|
export { AgentAccountV2Abi, AgentAccountFactoryV2Abi } from './abi.js';
|
|
5
5
|
export { X402Client, X402BudgetTracker, X402PaymentError, X402BudgetExceededError, createX402Client, createX402Fetch, wrapWithX402, USDC_ADDRESSES, DEFAULT_SUPPORTED_NETWORKS, } from './x402/index.js';
|
|
6
6
|
export type { X402PaymentRequired, X402PaymentRequirements, X402PaymentPayload, X402SettlementResponse, X402ResourceInfo, X402ServiceBudget, X402TransactionLog, X402ClientConfig, } from './x402/index.js';
|
|
7
|
+
declare const CHAINS: Record<string, Chain>;
|
|
7
8
|
/** Native ETH token address (zero address) */
|
|
8
9
|
export declare const NATIVE_TOKEN: Address;
|
|
9
10
|
/**
|
|
@@ -330,9 +331,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
330
331
|
}];
|
|
331
332
|
}, {
|
|
332
333
|
readonly name: "TransactionApproved";
|
|
333
|
-
/**
|
|
334
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
335
|
-
*/
|
|
336
334
|
readonly type: "event";
|
|
337
335
|
readonly inputs: readonly [{
|
|
338
336
|
readonly name: "txId";
|
|
@@ -663,9 +661,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
663
661
|
}];
|
|
664
662
|
}, {
|
|
665
663
|
readonly name: "TransactionApproved";
|
|
666
|
-
/**
|
|
667
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
668
|
-
*/
|
|
669
664
|
readonly type: "event";
|
|
670
665
|
readonly inputs: readonly [{
|
|
671
666
|
readonly name: "txId";
|
|
@@ -996,9 +991,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
996
991
|
}];
|
|
997
992
|
}, {
|
|
998
993
|
readonly name: "TransactionApproved";
|
|
999
|
-
/**
|
|
1000
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
1001
|
-
*/
|
|
1002
994
|
readonly type: "event";
|
|
1003
995
|
readonly inputs: readonly [{
|
|
1004
996
|
readonly name: "txId";
|
|
@@ -1329,9 +1321,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
1329
1321
|
}];
|
|
1330
1322
|
}, {
|
|
1331
1323
|
readonly name: "TransactionApproved";
|
|
1332
|
-
/**
|
|
1333
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
1334
|
-
*/
|
|
1335
1324
|
readonly type: "event";
|
|
1336
1325
|
readonly inputs: readonly [{
|
|
1337
1326
|
readonly name: "txId";
|
|
@@ -1662,9 +1651,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
1662
1651
|
}];
|
|
1663
1652
|
}, {
|
|
1664
1653
|
readonly name: "TransactionApproved";
|
|
1665
|
-
/**
|
|
1666
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
1667
|
-
*/
|
|
1668
1654
|
readonly type: "event";
|
|
1669
1655
|
readonly inputs: readonly [{
|
|
1670
1656
|
readonly name: "txId";
|
|
@@ -1995,9 +1981,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
1995
1981
|
}];
|
|
1996
1982
|
}, {
|
|
1997
1983
|
readonly name: "TransactionApproved";
|
|
1998
|
-
/**
|
|
1999
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
2000
|
-
*/
|
|
2001
1984
|
readonly type: "event";
|
|
2002
1985
|
readonly inputs: readonly [{
|
|
2003
1986
|
readonly name: "txId";
|
|
@@ -2328,9 +2311,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
2328
2311
|
}];
|
|
2329
2312
|
}, {
|
|
2330
2313
|
readonly name: "TransactionApproved";
|
|
2331
|
-
/**
|
|
2332
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
2333
|
-
*/
|
|
2334
2314
|
readonly type: "event";
|
|
2335
2315
|
readonly inputs: readonly [{
|
|
2336
2316
|
readonly name: "txId";
|
|
@@ -2661,9 +2641,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
2661
2641
|
}];
|
|
2662
2642
|
}, {
|
|
2663
2643
|
readonly name: "TransactionApproved";
|
|
2664
|
-
/**
|
|
2665
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
2666
|
-
*/
|
|
2667
2644
|
readonly type: "event";
|
|
2668
2645
|
readonly inputs: readonly [{
|
|
2669
2646
|
readonly name: "txId";
|
|
@@ -2994,9 +2971,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
2994
2971
|
}];
|
|
2995
2972
|
}, {
|
|
2996
2973
|
readonly name: "TransactionApproved";
|
|
2997
|
-
/**
|
|
2998
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
2999
|
-
*/
|
|
3000
2974
|
readonly type: "event";
|
|
3001
2975
|
readonly inputs: readonly [{
|
|
3002
2976
|
readonly name: "txId";
|
|
@@ -3327,9 +3301,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
3327
3301
|
}];
|
|
3328
3302
|
}, {
|
|
3329
3303
|
readonly name: "TransactionApproved";
|
|
3330
|
-
/**
|
|
3331
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
3332
|
-
*/
|
|
3333
3304
|
readonly type: "event";
|
|
3334
3305
|
readonly inputs: readonly [{
|
|
3335
3306
|
readonly name: "txId";
|
|
@@ -3662,9 +3633,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
3662
3633
|
}];
|
|
3663
3634
|
}, {
|
|
3664
3635
|
readonly name: "TransactionApproved";
|
|
3665
|
-
/**
|
|
3666
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
3667
|
-
*/
|
|
3668
3636
|
readonly type: "event";
|
|
3669
3637
|
readonly inputs: readonly [{
|
|
3670
3638
|
readonly name: "txId";
|
|
@@ -3995,9 +3963,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
3995
3963
|
}];
|
|
3996
3964
|
}, {
|
|
3997
3965
|
readonly name: "TransactionApproved";
|
|
3998
|
-
/**
|
|
3999
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
4000
|
-
*/
|
|
4001
3966
|
readonly type: "event";
|
|
4002
3967
|
readonly inputs: readonly [{
|
|
4003
3968
|
readonly name: "txId";
|
|
@@ -4328,9 +4293,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
4328
4293
|
}];
|
|
4329
4294
|
}, {
|
|
4330
4295
|
readonly name: "TransactionApproved";
|
|
4331
|
-
/**
|
|
4332
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
4333
|
-
*/
|
|
4334
4296
|
readonly type: "event";
|
|
4335
4297
|
readonly inputs: readonly [{
|
|
4336
4298
|
readonly name: "txId";
|
|
@@ -4661,9 +4623,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
4661
4623
|
}];
|
|
4662
4624
|
}, {
|
|
4663
4625
|
readonly name: "TransactionApproved";
|
|
4664
|
-
/**
|
|
4665
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
4666
|
-
*/
|
|
4667
4626
|
readonly type: "event";
|
|
4668
4627
|
readonly inputs: readonly [{
|
|
4669
4628
|
readonly name: "txId";
|
|
@@ -4994,9 +4953,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
4994
4953
|
}];
|
|
4995
4954
|
}, {
|
|
4996
4955
|
readonly name: "TransactionApproved";
|
|
4997
|
-
/**
|
|
4998
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
4999
|
-
*/
|
|
5000
4956
|
readonly type: "event";
|
|
5001
4957
|
readonly inputs: readonly [{
|
|
5002
4958
|
readonly name: "txId";
|
|
@@ -5327,9 +5283,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
5327
5283
|
}];
|
|
5328
5284
|
}, {
|
|
5329
5285
|
readonly name: "TransactionApproved";
|
|
5330
|
-
/**
|
|
5331
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
5332
|
-
*/
|
|
5333
5286
|
readonly type: "event";
|
|
5334
5287
|
readonly inputs: readonly [{
|
|
5335
5288
|
readonly name: "txId";
|
|
@@ -5660,9 +5613,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
5660
5613
|
}];
|
|
5661
5614
|
}, {
|
|
5662
5615
|
readonly name: "TransactionApproved";
|
|
5663
|
-
/**
|
|
5664
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
5665
|
-
*/
|
|
5666
5616
|
readonly type: "event";
|
|
5667
5617
|
readonly inputs: readonly [{
|
|
5668
5618
|
readonly name: "txId";
|
|
@@ -5994,9 +5944,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
5994
5944
|
}];
|
|
5995
5945
|
}, {
|
|
5996
5946
|
readonly name: "TransactionApproved";
|
|
5997
|
-
/**
|
|
5998
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
5999
|
-
*/
|
|
6000
5947
|
readonly type: "event";
|
|
6001
5948
|
readonly inputs: readonly [{
|
|
6002
5949
|
readonly name: "txId";
|
|
@@ -6327,9 +6274,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
6327
6274
|
}];
|
|
6328
6275
|
}, {
|
|
6329
6276
|
readonly name: "TransactionApproved";
|
|
6330
|
-
/**
|
|
6331
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
6332
|
-
*/
|
|
6333
6277
|
readonly type: "event";
|
|
6334
6278
|
readonly inputs: readonly [{
|
|
6335
6279
|
readonly name: "txId";
|
|
@@ -6660,9 +6604,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
6660
6604
|
}];
|
|
6661
6605
|
}, {
|
|
6662
6606
|
readonly name: "TransactionApproved";
|
|
6663
|
-
/**
|
|
6664
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
6665
|
-
*/
|
|
6666
6607
|
readonly type: "event";
|
|
6667
6608
|
readonly inputs: readonly [{
|
|
6668
6609
|
readonly name: "txId";
|
|
@@ -6993,9 +6934,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
6993
6934
|
}];
|
|
6994
6935
|
}, {
|
|
6995
6936
|
readonly name: "TransactionApproved";
|
|
6996
|
-
/**
|
|
6997
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
6998
|
-
*/
|
|
6999
6937
|
readonly type: "event";
|
|
7000
6938
|
readonly inputs: readonly [{
|
|
7001
6939
|
readonly name: "txId";
|
|
@@ -7326,9 +7264,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
7326
7264
|
}];
|
|
7327
7265
|
}, {
|
|
7328
7266
|
readonly name: "TransactionApproved";
|
|
7329
|
-
/**
|
|
7330
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
7331
|
-
*/
|
|
7332
7267
|
readonly type: "event";
|
|
7333
7268
|
readonly inputs: readonly [{
|
|
7334
7269
|
readonly name: "txId";
|
|
@@ -7659,9 +7594,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
7659
7594
|
}];
|
|
7660
7595
|
}, {
|
|
7661
7596
|
readonly name: "TransactionApproved";
|
|
7662
|
-
/**
|
|
7663
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
7664
|
-
*/
|
|
7665
7597
|
readonly type: "event";
|
|
7666
7598
|
readonly inputs: readonly [{
|
|
7667
7599
|
readonly name: "txId";
|
|
@@ -7992,9 +7924,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
7992
7924
|
}];
|
|
7993
7925
|
}, {
|
|
7994
7926
|
readonly name: "TransactionApproved";
|
|
7995
|
-
/**
|
|
7996
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
7997
|
-
*/
|
|
7998
7927
|
readonly type: "event";
|
|
7999
7928
|
readonly inputs: readonly [{
|
|
8000
7929
|
readonly name: "txId";
|
|
@@ -8327,9 +8256,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
8327
8256
|
}];
|
|
8328
8257
|
}, {
|
|
8329
8258
|
readonly name: "TransactionApproved";
|
|
8330
|
-
/**
|
|
8331
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
8332
|
-
*/
|
|
8333
8259
|
readonly type: "event";
|
|
8334
8260
|
readonly inputs: readonly [{
|
|
8335
8261
|
readonly name: "txId";
|
|
@@ -8659,9 +8585,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
8659
8585
|
}];
|
|
8660
8586
|
}, {
|
|
8661
8587
|
readonly name: "TransactionApproved";
|
|
8662
|
-
/**
|
|
8663
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
8664
|
-
*/
|
|
8665
8588
|
readonly type: "event";
|
|
8666
8589
|
readonly inputs: readonly [{
|
|
8667
8590
|
readonly name: "txId";
|
|
@@ -8992,9 +8915,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
8992
8915
|
}];
|
|
8993
8916
|
}, {
|
|
8994
8917
|
readonly name: "TransactionApproved";
|
|
8995
|
-
/**
|
|
8996
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
8997
|
-
*/
|
|
8998
8918
|
readonly type: "event";
|
|
8999
8919
|
readonly inputs: readonly [{
|
|
9000
8920
|
readonly name: "txId";
|
|
@@ -9324,9 +9244,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
9324
9244
|
}];
|
|
9325
9245
|
}, {
|
|
9326
9246
|
readonly name: "TransactionApproved";
|
|
9327
|
-
/**
|
|
9328
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
9329
|
-
*/
|
|
9330
9247
|
readonly type: "event";
|
|
9331
9248
|
readonly inputs: readonly [{
|
|
9332
9249
|
readonly name: "txId";
|
|
@@ -9657,9 +9574,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
9657
9574
|
}];
|
|
9658
9575
|
}, {
|
|
9659
9576
|
readonly name: "TransactionApproved";
|
|
9660
|
-
/**
|
|
9661
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
9662
|
-
*/
|
|
9663
9577
|
readonly type: "event";
|
|
9664
9578
|
readonly inputs: readonly [{
|
|
9665
9579
|
readonly name: "txId";
|
|
@@ -9989,9 +9903,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
9989
9903
|
}];
|
|
9990
9904
|
}, {
|
|
9991
9905
|
readonly name: "TransactionApproved";
|
|
9992
|
-
/**
|
|
9993
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
9994
|
-
*/
|
|
9995
9906
|
readonly type: "event";
|
|
9996
9907
|
readonly inputs: readonly [{
|
|
9997
9908
|
readonly name: "txId";
|
|
@@ -10322,9 +10233,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
10322
10233
|
}];
|
|
10323
10234
|
}, {
|
|
10324
10235
|
readonly name: "TransactionApproved";
|
|
10325
|
-
/**
|
|
10326
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
10327
|
-
*/
|
|
10328
10236
|
readonly type: "event";
|
|
10329
10237
|
readonly inputs: readonly [{
|
|
10330
10238
|
readonly name: "txId";
|
|
@@ -10654,9 +10562,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
10654
10562
|
}];
|
|
10655
10563
|
}, {
|
|
10656
10564
|
readonly name: "TransactionApproved";
|
|
10657
|
-
/**
|
|
10658
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
10659
|
-
*/
|
|
10660
10565
|
readonly type: "event";
|
|
10661
10566
|
readonly inputs: readonly [{
|
|
10662
10567
|
readonly name: "txId";
|
|
@@ -10987,9 +10892,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
10987
10892
|
}];
|
|
10988
10893
|
}, {
|
|
10989
10894
|
readonly name: "TransactionApproved";
|
|
10990
|
-
/**
|
|
10991
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
10992
|
-
*/
|
|
10993
10895
|
readonly type: "event";
|
|
10994
10896
|
readonly inputs: readonly [{
|
|
10995
10897
|
readonly name: "txId";
|
|
@@ -11319,9 +11221,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
11319
11221
|
}];
|
|
11320
11222
|
}, {
|
|
11321
11223
|
readonly name: "TransactionApproved";
|
|
11322
|
-
/**
|
|
11323
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
11324
|
-
*/
|
|
11325
11224
|
readonly type: "event";
|
|
11326
11225
|
readonly inputs: readonly [{
|
|
11327
11226
|
readonly name: "txId";
|
|
@@ -11652,9 +11551,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
11652
11551
|
}];
|
|
11653
11552
|
}, {
|
|
11654
11553
|
readonly name: "TransactionApproved";
|
|
11655
|
-
/**
|
|
11656
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
11657
|
-
*/
|
|
11658
11554
|
readonly type: "event";
|
|
11659
11555
|
readonly inputs: readonly [{
|
|
11660
11556
|
readonly name: "txId";
|
|
@@ -11984,9 +11880,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
11984
11880
|
}];
|
|
11985
11881
|
}, {
|
|
11986
11882
|
readonly name: "TransactionApproved";
|
|
11987
|
-
/**
|
|
11988
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
11989
|
-
*/
|
|
11990
11883
|
readonly type: "event";
|
|
11991
11884
|
readonly inputs: readonly [{
|
|
11992
11885
|
readonly name: "txId";
|
|
@@ -12317,9 +12210,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
12317
12210
|
}];
|
|
12318
12211
|
}, {
|
|
12319
12212
|
readonly name: "TransactionApproved";
|
|
12320
|
-
/**
|
|
12321
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
12322
|
-
*/
|
|
12323
12213
|
readonly type: "event";
|
|
12324
12214
|
readonly inputs: readonly [{
|
|
12325
12215
|
readonly name: "txId";
|
|
@@ -12649,9 +12539,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
12649
12539
|
}];
|
|
12650
12540
|
}, {
|
|
12651
12541
|
readonly name: "TransactionApproved";
|
|
12652
|
-
/**
|
|
12653
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
12654
|
-
*/
|
|
12655
12542
|
readonly type: "event";
|
|
12656
12543
|
readonly inputs: readonly [{
|
|
12657
12544
|
readonly name: "txId";
|
|
@@ -13001,9 +12888,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
13001
12888
|
}];
|
|
13002
12889
|
}, {
|
|
13003
12890
|
readonly name: "TransactionApproved";
|
|
13004
|
-
/**
|
|
13005
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
13006
|
-
*/
|
|
13007
12891
|
readonly type: "event";
|
|
13008
12892
|
readonly inputs: readonly [{
|
|
13009
12893
|
readonly name: "txId";
|
|
@@ -13347,9 +13231,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
13347
13231
|
}];
|
|
13348
13232
|
}, {
|
|
13349
13233
|
readonly name: "TransactionApproved";
|
|
13350
|
-
/**
|
|
13351
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
13352
|
-
*/
|
|
13353
13234
|
readonly type: "event";
|
|
13354
13235
|
readonly inputs: readonly [{
|
|
13355
13236
|
readonly name: "txId";
|
|
@@ -13693,9 +13574,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
13693
13574
|
}];
|
|
13694
13575
|
}, {
|
|
13695
13576
|
readonly name: "TransactionApproved";
|
|
13696
|
-
/**
|
|
13697
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
13698
|
-
*/
|
|
13699
13577
|
readonly type: "event";
|
|
13700
13578
|
readonly inputs: readonly [{
|
|
13701
13579
|
readonly name: "txId";
|
|
@@ -14043,9 +13921,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
14043
13921
|
}];
|
|
14044
13922
|
}, {
|
|
14045
13923
|
readonly name: "TransactionApproved";
|
|
14046
|
-
/**
|
|
14047
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
14048
|
-
*/
|
|
14049
13924
|
readonly type: "event";
|
|
14050
13925
|
readonly inputs: readonly [{
|
|
14051
13926
|
readonly name: "txId";
|
|
@@ -14389,9 +14264,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
14389
14264
|
}];
|
|
14390
14265
|
}, {
|
|
14391
14266
|
readonly name: "TransactionApproved";
|
|
14392
|
-
/**
|
|
14393
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
14394
|
-
*/
|
|
14395
14267
|
readonly type: "event";
|
|
14396
14268
|
readonly inputs: readonly [{
|
|
14397
14269
|
readonly name: "txId";
|
|
@@ -14735,9 +14607,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
14735
14607
|
}];
|
|
14736
14608
|
}, {
|
|
14737
14609
|
readonly name: "TransactionApproved";
|
|
14738
|
-
/**
|
|
14739
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
14740
|
-
*/
|
|
14741
14610
|
readonly type: "event";
|
|
14742
14611
|
readonly inputs: readonly [{
|
|
14743
14612
|
readonly name: "txId";
|
|
@@ -15078,9 +14947,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
15078
14947
|
}];
|
|
15079
14948
|
}, {
|
|
15080
14949
|
readonly name: "TransactionApproved";
|
|
15081
|
-
/**
|
|
15082
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
15083
|
-
*/
|
|
15084
14950
|
readonly type: "event";
|
|
15085
14951
|
readonly inputs: readonly [{
|
|
15086
14952
|
readonly name: "txId";
|
|
@@ -15418,9 +15284,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
15418
15284
|
}];
|
|
15419
15285
|
}, {
|
|
15420
15286
|
readonly name: "TransactionApproved";
|
|
15421
|
-
/**
|
|
15422
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
15423
|
-
*/
|
|
15424
15287
|
readonly type: "event";
|
|
15425
15288
|
readonly inputs: readonly [{
|
|
15426
15289
|
readonly name: "txId";
|
|
@@ -15758,9 +15621,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
15758
15621
|
}];
|
|
15759
15622
|
}, {
|
|
15760
15623
|
readonly name: "TransactionApproved";
|
|
15761
|
-
/**
|
|
15762
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
15763
|
-
*/
|
|
15764
15624
|
readonly type: "event";
|
|
15765
15625
|
readonly inputs: readonly [{
|
|
15766
15626
|
readonly name: "txId";
|
|
@@ -16099,9 +15959,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
16099
15959
|
}];
|
|
16100
15960
|
}, {
|
|
16101
15961
|
readonly name: "TransactionApproved";
|
|
16102
|
-
/**
|
|
16103
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
16104
|
-
*/
|
|
16105
15962
|
readonly type: "event";
|
|
16106
15963
|
readonly inputs: readonly [{
|
|
16107
15964
|
readonly name: "txId";
|
|
@@ -16439,9 +16296,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
16439
16296
|
}];
|
|
16440
16297
|
}, {
|
|
16441
16298
|
readonly name: "TransactionApproved";
|
|
16442
|
-
/**
|
|
16443
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
16444
|
-
*/
|
|
16445
16299
|
readonly type: "event";
|
|
16446
16300
|
readonly inputs: readonly [{
|
|
16447
16301
|
readonly name: "txId";
|
|
@@ -16779,9 +16633,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
16779
16633
|
}];
|
|
16780
16634
|
}, {
|
|
16781
16635
|
readonly name: "TransactionApproved";
|
|
16782
|
-
/**
|
|
16783
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
16784
|
-
*/
|
|
16785
16636
|
readonly type: "event";
|
|
16786
16637
|
readonly inputs: readonly [{
|
|
16787
16638
|
readonly name: "txId";
|
|
@@ -17123,9 +16974,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
17123
16974
|
}];
|
|
17124
16975
|
}, {
|
|
17125
16976
|
readonly name: "TransactionApproved";
|
|
17126
|
-
/**
|
|
17127
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
17128
|
-
*/
|
|
17129
16977
|
readonly type: "event";
|
|
17130
16978
|
readonly inputs: readonly [{
|
|
17131
16979
|
readonly name: "txId";
|
|
@@ -17466,9 +17314,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
17466
17314
|
}];
|
|
17467
17315
|
}, {
|
|
17468
17316
|
readonly name: "TransactionApproved";
|
|
17469
|
-
/**
|
|
17470
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
17471
|
-
*/
|
|
17472
17317
|
readonly type: "event";
|
|
17473
17318
|
readonly inputs: readonly [{
|
|
17474
17319
|
readonly name: "txId";
|
|
@@ -17809,9 +17654,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
17809
17654
|
}];
|
|
17810
17655
|
}, {
|
|
17811
17656
|
readonly name: "TransactionApproved";
|
|
17812
|
-
/**
|
|
17813
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
17814
|
-
*/
|
|
17815
17657
|
readonly type: "event";
|
|
17816
17658
|
readonly inputs: readonly [{
|
|
17817
17659
|
readonly name: "txId";
|
|
@@ -18153,9 +17995,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
18153
17995
|
}];
|
|
18154
17996
|
}, {
|
|
18155
17997
|
readonly name: "TransactionApproved";
|
|
18156
|
-
/**
|
|
18157
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
18158
|
-
*/
|
|
18159
17998
|
readonly type: "event";
|
|
18160
17999
|
readonly inputs: readonly [{
|
|
18161
18000
|
readonly name: "txId";
|
|
@@ -18496,9 +18335,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
18496
18335
|
}];
|
|
18497
18336
|
}, {
|
|
18498
18337
|
readonly name: "TransactionApproved";
|
|
18499
|
-
/**
|
|
18500
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
18501
|
-
*/
|
|
18502
18338
|
readonly type: "event";
|
|
18503
18339
|
readonly inputs: readonly [{
|
|
18504
18340
|
readonly name: "txId";
|
|
@@ -18839,9 +18675,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
18839
18675
|
}];
|
|
18840
18676
|
}, {
|
|
18841
18677
|
readonly name: "TransactionApproved";
|
|
18842
|
-
/**
|
|
18843
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
18844
|
-
*/
|
|
18845
18678
|
readonly type: "event";
|
|
18846
18679
|
readonly inputs: readonly [{
|
|
18847
18680
|
readonly name: "txId";
|
|
@@ -19176,9 +19009,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
19176
19009
|
}];
|
|
19177
19010
|
}, {
|
|
19178
19011
|
readonly name: "TransactionApproved";
|
|
19179
|
-
/**
|
|
19180
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
19181
|
-
*/
|
|
19182
19012
|
readonly type: "event";
|
|
19183
19013
|
readonly inputs: readonly [{
|
|
19184
19014
|
readonly name: "txId";
|
|
@@ -19508,9 +19338,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
19508
19338
|
}];
|
|
19509
19339
|
}, {
|
|
19510
19340
|
readonly name: "TransactionApproved";
|
|
19511
|
-
/**
|
|
19512
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
19513
|
-
*/
|
|
19514
19341
|
readonly type: "event";
|
|
19515
19342
|
readonly inputs: readonly [{
|
|
19516
19343
|
readonly name: "txId";
|
|
@@ -19841,9 +19668,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
19841
19668
|
}];
|
|
19842
19669
|
}, {
|
|
19843
19670
|
readonly name: "TransactionApproved";
|
|
19844
|
-
/**
|
|
19845
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
19846
|
-
*/
|
|
19847
19671
|
readonly type: "event";
|
|
19848
19672
|
readonly inputs: readonly [{
|
|
19849
19673
|
readonly name: "txId";
|
|
@@ -20173,9 +19997,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
20173
19997
|
}];
|
|
20174
19998
|
}, {
|
|
20175
19999
|
readonly name: "TransactionApproved";
|
|
20176
|
-
/**
|
|
20177
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
20178
|
-
*/
|
|
20179
20000
|
readonly type: "event";
|
|
20180
20001
|
readonly inputs: readonly [{
|
|
20181
20002
|
readonly name: "txId";
|
|
@@ -20506,9 +20327,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
20506
20327
|
}];
|
|
20507
20328
|
}, {
|
|
20508
20329
|
readonly name: "TransactionApproved";
|
|
20509
|
-
/**
|
|
20510
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
20511
|
-
*/
|
|
20512
20330
|
readonly type: "event";
|
|
20513
20331
|
readonly inputs: readonly [{
|
|
20514
20332
|
readonly name: "txId";
|
|
@@ -20838,9 +20656,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
20838
20656
|
}];
|
|
20839
20657
|
}, {
|
|
20840
20658
|
readonly name: "TransactionApproved";
|
|
20841
|
-
/**
|
|
20842
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
20843
|
-
*/
|
|
20844
20659
|
readonly type: "event";
|
|
20845
20660
|
readonly inputs: readonly [{
|
|
20846
20661
|
readonly name: "txId";
|
|
@@ -21171,9 +20986,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
21171
20986
|
}];
|
|
21172
20987
|
}, {
|
|
21173
20988
|
readonly name: "TransactionApproved";
|
|
21174
|
-
/**
|
|
21175
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
21176
|
-
*/
|
|
21177
20989
|
readonly type: "event";
|
|
21178
20990
|
readonly inputs: readonly [{
|
|
21179
20991
|
readonly name: "txId";
|
|
@@ -21503,9 +21315,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
21503
21315
|
}];
|
|
21504
21316
|
}, {
|
|
21505
21317
|
readonly name: "TransactionApproved";
|
|
21506
|
-
/**
|
|
21507
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
21508
|
-
*/
|
|
21509
21318
|
readonly type: "event";
|
|
21510
21319
|
readonly inputs: readonly [{
|
|
21511
21320
|
readonly name: "txId";
|
|
@@ -21836,9 +21645,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
21836
21645
|
}];
|
|
21837
21646
|
}, {
|
|
21838
21647
|
readonly name: "TransactionApproved";
|
|
21839
|
-
/**
|
|
21840
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
21841
|
-
*/
|
|
21842
21648
|
readonly type: "event";
|
|
21843
21649
|
readonly inputs: readonly [{
|
|
21844
21650
|
readonly name: "txId";
|
|
@@ -22168,9 +21974,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
22168
21974
|
}];
|
|
22169
21975
|
}, {
|
|
22170
21976
|
readonly name: "TransactionApproved";
|
|
22171
|
-
/**
|
|
22172
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
22173
|
-
*/
|
|
22174
21977
|
readonly type: "event";
|
|
22175
21978
|
readonly inputs: readonly [{
|
|
22176
21979
|
readonly name: "txId";
|
|
@@ -22501,9 +22304,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
22501
22304
|
}];
|
|
22502
22305
|
}, {
|
|
22503
22306
|
readonly name: "TransactionApproved";
|
|
22504
|
-
/**
|
|
22505
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
22506
|
-
*/
|
|
22507
22307
|
readonly type: "event";
|
|
22508
22308
|
readonly inputs: readonly [{
|
|
22509
22309
|
readonly name: "txId";
|
|
@@ -22833,9 +22633,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
22833
22633
|
}];
|
|
22834
22634
|
}, {
|
|
22835
22635
|
readonly name: "TransactionApproved";
|
|
22836
|
-
/**
|
|
22837
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
22838
|
-
*/
|
|
22839
22636
|
readonly type: "event";
|
|
22840
22637
|
readonly inputs: readonly [{
|
|
22841
22638
|
readonly name: "txId";
|
|
@@ -23166,9 +22963,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23166
22963
|
}];
|
|
23167
22964
|
}, {
|
|
23168
22965
|
readonly name: "TransactionApproved";
|
|
23169
|
-
/**
|
|
23170
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
23171
|
-
*/
|
|
23172
22966
|
readonly type: "event";
|
|
23173
22967
|
readonly inputs: readonly [{
|
|
23174
22968
|
readonly name: "txId";
|
|
@@ -23498,9 +23292,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23498
23292
|
}];
|
|
23499
23293
|
}, {
|
|
23500
23294
|
readonly name: "TransactionApproved";
|
|
23501
|
-
/**
|
|
23502
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
23503
|
-
*/
|
|
23504
23295
|
readonly type: "event";
|
|
23505
23296
|
readonly inputs: readonly [{
|
|
23506
23297
|
readonly name: "txId";
|
|
@@ -23833,9 +23624,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23833
23624
|
}];
|
|
23834
23625
|
}, {
|
|
23835
23626
|
readonly name: "TransactionApproved";
|
|
23836
|
-
/**
|
|
23837
|
-
* Approve a pending transaction. Only callable by the NFT owner.
|
|
23838
|
-
*/
|
|
23839
23627
|
readonly type: "event";
|
|
23840
23628
|
readonly inputs: readonly [{
|
|
23841
23629
|
readonly name: "txId";
|
|
@@ -23900,7 +23688,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23900
23688
|
}]>;
|
|
23901
23689
|
type: "block";
|
|
23902
23690
|
}>;
|
|
23903
|
-
createContractEventFilter: <const abi extends
|
|
23691
|
+
createContractEventFilter: <const abi extends import("viem").Abi | readonly unknown[], eventName extends import("viem").ContractEventName<abi> | undefined, args_6 extends import("viem").MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict_6 extends boolean | undefined = undefined, fromBlock extends bigint | import("viem").BlockTag | undefined = undefined, toBlock extends bigint | import("viem").BlockTag | undefined = undefined>(args: import("viem").CreateContractEventFilterParameters<abi, eventName, args, strict_6, fromBlock, toBlock>) => Promise<import("viem").CreateContractEventFilterReturnType<abi, eventName, args, strict_6, fromBlock, toBlock>>;
|
|
23904
23692
|
createEventFilter: <const abiEvent extends import("viem").AbiEvent | undefined = undefined, const abiEvents extends readonly unknown[] | readonly import("viem").AbiEvent[] | undefined = abiEvent extends import("viem").AbiEvent ? [abiEvent] : undefined, strict_7 extends boolean | undefined = undefined, fromBlock_1 extends bigint | import("viem").BlockTag | undefined = undefined, toBlock_1 extends bigint | import("viem").BlockTag | undefined = undefined, _EventName extends string | undefined = import("viem").MaybeAbiEventName<abiEvent>, _Args extends import("viem").MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import("viem").CreateEventFilterParameters<abiEvent, abiEvents, strict_7, fromBlock_1, toBlock_1, _EventName, _Args> | undefined) => Promise<import("viem").Filter<"event", abiEvents, _EventName, _Args, strict_7, fromBlock_1, toBlock_1> extends infer T_13 ? { [K_7 in keyof T_13]: import("viem").Filter<"event", abiEvents, _EventName, _Args, strict_7, fromBlock_1, toBlock_1>[K_7]; } : never>;
|
|
23905
23693
|
createPendingTransactionFilter: () => Promise<{
|
|
23906
23694
|
id: `0x${string}`;
|
|
@@ -23919,7 +23707,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23919
23707
|
}]>;
|
|
23920
23708
|
type: "transaction";
|
|
23921
23709
|
}>;
|
|
23922
|
-
estimateContractGas: <chain extends Chain | undefined, const abi_1 extends
|
|
23710
|
+
estimateContractGas: <chain extends Chain | undefined, const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "nonpayable" | "payable">, args_7 extends import("viem").ContractFunctionArgs<abi_1, "nonpayable" | "payable", functionName>>(args: import("viem").EstimateContractGasParameters<abi_1, functionName, args, chain>) => Promise<bigint>;
|
|
23923
23711
|
estimateGas: (args: import("viem").EstimateGasParameters<Chain>) => Promise<bigint>;
|
|
23924
23712
|
fillTransaction: <chainOverride_14 extends Chain | undefined = undefined, accountOverride_7 extends `0x${string}` | import("viem").Account | undefined = undefined>(args: import("viem").FillTransactionParameters<Chain, import("viem").Account | undefined, chainOverride_14, accountOverride_7>) => Promise<import("viem").FillTransactionReturnType<Chain, chainOverride_14>>;
|
|
23925
23713
|
getBalance: (args: import("viem").GetBalanceParameters) => Promise<bigint>;
|
|
@@ -23955,6 +23743,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23955
23743
|
to: `0x${string}` | null;
|
|
23956
23744
|
value: bigint;
|
|
23957
23745
|
nonce: number;
|
|
23746
|
+
chainId?: number | undefined;
|
|
23958
23747
|
type: "legacy";
|
|
23959
23748
|
yParity?: undefined;
|
|
23960
23749
|
from: `0x${string}`;
|
|
@@ -23968,7 +23757,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23968
23757
|
accessList?: undefined;
|
|
23969
23758
|
authorizationList?: undefined;
|
|
23970
23759
|
blobVersionedHashes?: undefined;
|
|
23971
|
-
chainId?: number | undefined;
|
|
23972
23760
|
gasPrice: bigint;
|
|
23973
23761
|
maxFeePerBlobGas?: undefined;
|
|
23974
23762
|
maxFeePerGas?: undefined;
|
|
@@ -23980,6 +23768,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23980
23768
|
to: `0x${string}` | null;
|
|
23981
23769
|
value: bigint;
|
|
23982
23770
|
nonce: number;
|
|
23771
|
+
chainId: number;
|
|
23983
23772
|
type: "eip2930";
|
|
23984
23773
|
yParity: number;
|
|
23985
23774
|
from: `0x${string}`;
|
|
@@ -23993,7 +23782,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
23993
23782
|
accessList: import("viem").AccessList;
|
|
23994
23783
|
authorizationList?: undefined;
|
|
23995
23784
|
blobVersionedHashes?: undefined;
|
|
23996
|
-
chainId: number;
|
|
23997
23785
|
gasPrice: bigint;
|
|
23998
23786
|
maxFeePerBlobGas?: undefined;
|
|
23999
23787
|
maxFeePerGas?: undefined;
|
|
@@ -24005,6 +23793,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24005
23793
|
to: `0x${string}` | null;
|
|
24006
23794
|
value: bigint;
|
|
24007
23795
|
nonce: number;
|
|
23796
|
+
chainId: number;
|
|
24008
23797
|
type: "eip1559";
|
|
24009
23798
|
yParity: number;
|
|
24010
23799
|
from: `0x${string}`;
|
|
@@ -24018,7 +23807,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24018
23807
|
accessList: import("viem").AccessList;
|
|
24019
23808
|
authorizationList?: undefined;
|
|
24020
23809
|
blobVersionedHashes?: undefined;
|
|
24021
|
-
chainId: number;
|
|
24022
23810
|
gasPrice?: undefined;
|
|
24023
23811
|
maxFeePerBlobGas?: undefined;
|
|
24024
23812
|
maxFeePerGas: bigint;
|
|
@@ -24030,6 +23818,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24030
23818
|
to: `0x${string}` | null;
|
|
24031
23819
|
value: bigint;
|
|
24032
23820
|
nonce: number;
|
|
23821
|
+
chainId: number;
|
|
24033
23822
|
type: "eip4844";
|
|
24034
23823
|
yParity: number;
|
|
24035
23824
|
from: `0x${string}`;
|
|
@@ -24043,7 +23832,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24043
23832
|
accessList: import("viem").AccessList;
|
|
24044
23833
|
authorizationList?: undefined;
|
|
24045
23834
|
blobVersionedHashes: readonly `0x${string}`[];
|
|
24046
|
-
chainId: number;
|
|
24047
23835
|
gasPrice?: undefined;
|
|
24048
23836
|
maxFeePerBlobGas: bigint;
|
|
24049
23837
|
maxFeePerGas: bigint;
|
|
@@ -24055,6 +23843,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24055
23843
|
to: `0x${string}` | null;
|
|
24056
23844
|
value: bigint;
|
|
24057
23845
|
nonce: number;
|
|
23846
|
+
chainId: number;
|
|
24058
23847
|
type: "eip7702";
|
|
24059
23848
|
yParity: number;
|
|
24060
23849
|
from: `0x${string}`;
|
|
@@ -24068,7 +23857,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24068
23857
|
accessList: import("viem").AccessList;
|
|
24069
23858
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
24070
23859
|
blobVersionedHashes?: undefined;
|
|
24071
|
-
chainId: number;
|
|
24072
23860
|
gasPrice?: undefined;
|
|
24073
23861
|
maxFeePerBlobGas?: undefined;
|
|
24074
23862
|
maxFeePerGas: bigint;
|
|
@@ -24083,7 +23871,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24083
23871
|
getBytecode: (args: import("viem").GetBytecodeParameters) => Promise<import("viem").GetBytecodeReturnType>;
|
|
24084
23872
|
getChainId: () => Promise<number>;
|
|
24085
23873
|
getCode: (args: import("viem").GetBytecodeParameters) => Promise<import("viem").GetBytecodeReturnType>;
|
|
24086
|
-
getContractEvents: <const abi_2 extends
|
|
23874
|
+
getContractEvents: <const abi_2 extends import("viem").Abi | readonly unknown[], eventName_1 extends import("viem").ContractEventName<abi_2> | undefined = undefined, strict_8 extends boolean | undefined = undefined, fromBlock_2 extends bigint | import("viem").BlockTag | undefined = undefined, toBlock_2 extends bigint | import("viem").BlockTag | undefined = undefined>(args: import("viem").GetContractEventsParameters<abi_2, eventName_1, strict_8, fromBlock_2, toBlock_2>) => Promise<import("viem").GetContractEventsReturnType<abi_2, eventName_1, strict_8, fromBlock_2, toBlock_2>>;
|
|
24087
23875
|
getEip712Domain: (args: import("viem").GetEip712DomainParameters) => Promise<import("viem").GetEip712DomainReturnType>;
|
|
24088
23876
|
getEnsAddress: (args: {
|
|
24089
23877
|
blockNumber?: bigint | undefined;
|
|
@@ -24129,8 +23917,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24129
23917
|
}) => Promise<import("viem").GetEnsTextReturnType>;
|
|
24130
23918
|
getFeeHistory: (args: import("viem").GetFeeHistoryParameters) => Promise<import("viem").GetFeeHistoryReturnType>;
|
|
24131
23919
|
estimateFeesPerGas: <chainOverride_15 extends Chain | undefined = undefined, type extends import("viem").FeeValuesType = "eip1559">(args?: import("viem").EstimateFeesPerGasParameters<Chain, chainOverride_15, type> | undefined) => Promise<import("viem").EstimateFeesPerGasReturnType<type>>;
|
|
24132
|
-
getFilterChanges: <filterType extends import("viem").FilterType, const abi_3 extends
|
|
24133
|
-
getFilterLogs: <const abi_4 extends
|
|
23920
|
+
getFilterChanges: <filterType extends import("viem").FilterType, const abi_3 extends import("viem").Abi | readonly unknown[] | undefined, eventName_2 extends string | undefined, strict_9 extends boolean | undefined = undefined, fromBlock_3 extends bigint | import("viem").BlockTag | undefined = undefined, toBlock_3 extends bigint | import("viem").BlockTag | undefined = undefined>(args: import("viem").GetFilterChangesParameters<filterType, abi_3, eventName_2, strict_9, fromBlock_3, toBlock_3>) => Promise<import("viem").GetFilterChangesReturnType<filterType, abi_3, eventName_2, strict_9, fromBlock_3, toBlock_3>>;
|
|
23921
|
+
getFilterLogs: <const abi_4 extends import("viem").Abi | readonly unknown[] | undefined, eventName_3 extends string | undefined, strict_10 extends boolean | undefined = undefined, fromBlock_4 extends bigint | import("viem").BlockTag | undefined = undefined, toBlock_4 extends bigint | import("viem").BlockTag | undefined = undefined>(args: import("viem").GetFilterLogsParameters<abi_4, eventName_3, strict_10, fromBlock_4, toBlock_4>) => Promise<import("viem").GetFilterLogsReturnType<abi_4, eventName_3, strict_10, fromBlock_4, toBlock_4>>;
|
|
24134
23922
|
getGasPrice: () => Promise<bigint>;
|
|
24135
23923
|
getLogs: <const abiEvent_1 extends import("viem").AbiEvent | undefined = undefined, const abiEvents_1 extends readonly unknown[] | readonly import("viem").AbiEvent[] | undefined = abiEvent_1 extends import("viem").AbiEvent ? [abiEvent_1] : undefined, strict_11 extends boolean | undefined = undefined, fromBlock_5 extends bigint | import("viem").BlockTag | undefined = undefined, toBlock_5 extends bigint | import("viem").BlockTag | undefined = undefined>(args?: import("viem").GetLogsParameters<abiEvent_1, abiEvents_1, strict_11, fromBlock_5, toBlock_5> | undefined) => Promise<import("viem").GetLogsReturnType<abiEvent_1, abiEvents_1, strict_11, fromBlock_5, toBlock_5>>;
|
|
24136
23924
|
getProof: (args: import("viem").GetProofParameters) => Promise<import("viem").GetProofReturnType>;
|
|
@@ -24142,6 +23930,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24142
23930
|
to: `0x${string}` | null;
|
|
24143
23931
|
value: bigint;
|
|
24144
23932
|
nonce: number;
|
|
23933
|
+
chainId?: number | undefined;
|
|
24145
23934
|
type: "legacy";
|
|
24146
23935
|
yParity?: undefined;
|
|
24147
23936
|
from: `0x${string}`;
|
|
@@ -24155,7 +23944,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24155
23944
|
accessList?: undefined;
|
|
24156
23945
|
authorizationList?: undefined;
|
|
24157
23946
|
blobVersionedHashes?: undefined;
|
|
24158
|
-
chainId?: number | undefined;
|
|
24159
23947
|
gasPrice: bigint;
|
|
24160
23948
|
maxFeePerBlobGas?: undefined;
|
|
24161
23949
|
maxFeePerGas?: undefined;
|
|
@@ -24167,6 +23955,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24167
23955
|
to: `0x${string}` | null;
|
|
24168
23956
|
value: bigint;
|
|
24169
23957
|
nonce: number;
|
|
23958
|
+
chainId: number;
|
|
24170
23959
|
type: "eip2930";
|
|
24171
23960
|
yParity: number;
|
|
24172
23961
|
from: `0x${string}`;
|
|
@@ -24180,7 +23969,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24180
23969
|
accessList: import("viem").AccessList;
|
|
24181
23970
|
authorizationList?: undefined;
|
|
24182
23971
|
blobVersionedHashes?: undefined;
|
|
24183
|
-
chainId: number;
|
|
24184
23972
|
gasPrice: bigint;
|
|
24185
23973
|
maxFeePerBlobGas?: undefined;
|
|
24186
23974
|
maxFeePerGas?: undefined;
|
|
@@ -24192,6 +23980,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24192
23980
|
to: `0x${string}` | null;
|
|
24193
23981
|
value: bigint;
|
|
24194
23982
|
nonce: number;
|
|
23983
|
+
chainId: number;
|
|
24195
23984
|
type: "eip1559";
|
|
24196
23985
|
yParity: number;
|
|
24197
23986
|
from: `0x${string}`;
|
|
@@ -24205,7 +23994,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24205
23994
|
accessList: import("viem").AccessList;
|
|
24206
23995
|
authorizationList?: undefined;
|
|
24207
23996
|
blobVersionedHashes?: undefined;
|
|
24208
|
-
chainId: number;
|
|
24209
23997
|
gasPrice?: undefined;
|
|
24210
23998
|
maxFeePerBlobGas?: undefined;
|
|
24211
23999
|
maxFeePerGas: bigint;
|
|
@@ -24217,6 +24005,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24217
24005
|
to: `0x${string}` | null;
|
|
24218
24006
|
value: bigint;
|
|
24219
24007
|
nonce: number;
|
|
24008
|
+
chainId: number;
|
|
24220
24009
|
type: "eip4844";
|
|
24221
24010
|
yParity: number;
|
|
24222
24011
|
from: `0x${string}`;
|
|
@@ -24230,7 +24019,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24230
24019
|
accessList: import("viem").AccessList;
|
|
24231
24020
|
authorizationList?: undefined;
|
|
24232
24021
|
blobVersionedHashes: readonly `0x${string}`[];
|
|
24233
|
-
chainId: number;
|
|
24234
24022
|
gasPrice?: undefined;
|
|
24235
24023
|
maxFeePerBlobGas: bigint;
|
|
24236
24024
|
maxFeePerGas: bigint;
|
|
@@ -24242,6 +24030,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24242
24030
|
to: `0x${string}` | null;
|
|
24243
24031
|
value: bigint;
|
|
24244
24032
|
nonce: number;
|
|
24033
|
+
chainId: number;
|
|
24245
24034
|
type: "eip7702";
|
|
24246
24035
|
yParity: number;
|
|
24247
24036
|
from: `0x${string}`;
|
|
@@ -24255,7 +24044,6 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
24255
24044
|
accessList: import("viem").AccessList;
|
|
24256
24045
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
24257
24046
|
blobVersionedHashes?: undefined;
|
|
24258
|
-
chainId: number;
|
|
24259
24047
|
gasPrice?: undefined;
|
|
24260
24048
|
maxFeePerBlobGas?: undefined;
|
|
24261
24049
|
maxFeePerGas: bigint;
|
|
@@ -27520,7 +27308,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
27520
27308
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
27521
27309
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_69 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
27522
27310
|
chainId?: number | undefined;
|
|
27523
|
-
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "
|
|
27311
|
+
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") extends infer T_70 ? T_70 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") ? T_70 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_70 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T_44 ? { [K_8 in keyof T_44]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<Chain, chainOverride_17>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<Chain, chainOverride_17> extends infer T_45 ? T_45 extends import("viem").DeriveChain<Chain, chainOverride_17> ? T_45 extends Chain ? {
|
|
27524
27312
|
chain: T_45;
|
|
27525
27313
|
} : {
|
|
27526
27314
|
chain?: undefined;
|
|
@@ -30772,14 +30560,14 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
30772
30560
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
30773
30561
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_56 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
30774
30562
|
chainId?: number | undefined;
|
|
30775
|
-
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "
|
|
30776
|
-
readContract: <const abi_5 extends
|
|
30563
|
+
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") extends infer T_57 ? T_57 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") ? T_57 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_57 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K_8]; } : never>;
|
|
30564
|
+
readContract: <const abi_5 extends import("viem").Abi | readonly unknown[], functionName_1 extends import("viem").ContractFunctionName<abi_5, "view" | "pure">, const args_8 extends import("viem").ContractFunctionArgs<abi_5, "view" | "pure", functionName_1>>(args: import("viem").ReadContractParameters<abi_5, functionName_1, args>) => Promise<import("viem").ReadContractReturnType<abi_5, functionName_1, args>>;
|
|
30777
30565
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
|
|
30778
30566
|
sendRawTransactionSync: (args: import("viem").SendRawTransactionSyncParameters) => Promise<import("viem").TransactionReceipt>;
|
|
30779
30567
|
simulate: <const calls extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls>) => Promise<import("viem").SimulateBlocksReturnType<calls>>;
|
|
30780
30568
|
simulateBlocks: <const calls_1 extends readonly unknown[]>(args: import("viem").SimulateBlocksParameters<calls_1>) => Promise<import("viem").SimulateBlocksReturnType<calls_1>>;
|
|
30781
30569
|
simulateCalls: <const calls_2 extends readonly unknown[]>(args: import("viem").SimulateCallsParameters<calls_2>) => Promise<import("viem").SimulateCallsReturnType<calls_2>>;
|
|
30782
|
-
simulateContract: <const abi_6 extends
|
|
30570
|
+
simulateContract: <const abi_6 extends import("viem").Abi | readonly unknown[], functionName_2 extends import("viem").ContractFunctionName<abi_6, "nonpayable" | "payable">, const args_9 extends import("viem").ContractFunctionArgs<abi_6, "nonpayable" | "payable", functionName_2>, chainOverride_18 extends Chain | undefined, accountOverride_9 extends `0x${string}` | import("viem").Account | undefined = undefined>(args: import("viem").SimulateContractParameters<abi_6, functionName_2, args_9, Chain, chainOverride_18, accountOverride_9>) => Promise<import("viem").SimulateContractReturnType<abi_6, functionName_2, args_9, Chain, import("viem").Account | undefined, chainOverride_18, accountOverride_9>>;
|
|
30783
30571
|
verifyHash: (args: import("viem").VerifyHashActionParameters) => Promise<boolean>;
|
|
30784
30572
|
verifyMessage: (args: {
|
|
30785
30573
|
address: `0x${string}`;
|
|
@@ -30810,7 +30598,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
30810
30598
|
waitForTransactionReceipt: (args: import("viem").WaitForTransactionReceiptParameters<Chain>) => Promise<import("viem").TransactionReceipt>;
|
|
30811
30599
|
watchBlockNumber: (args: import("viem").WatchBlockNumberParameters) => import("viem").WatchBlockNumberReturnType;
|
|
30812
30600
|
watchBlocks: <includeTransactions_1 extends boolean = false, blockTag_2 extends import("viem").BlockTag = "latest">(args: import("viem").WatchBlocksParameters<import("viem").HttpTransport<undefined, false>, Chain, includeTransactions_1, blockTag_2>) => import("viem").WatchBlocksReturnType;
|
|
30813
|
-
watchContractEvent: <const abi_7 extends
|
|
30601
|
+
watchContractEvent: <const abi_7 extends import("viem").Abi | readonly unknown[], eventName_4 extends import("viem").ContractEventName<abi_7>, strict_12 extends boolean | undefined = undefined>(args: import("viem").WatchContractEventParameters<abi_7, eventName_4, strict_12, import("viem").HttpTransport<undefined, false>>) => import("viem").WatchContractEventReturnType;
|
|
30814
30602
|
watchEvent: <const abiEvent_2 extends import("viem").AbiEvent | undefined = undefined, const abiEvents_2 extends readonly unknown[] | readonly import("viem").AbiEvent[] | undefined = abiEvent_2 extends import("viem").AbiEvent ? [abiEvent_2] : undefined, strict_13 extends boolean | undefined = undefined>(args: import("viem").WatchEventParameters<abiEvent_2, abiEvents_2, strict_13, import("viem").HttpTransport<undefined, false>>) => import("viem").WatchEventReturnType;
|
|
30815
30603
|
watchPendingTransactions: (args: import("viem").WatchPendingTransactionsParameters<import("viem").HttpTransport<undefined, false>>) => import("viem").WatchPendingTransactionsReturnType;
|
|
30816
30604
|
extend: <const client extends {
|
|
@@ -30855,12 +30643,12 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
30855
30643
|
type: string;
|
|
30856
30644
|
uid: string;
|
|
30857
30645
|
addChain: (args: import("viem").AddChainParameters) => Promise<void>;
|
|
30858
|
-
deployContract: <const abi_8 extends
|
|
30646
|
+
deployContract: <const abi_8 extends import("viem").Abi | readonly unknown[], chainOverride_19 extends Chain | undefined>(args: import("viem").DeployContractParameters<abi_8, Chain | undefined, import("viem").Account | undefined, chainOverride_19>) => Promise<`0x${string}`>;
|
|
30859
30647
|
fillTransaction: <chainOverride_20 extends Chain | undefined = undefined, accountOverride_10 extends `0x${string}` | import("viem").Account | undefined = undefined>(args: import("viem").FillTransactionParameters<Chain | undefined, import("viem").Account | undefined, chainOverride_20, accountOverride_10>) => Promise<import("viem").FillTransactionReturnType<Chain | undefined, chainOverride_20>>;
|
|
30860
30648
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
30861
30649
|
getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<{
|
|
30862
|
-
id: string;
|
|
30863
30650
|
chainId: number;
|
|
30651
|
+
id: string;
|
|
30864
30652
|
atomic: boolean;
|
|
30865
30653
|
capabilities?: {
|
|
30866
30654
|
[key: string]: any;
|
|
@@ -34176,7 +33964,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
34176
33964
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
34177
33965
|
} ? "eip7702" : never) | (request_1["type"] extends string | undefined ? Extract<request_1["type"], string> : never)>) ? T_97 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
34178
33966
|
chainId?: number | undefined;
|
|
34179
|
-
}, (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "
|
|
33967
|
+
}, (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") extends infer T_98 ? T_98 extends (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") ? T_98 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_98 : never : never> & (unknown extends request_1["kzg"] ? {} : Pick<request_1, "kzg">) extends infer T_72 ? { [K_11 in keyof T_72]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<Chain | undefined, chainOverride_21>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<Chain | undefined, chainOverride_21> extends infer T_73 ? T_73 extends import("viem").DeriveChain<Chain | undefined, chainOverride_21> ? T_73 extends Chain ? {
|
|
34180
33968
|
chain: T_73;
|
|
34181
33969
|
} : {
|
|
34182
33970
|
chain?: undefined;
|
|
@@ -37428,7 +37216,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
37428
37216
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
37429
37217
|
} ? "eip7702" : never) | (request_1["type"] extends string | undefined ? Extract<request_1["type"], string> : never)>) ? T_84 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
37430
37218
|
chainId?: number | undefined;
|
|
37431
|
-
}, (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "
|
|
37219
|
+
}, (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") extends infer T_85 ? T_85 extends (request_1["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request_1["parameters"][number] : "nonce" | "chainId" | "type" | "fees" | "gas" | "blobVersionedHashes") ? T_85 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_85 : never : never> & (unknown extends request_1["kzg"] ? {} : Pick<request_1, "kzg">))[K_11]; } : never>;
|
|
37432
37220
|
requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
|
|
37433
37221
|
requestPermissions: (args: {
|
|
37434
37222
|
[x: string]: Record<string, any>;
|
|
@@ -37441,8 +37229,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
37441
37229
|
id: string;
|
|
37442
37230
|
}>;
|
|
37443
37231
|
sendCallsSync: <const calls_4 extends readonly unknown[], chainOverride_23 extends Chain | undefined = undefined>(parameters: import("viem").SendCallsSyncParameters<Chain | undefined, import("viem").Account | undefined, chainOverride_23, calls_4>) => Promise<{
|
|
37444
|
-
id: string;
|
|
37445
37232
|
chainId: number;
|
|
37233
|
+
id: string;
|
|
37446
37234
|
atomic: boolean;
|
|
37447
37235
|
capabilities?: {
|
|
37448
37236
|
[key: string]: any;
|
|
@@ -38355,14 +38143,12 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38355
38143
|
} ? "eip7702" : never) | (request_4["type"] extends string | undefined ? Extract<request_4["type"], string> : never)> ? T_103 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
|
|
38356
38144
|
signTypedData: <const typedData extends {
|
|
38357
38145
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
38358
|
-
[x: `address[${string}]`]: undefined;
|
|
38359
|
-
[x: `bool[${string}]`]: undefined;
|
|
38360
38146
|
[x: `string[${string}]`]: undefined;
|
|
38361
|
-
[x: `bytes[${string}]`]: undefined;
|
|
38362
|
-
[x: `int[${string}]`]: undefined;
|
|
38363
|
-
[x: `uint[${string}]`]: undefined;
|
|
38364
38147
|
[x: `function[${string}]`]: undefined;
|
|
38148
|
+
[x: `address[${string}]`]: undefined;
|
|
38365
38149
|
[x: `uint256[${string}]`]: undefined;
|
|
38150
|
+
[x: `bool[${string}]`]: undefined;
|
|
38151
|
+
[x: `bytes[${string}]`]: undefined;
|
|
38366
38152
|
[x: `bytes4[${string}]`]: undefined;
|
|
38367
38153
|
[x: `bytes2[${string}]`]: undefined;
|
|
38368
38154
|
[x: `bytes3[${string}]`]: undefined;
|
|
@@ -38371,8 +38157,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38371
38157
|
[x: `bytes5[${string}]`]: undefined;
|
|
38372
38158
|
[x: `bytes23[${string}]`]: undefined;
|
|
38373
38159
|
[x: `bytes10[${string}]`]: undefined;
|
|
38374
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
38375
38160
|
[x: `bytes6[${string}]`]: undefined;
|
|
38161
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
38376
38162
|
[x: `bytes8[${string}]`]: undefined;
|
|
38377
38163
|
[x: `bytes9[${string}]`]: undefined;
|
|
38378
38164
|
[x: `bytes11[${string}]`]: undefined;
|
|
@@ -38382,10 +38168,10 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38382
38168
|
[x: `bytes15[${string}]`]: undefined;
|
|
38383
38169
|
[x: `bytes16[${string}]`]: undefined;
|
|
38384
38170
|
[x: `bytes17[${string}]`]: undefined;
|
|
38385
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
38386
38171
|
[x: `bytes19[${string}]`]: undefined;
|
|
38387
38172
|
[x: `bytes20[${string}]`]: undefined;
|
|
38388
38173
|
[x: `bytes21[${string}]`]: undefined;
|
|
38174
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
38389
38175
|
[x: `bytes24[${string}]`]: undefined;
|
|
38390
38176
|
[x: `bytes25[${string}]`]: undefined;
|
|
38391
38177
|
[x: `bytes26[${string}]`]: undefined;
|
|
@@ -38395,6 +38181,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38395
38181
|
[x: `bytes30[${string}]`]: undefined;
|
|
38396
38182
|
[x: `bytes31[${string}]`]: undefined;
|
|
38397
38183
|
[x: `bytes32[${string}]`]: undefined;
|
|
38184
|
+
[x: `int[${string}]`]: undefined;
|
|
38398
38185
|
[x: `int8[${string}]`]: undefined;
|
|
38399
38186
|
[x: `int16[${string}]`]: undefined;
|
|
38400
38187
|
[x: `int24[${string}]`]: undefined;
|
|
@@ -38427,6 +38214,7 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38427
38214
|
[x: `int240[${string}]`]: undefined;
|
|
38428
38215
|
[x: `int248[${string}]`]: undefined;
|
|
38429
38216
|
[x: `int256[${string}]`]: undefined;
|
|
38217
|
+
[x: `uint[${string}]`]: undefined;
|
|
38430
38218
|
[x: `uint8[${string}]`]: undefined;
|
|
38431
38219
|
[x: `uint16[${string}]`]: undefined;
|
|
38432
38220
|
[x: `uint24[${string}]`]: undefined;
|
|
@@ -38471,8 +38259,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38471
38259
|
bytes5?: undefined;
|
|
38472
38260
|
bytes23?: undefined;
|
|
38473
38261
|
bytes10?: undefined;
|
|
38474
|
-
bytes22?: undefined;
|
|
38475
38262
|
bytes6?: undefined;
|
|
38263
|
+
bytes18?: undefined;
|
|
38476
38264
|
bytes8?: undefined;
|
|
38477
38265
|
bytes9?: undefined;
|
|
38478
38266
|
bytes11?: undefined;
|
|
@@ -38482,10 +38270,10 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38482
38270
|
bytes15?: undefined;
|
|
38483
38271
|
bytes16?: undefined;
|
|
38484
38272
|
bytes17?: undefined;
|
|
38485
|
-
bytes18?: undefined;
|
|
38486
38273
|
bytes19?: undefined;
|
|
38487
38274
|
bytes20?: undefined;
|
|
38488
38275
|
bytes21?: undefined;
|
|
38276
|
+
bytes22?: undefined;
|
|
38489
38277
|
bytes24?: undefined;
|
|
38490
38278
|
bytes25?: undefined;
|
|
38491
38279
|
bytes26?: undefined;
|
|
@@ -38563,8 +38351,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38563
38351
|
}, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account | undefined>) => Promise<`0x${string}`>;
|
|
38564
38352
|
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
38565
38353
|
waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<{
|
|
38566
|
-
id: string;
|
|
38567
38354
|
chainId: number;
|
|
38355
|
+
id: string;
|
|
38568
38356
|
atomic: boolean;
|
|
38569
38357
|
capabilities?: {
|
|
38570
38358
|
[key: string]: any;
|
|
@@ -38577,8 +38365,8 @@ export declare function createWallet(config: AgentWalletConfig & {
|
|
|
38577
38365
|
status: "pending" | "success" | "failure" | undefined;
|
|
38578
38366
|
}>;
|
|
38579
38367
|
watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
|
|
38580
|
-
writeContract: <const abi_9 extends
|
|
38581
|
-
writeContractSync: <const abi_10 extends
|
|
38368
|
+
writeContract: <const abi_9 extends import("viem").Abi | readonly unknown[], functionName_3 extends import("viem").ContractFunctionName<abi_9, "nonpayable" | "payable">, args_10 extends import("viem").ContractFunctionArgs<abi_9, "nonpayable" | "payable", functionName_3>, chainOverride_27 extends Chain | undefined = undefined>(args: import("viem").WriteContractParameters<abi_9, functionName_3, args_10, Chain | undefined, import("viem").Account | undefined, chainOverride_27>) => Promise<`0x${string}`>;
|
|
38369
|
+
writeContractSync: <const abi_10 extends import("viem").Abi | readonly unknown[], functionName_4 extends import("viem").ContractFunctionName<abi_10, "nonpayable" | "payable">, args_11 extends import("viem").ContractFunctionArgs<abi_10, "nonpayable" | "payable", functionName_4>, chainOverride_28 extends Chain | undefined = undefined>(args: import("viem").WriteContractSyncParameters<abi_10, functionName_4, args_11, Chain | undefined, import("viem").Account | undefined, chainOverride_28>) => Promise<import("viem").TransactionReceipt>;
|
|
38582
38370
|
extend: <const client_1 extends {
|
|
38583
38371
|
[x: string]: unknown;
|
|
38584
38372
|
account?: undefined;
|
|
@@ -38650,14 +38438,13 @@ export declare function deployWallet(config: {
|
|
|
38650
38438
|
factoryAddress: Address;
|
|
38651
38439
|
tokenContract: Address;
|
|
38652
38440
|
tokenId: bigint;
|
|
38653
|
-
chain: keyof typeof
|
|
38441
|
+
chain: keyof typeof CHAINS;
|
|
38654
38442
|
rpcUrl?: string;
|
|
38655
38443
|
walletClient: WalletClient;
|
|
38656
38444
|
}): Promise<{
|
|
38657
38445
|
walletAddress: Address;
|
|
38658
38446
|
txHash: Hash;
|
|
38659
38447
|
}>;
|
|
38660
|
-
declare const CHAINS_MAP: Record<string, Chain>;
|
|
38661
38448
|
/**
|
|
38662
38449
|
* Compute the deterministic wallet address without deploying.
|
|
38663
38450
|
*/
|
|
@@ -38716,6 +38503,8 @@ export { ReputationClient, ReputationRegistryAbi } from './identity/reputation.j
|
|
|
38716
38503
|
export type { ReputationClientConfig, GiveFeedbackParams, FeedbackEntry, AgentReputationSummary, FeedbackFilters, RespondToFeedbackParams, } from './identity/reputation.js';
|
|
38717
38504
|
export { ValidationClient, ValidationRegistryAbi } from './identity/validation.js';
|
|
38718
38505
|
export type { ValidationClientConfig, RequestValidationParams, RespondToValidationParams, ValidationStatus, ValidationSummary, } from './identity/validation.js';
|
|
38506
|
+
export { UAIDResolver } from './identity/uaid.js';
|
|
38507
|
+
export type { UAIDProtocol, ParsedUAID, UAIDResolution, UniversalAgentIdentity, UAIDResolverConfig, RegisterUAIDParams, } from './identity/uaid.js';
|
|
38719
38508
|
export { SwapModule, attachSwap, calcProtocolFee, applySlippage, calcDeadline } from './swap/index.js';
|
|
38720
38509
|
export { UniswapV3RouterAbi, UniswapV3QuoterV2Abi, ERC20Abi } from './swap/index.js';
|
|
38721
38510
|
export { BASE_TOKENS, UNISWAP_V3_BASE, PROTOCOL_FEE_BPS, PROTOCOL_FEE_COLLECTOR, DEFAULT_SLIPPAGE_BPS } from './swap/index.js';
|
|
@@ -38730,4 +38519,15 @@ export type { CreateEscrowParams, EscrowCreated, EscrowDetails, TxResult as Escr
|
|
|
38730
38519
|
export { TaskStatus } from './escrow/types.js';
|
|
38731
38520
|
export { resolveVerifierAddress, encodeHashVerifierData, encodeOptimisticVerifierData, VERIFIER_ADDRESSES, } from './escrow/verifiers.js';
|
|
38732
38521
|
export { walletFromEnv, setPolicyFromEnv, x402FromEnv, } from './convenience.js';
|
|
38522
|
+
export { TokenRegistry, getGlobalRegistry, getNativeToken, ETHEREUM_REGISTRY, BASE_REGISTRY, ARBITRUM_REGISTRY, OPTIMISM_REGISTRY, POLYGON_REGISTRY, AVALANCHE_REGISTRY, UNICHAIN_REGISTRY, LINEA_REGISTRY, SONIC_REGISTRY, WORLDCHAIN_REGISTRY, BASE_SEPOLIA_REGISTRY, } from './tokens/registry.js';
|
|
38523
|
+
export type { TokenEntry, AddTokenParams } from './tokens/registry.js';
|
|
38524
|
+
export { toRaw, toHuman, formatBalance, parseAmount } from './tokens/decimals.js';
|
|
38525
|
+
export type { TokenInfo } from './tokens/decimals.js';
|
|
38526
|
+
export { sendToken, sendNative, getTokenBalance, getNativeBalance, getBalances, encodeERC20Transfer, } from './tokens/transfers.js';
|
|
38527
|
+
export type { TransferContext, TransferOptions, TokenBalanceResult, NativeBalanceResult, } from './tokens/transfers.js';
|
|
38528
|
+
export { SolanaWallet, createSolanaWallet, SOLANA_TOKENS, SOLANA_TOKEN_DECIMALS } from './tokens/solana.js';
|
|
38529
|
+
export type { SolanaWalletConfig, SolanaTokenInfo, SolanaTokenSymbol, SolBalanceResult, SplBalanceResult, SolanaTxResult, } from './tokens/solana.js';
|
|
38530
|
+
export { resolveAssetAddress, resolveAssetDecimals, buildSupportedAssets, isStablecoin, parseNetworkChainId, } from './x402/multi-asset.js';
|
|
38531
|
+
export { PaymentRouter } from './router/index.js';
|
|
38532
|
+
export type { PaymentRail, RailStatus, RailConfig, PaymentContext, RoutingDecision, } from './router/index.js';
|
|
38733
38533
|
//# sourceMappingURL=index.d.ts.map
|