@dynamic-labs/ethereum-aa-core 4.69.0 → 4.71.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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,38 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.71.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.70.0...v4.71.0) (2026-03-24)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add Tempo chain connector and core type definitions ([#10672](https://github.com/dynamic-labs/dynamic-auth/issues/10672)) ([0439c15](https://github.com/dynamic-labs/dynamic-auth/commit/0439c153238359083b9f226dcd2ebf6d83e26519))
|
|
8
|
+
* add verifySocial method to demo site step-up auth methods ([#10721](https://github.com/dynamic-labs/dynamic-auth/issues/10721)) ([b9ef517](https://github.com/dynamic-labs/dynamic-auth/commit/b9ef5173df3e3ed08f718de49b036ea899dc1832))
|
|
9
|
+
* **demo:** add Tempo chain support to demo app ([#10674](https://github.com/dynamic-labs/dynamic-auth/issues/10674)) ([a5918fc](https://github.com/dynamic-labs/dynamic-auth/commit/a5918fc2ab0821e7f025aa470573129f71de33cc))
|
|
10
|
+
* repurpose verifyWithExternalJwt for elevated access token requests ([#10743](https://github.com/dynamic-labs/dynamic-auth/issues/10743)) ([d1abda0](https://github.com/dynamic-labs/dynamic-auth/commit/d1abda0111d68c78226d30bd0630e6e341dedad9))
|
|
11
|
+
* **sdk:** add Tempo chain support to UI components ([#10673](https://github.com/dynamic-labs/dynamic-auth/issues/10673)) ([aec9fbb](https://github.com/dynamic-labs/dynamic-auth/commit/aec9fbb20754a2935bffe106e7e8715f46be3de7))
|
|
12
|
+
* support multi-chain wallet creation in createWallet ([#10694](https://github.com/dynamic-labs/dynamic-auth/issues/10694)) ([0b6b57f](https://github.com/dynamic-labs/dynamic-auth/commit/0b6b57f4179c35d1f86d1c8c9c40f52cb307c849))
|
|
13
|
+
* wire up elevatedAccessToken for sign, reshare, and refresh operations ([#10737](https://github.com/dynamic-labs/dynamic-auth/issues/10737)) ([f9d5c76](https://github.com/dynamic-labs/dynamic-auth/commit/f9d5c768037aff4f5d7994b6bc6c338621a6ee6b))
|
|
14
|
+
|
|
15
|
+
## [4.70.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.69.0...v4.70.0) (2026-03-23)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* add step-up auth for passkey and TOTP device deletion ([#10688](https://github.com/dynamic-labs/dynamic-auth/issues/10688)) ([aeae325](https://github.com/dynamic-labs/dynamic-auth/commit/aeae32551d3e29c59a1d183984f1d9f00f1df2cb))
|
|
21
|
+
* add stepup authMode to useSocialAuth for OAuth step-up authentication ([#10701](https://github.com/dynamic-labs/dynamic-auth/issues/10701)) ([f8ac0e4](https://github.com/dynamic-labs/dynamic-auth/commit/f8ac0e4a6a039e61d1c83e434e2f678981ff3911))
|
|
22
|
+
* add StepUpReauthSocialView and wire social option in step-up reauth UI ([#10703](https://github.com/dynamic-labs/dynamic-auth/issues/10703)) ([a49393f](https://github.com/dynamic-labs/dynamic-auth/commit/a49393f54a8f210f9cbca892339c3012d38cc5c2))
|
|
23
|
+
* add useStepUpSocial and extend step-up auth for OAuth reauthentication ([#10702](https://github.com/dynamic-labs/dynamic-auth/issues/10702)) ([fb7e21d](https://github.com/dynamic-labs/dynamic-auth/commit/fb7e21d47b3e40659ae3b8ca9321efe1d4401e60))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* aleo defaulting to testnet when connecting ([#10726](https://github.com/dynamic-labs/dynamic-auth/issues/10726)) ([24b0378](https://github.com/dynamic-labs/dynamic-auth/commit/24b0378a25902f5a134940aeeadc9846058d6fb1))
|
|
29
|
+
* override basic-ftp to >=5.2.0 (CVE-2026-27699) ([#10715](https://github.com/dynamic-labs/dynamic-auth/issues/10715)) ([b68a405](https://github.com/dynamic-labs/dynamic-auth/commit/b68a405453f0ea7e04c14492c195b46fbf25b47e))
|
|
30
|
+
* override minimatch to patched versions (CVE-2026-26996) ([#10718](https://github.com/dynamic-labs/dynamic-auth/issues/10718)) ([a69aaee](https://github.com/dynamic-labs/dynamic-auth/commit/a69aaee0859b7e1292a244abde7084f7c4cfdb72))
|
|
31
|
+
* override simple-git to >=3.32.3 (CVE-2026-28292) ([#10717](https://github.com/dynamic-labs/dynamic-auth/issues/10717)) ([8b86545](https://github.com/dynamic-labs/dynamic-auth/commit/8b865453737e4ff0ef9e8d0fbb99ea5f0359af3b))
|
|
32
|
+
* revert session chaining PR to fix IndexedDB webview crash ([#10710](https://github.com/dynamic-labs/dynamic-auth/issues/10710)) ([c4dfe66](https://github.com/dynamic-labs/dynamic-auth/commit/c4dfe66f73e6b9b7115260b06fd90fc0a167e139)), closes [#10706](https://github.com/dynamic-labs/dynamic-auth/issues/10706) [#10423](https://github.com/dynamic-labs/dynamic-auth/issues/10423) [#10423](https://github.com/dynamic-labs/dynamic-auth/issues/10423) [#10706](https://github.com/dynamic-labs/dynamic-auth/issues/10706) [#10423](https://github.com/dynamic-labs/dynamic-auth/issues/10423)
|
|
33
|
+
* update tar, serialize-javascript, svgo overrides ([#10727](https://github.com/dynamic-labs/dynamic-auth/issues/10727)) ([3c764f7](https://github.com/dynamic-labs/dynamic-auth/commit/3c764f71ce2870075eaa800389719a46d8dac233))
|
|
34
|
+
* upgrade rollup to patched versions (CVE-2026-27606) ([#10724](https://github.com/dynamic-labs/dynamic-auth/issues/10724)) ([735133e](https://github.com/dynamic-labs/dynamic-auth/commit/735133e6d4129cad20ae82b86f9507ab9227b36e))
|
|
35
|
+
|
|
2
36
|
## [4.69.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.68.0...v4.69.0) (2026-03-19)
|
|
3
37
|
|
|
4
38
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/ethereum-aa-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.71.0",
|
|
4
4
|
"description": "Core package for Ethereum Account Abstraction utilities and types",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
23
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
24
|
-
"@dynamic-labs/types": "4.
|
|
25
|
-
"@dynamic-labs/utils": "4.
|
|
26
|
-
"@dynamic-labs/wallet-book": "4.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.909",
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.71.0",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.71.0",
|
|
24
|
+
"@dynamic-labs/types": "4.71.0",
|
|
25
|
+
"@dynamic-labs/utils": "4.71.0",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.71.0",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.71.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"viem": "^2.
|
|
30
|
+
"viem": "^2.45.3"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -41,6 +41,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
41
41
|
batch?: {
|
|
42
42
|
multicall?: boolean | {
|
|
43
43
|
batchSize?: number | undefined;
|
|
44
|
+
deployless?: boolean | undefined;
|
|
44
45
|
wait?: number | undefined;
|
|
45
46
|
} | undefined;
|
|
46
47
|
} | undefined;
|
|
@@ -49,6 +50,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
49
50
|
request?: ((parameters: import("viem").CcipRequestParameters) => Promise<`0x${string}`>) | undefined;
|
|
50
51
|
} | undefined;
|
|
51
52
|
chain: ViemChain;
|
|
53
|
+
dataSuffix?: import("viem").DataSuffix | undefined;
|
|
54
|
+
experimental_blockTag?: import("viem").BlockTag | undefined;
|
|
52
55
|
key: string;
|
|
53
56
|
name: string;
|
|
54
57
|
pollingInterval: number;
|
|
@@ -58,6 +61,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
58
61
|
uid: string;
|
|
59
62
|
addChain: (args: import("viem").AddChainParameters) => Promise<void>;
|
|
60
63
|
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends ViemChain | undefined>(args: import("viem").DeployContractParameters<abi, ViemChain, Account, chainOverride>) => Promise<`0x${string}`>;
|
|
64
|
+
fillTransaction: <chainOverride_1 extends ViemChain | undefined = undefined, accountOverride extends `0x${string}` | Account | undefined = undefined>(args: import("viem").FillTransactionParameters<ViemChain, Account, chainOverride_1, accountOverride>) => Promise<import("viem").FillTransactionReturnType<ViemChain, chainOverride_1>>;
|
|
61
65
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
62
66
|
getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<{
|
|
63
67
|
atomic: boolean;
|
|
@@ -124,12 +128,12 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
124
128
|
}>, number>)[K]; } : never>;
|
|
125
129
|
getChainId: () => Promise<number>;
|
|
126
130
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
127
|
-
prepareAuthorization: (parameters: import("viem
|
|
128
|
-
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<ViemChain,
|
|
131
|
+
prepareAuthorization: (parameters: import("viem").PrepareAuthorizationParameters<Account>) => Promise<import("viem").PrepareAuthorizationReturnType>;
|
|
132
|
+
prepareTransactionRequest: <const request extends import("viem").PrepareTransactionRequestRequest<ViemChain, chainOverride_2>, chainOverride_2 extends ViemChain | undefined = undefined, accountOverride_1 extends `0x${string}` | Account | undefined = undefined>(args: import("viem").PrepareTransactionRequestParameters<ViemChain, Account, chainOverride_2, accountOverride_1, request>) => Promise<import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_2>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<ViemChain, chainOverride_2> extends infer T_15 ? T_15 extends import("viem").DeriveChain<ViemChain, chainOverride_2> ? T_15 extends ViemChain ? {
|
|
129
133
|
chain: T_15;
|
|
130
134
|
} : {
|
|
131
135
|
chain?: undefined;
|
|
132
|
-
} : never : never) & (import("viem").DeriveAccount<Account,
|
|
136
|
+
} : never : never) & (import("viem").DeriveAccount<Account, accountOverride_1> extends infer T_16 ? T_16 extends import("viem").DeriveAccount<Account, accountOverride_1> ? T_16 extends Account ? {
|
|
133
137
|
account: T_16;
|
|
134
138
|
from: `0x${string}`;
|
|
135
139
|
} : {
|
|
@@ -3377,11 +3381,11 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
3377
3381
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
3378
3382
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_26 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
|
|
3379
3383
|
chainId?: number | undefined;
|
|
3380
|
-
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_27 ? T_27 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_27 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_27 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T_1 ? { [K_1 in keyof T_1]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain,
|
|
3384
|
+
}, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_27 ? T_27 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "chainId" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_27 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_27 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T_1 ? { [K_1 in keyof T_1]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_2>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<ViemChain, chainOverride_2> extends infer T_2 ? T_2 extends import("viem").DeriveChain<ViemChain, chainOverride_2> ? T_2 extends ViemChain ? {
|
|
3381
3385
|
chain: T_2;
|
|
3382
3386
|
} : {
|
|
3383
3387
|
chain?: undefined;
|
|
3384
|
-
} : never : never) & (import("viem").DeriveAccount<Account,
|
|
3388
|
+
} : never : never) & (import("viem").DeriveAccount<Account, accountOverride_1> extends infer T_3 ? T_3 extends import("viem").DeriveAccount<Account, accountOverride_1> ? T_3 extends Account ? {
|
|
3385
3389
|
account: T_3;
|
|
3386
3390
|
from: `0x${string}`;
|
|
3387
3391
|
} : {
|
|
@@ -6635,25 +6639,41 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6635
6639
|
[x: string]: Record<string, any>;
|
|
6636
6640
|
eth_accounts: Record<string, any>;
|
|
6637
6641
|
}) => Promise<import("viem").RequestPermissionsReturnType>;
|
|
6638
|
-
sendCalls: <const calls extends readonly unknown[],
|
|
6642
|
+
sendCalls: <const calls extends readonly unknown[], chainOverride_3 extends ViemChain | undefined = undefined>(parameters: import("viem").SendCallsParameters<ViemChain, Account, chainOverride_3, calls>) => Promise<{
|
|
6639
6643
|
capabilities?: {
|
|
6640
6644
|
[x: string]: any;
|
|
6641
6645
|
} | undefined;
|
|
6642
6646
|
id: string;
|
|
6643
6647
|
}>;
|
|
6648
|
+
sendCallsSync: <const calls_1 extends readonly unknown[], chainOverride_4 extends ViemChain | undefined = undefined>(parameters: import("viem").SendCallsSyncParameters<ViemChain, Account, chainOverride_4, calls_1>) => Promise<{
|
|
6649
|
+
atomic: boolean;
|
|
6650
|
+
capabilities?: {
|
|
6651
|
+
[key: string]: any;
|
|
6652
|
+
} | {
|
|
6653
|
+
[x: string]: any;
|
|
6654
|
+
} | undefined;
|
|
6655
|
+
chainId: number;
|
|
6656
|
+
id: string;
|
|
6657
|
+
receipts?: import("viem").WalletCallReceipt<bigint, "success" | "reverted">[] | undefined;
|
|
6658
|
+
version: string;
|
|
6659
|
+
statusCode: number;
|
|
6660
|
+
status: "success" | "pending" | "failure" | undefined;
|
|
6661
|
+
}>;
|
|
6644
6662
|
sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
|
|
6645
|
-
|
|
6663
|
+
sendRawTransactionSync: (args: import("viem").SendRawTransactionSyncParameters) => Promise<import("viem").TransactionReceipt>;
|
|
6664
|
+
sendTransaction: <const request_1 extends import("viem").SendTransactionRequest<ViemChain, chainOverride_5>, chainOverride_5 extends ViemChain | undefined = undefined>(args: import("viem").SendTransactionParameters<ViemChain, Account, chainOverride_5, request_1>) => Promise<`0x${string}`>;
|
|
6665
|
+
sendTransactionSync: <const request_2 extends import("viem").SendTransactionSyncRequest<ViemChain, chainOverride_6>, chainOverride_6 extends ViemChain | undefined = undefined>(args: import("viem").SendTransactionSyncParameters<ViemChain, Account, chainOverride_6, request_2>) => Promise<import("viem").TransactionReceipt>;
|
|
6646
6666
|
showCallsStatus: (parameters: import("viem").ShowCallsStatusParameters) => Promise<void>;
|
|
6647
|
-
signAuthorization: (parameters: import("viem
|
|
6667
|
+
signAuthorization: (parameters: import("viem").SignAuthorizationParameters<Account>) => Promise<import("viem").SignAuthorizationReturnType>;
|
|
6648
6668
|
signMessage: (args: import("viem").SignMessageParameters<Account>) => Promise<`0x${string}`>;
|
|
6649
|
-
signTransaction: <
|
|
6669
|
+
signTransaction: <chainOverride_7 extends ViemChain | undefined, const request_3 extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_7>, "transactionRequest", import("viem").TransactionRequest>, "from"> = import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<ViemChain, chainOverride_7>, "transactionRequest", import("viem").TransactionRequest>, "from">>(args: import("viem").SignTransactionParameters<ViemChain, Account, chainOverride_7, request_3>) => Promise<import("viem").TransactionSerialized<import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
6650
6670
|
accessList?: undefined;
|
|
6651
6671
|
authorizationList?: undefined;
|
|
6652
6672
|
blobs?: undefined;
|
|
6653
6673
|
blobVersionedHashes?: undefined;
|
|
6654
6674
|
gasPrice?: bigint | undefined;
|
|
6655
6675
|
sidecars?: undefined;
|
|
6656
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
6676
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
6657
6677
|
accessList?: import("viem").AccessList | undefined;
|
|
6658
6678
|
authorizationList?: undefined;
|
|
6659
6679
|
blobs?: undefined;
|
|
@@ -6669,7 +6689,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6669
6689
|
maxPriorityFeePerGas: bigint;
|
|
6670
6690
|
}, import("viem").FeeValuesEIP1559> & {
|
|
6671
6691
|
accessList?: import("viem").AccessList | undefined;
|
|
6672
|
-
}) ? "eip1559" : never) | (
|
|
6692
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
6673
6693
|
accessList?: import("viem").AccessList | undefined;
|
|
6674
6694
|
authorizationList?: undefined;
|
|
6675
6695
|
blobs?: undefined;
|
|
@@ -6681,7 +6701,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6681
6701
|
maxPriorityFeePerGas?: undefined;
|
|
6682
6702
|
} & {
|
|
6683
6703
|
accessList: import("viem").AccessList | undefined;
|
|
6684
|
-
} ? "eip2930" : never) | (
|
|
6704
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
6685
6705
|
accessList?: import("viem").AccessList | undefined;
|
|
6686
6706
|
authorizationList?: undefined;
|
|
6687
6707
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -6705,7 +6725,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6705
6725
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6706
6726
|
} | {
|
|
6707
6727
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6708
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
6728
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
6709
6729
|
accessList?: import("viem").AccessList | undefined;
|
|
6710
6730
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6711
6731
|
blobs?: undefined;
|
|
@@ -6727,14 +6747,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6727
6747
|
sidecars?: undefined;
|
|
6728
6748
|
}) & {
|
|
6729
6749
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
6730
|
-
} ? "eip7702" : never) | (
|
|
6750
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)>, (import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
6731
6751
|
accessList?: undefined;
|
|
6732
6752
|
authorizationList?: undefined;
|
|
6733
6753
|
blobs?: undefined;
|
|
6734
6754
|
blobVersionedHashes?: undefined;
|
|
6735
6755
|
gasPrice?: bigint | undefined;
|
|
6736
6756
|
sidecars?: undefined;
|
|
6737
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
6757
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
6738
6758
|
accessList?: import("viem").AccessList | undefined;
|
|
6739
6759
|
authorizationList?: undefined;
|
|
6740
6760
|
blobs?: undefined;
|
|
@@ -6750,7 +6770,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6750
6770
|
maxPriorityFeePerGas: bigint;
|
|
6751
6771
|
}, import("viem").FeeValuesEIP1559> & {
|
|
6752
6772
|
accessList?: import("viem").AccessList | undefined;
|
|
6753
|
-
}) ? "eip1559" : never) | (
|
|
6773
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
6754
6774
|
accessList?: import("viem").AccessList | undefined;
|
|
6755
6775
|
authorizationList?: undefined;
|
|
6756
6776
|
blobs?: undefined;
|
|
@@ -6762,7 +6782,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6762
6782
|
maxPriorityFeePerGas?: undefined;
|
|
6763
6783
|
} & {
|
|
6764
6784
|
accessList: import("viem").AccessList | undefined;
|
|
6765
|
-
} ? "eip2930" : never) | (
|
|
6785
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
6766
6786
|
accessList?: import("viem").AccessList | undefined;
|
|
6767
6787
|
authorizationList?: undefined;
|
|
6768
6788
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -6786,7 +6806,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6786
6806
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6787
6807
|
} | {
|
|
6788
6808
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6789
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
6809
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
6790
6810
|
accessList?: import("viem").AccessList | undefined;
|
|
6791
6811
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6792
6812
|
blobs?: undefined;
|
|
@@ -6808,14 +6828,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6808
6828
|
sidecars?: undefined;
|
|
6809
6829
|
}) & {
|
|
6810
6830
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
6811
|
-
} ? "eip7702" : never) | (
|
|
6831
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> extends infer T_28 ? T_28 extends import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
6812
6832
|
accessList?: undefined;
|
|
6813
6833
|
authorizationList?: undefined;
|
|
6814
6834
|
blobs?: undefined;
|
|
6815
6835
|
blobVersionedHashes?: undefined;
|
|
6816
6836
|
gasPrice?: bigint | undefined;
|
|
6817
6837
|
sidecars?: undefined;
|
|
6818
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
6838
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
6819
6839
|
accessList?: import("viem").AccessList | undefined;
|
|
6820
6840
|
authorizationList?: undefined;
|
|
6821
6841
|
blobs?: undefined;
|
|
@@ -6831,7 +6851,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6831
6851
|
maxPriorityFeePerGas: bigint;
|
|
6832
6852
|
}, import("viem").FeeValuesEIP1559> & {
|
|
6833
6853
|
accessList?: import("viem").AccessList | undefined;
|
|
6834
|
-
}) ? "eip1559" : never) | (
|
|
6854
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
6835
6855
|
accessList?: import("viem").AccessList | undefined;
|
|
6836
6856
|
authorizationList?: undefined;
|
|
6837
6857
|
blobs?: undefined;
|
|
@@ -6843,7 +6863,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6843
6863
|
maxPriorityFeePerGas?: undefined;
|
|
6844
6864
|
} & {
|
|
6845
6865
|
accessList: import("viem").AccessList | undefined;
|
|
6846
|
-
} ? "eip2930" : never) | (
|
|
6866
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
6847
6867
|
accessList?: import("viem").AccessList | undefined;
|
|
6848
6868
|
authorizationList?: undefined;
|
|
6849
6869
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -6867,7 +6887,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6867
6887
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6868
6888
|
} | {
|
|
6869
6889
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6870
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
6890
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
6871
6891
|
accessList?: import("viem").AccessList | undefined;
|
|
6872
6892
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6873
6893
|
blobs?: undefined;
|
|
@@ -6889,14 +6909,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6889
6909
|
sidecars?: undefined;
|
|
6890
6910
|
}) & {
|
|
6891
6911
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
6892
|
-
} ? "eip7702" : never) | (
|
|
6912
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> ? T_28 extends "eip1559" ? `0x02${string}` : never : never : never) | (import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
6893
6913
|
accessList?: undefined;
|
|
6894
6914
|
authorizationList?: undefined;
|
|
6895
6915
|
blobs?: undefined;
|
|
6896
6916
|
blobVersionedHashes?: undefined;
|
|
6897
6917
|
gasPrice?: bigint | undefined;
|
|
6898
6918
|
sidecars?: undefined;
|
|
6899
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
6919
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
6900
6920
|
accessList?: import("viem").AccessList | undefined;
|
|
6901
6921
|
authorizationList?: undefined;
|
|
6902
6922
|
blobs?: undefined;
|
|
@@ -6912,7 +6932,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6912
6932
|
maxPriorityFeePerGas: bigint;
|
|
6913
6933
|
}, import("viem").FeeValuesEIP1559> & {
|
|
6914
6934
|
accessList?: import("viem").AccessList | undefined;
|
|
6915
|
-
}) ? "eip1559" : never) | (
|
|
6935
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
6916
6936
|
accessList?: import("viem").AccessList | undefined;
|
|
6917
6937
|
authorizationList?: undefined;
|
|
6918
6938
|
blobs?: undefined;
|
|
@@ -6924,7 +6944,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6924
6944
|
maxPriorityFeePerGas?: undefined;
|
|
6925
6945
|
} & {
|
|
6926
6946
|
accessList: import("viem").AccessList | undefined;
|
|
6927
|
-
} ? "eip2930" : never) | (
|
|
6947
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
6928
6948
|
accessList?: import("viem").AccessList | undefined;
|
|
6929
6949
|
authorizationList?: undefined;
|
|
6930
6950
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -6948,7 +6968,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6948
6968
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6949
6969
|
} | {
|
|
6950
6970
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6951
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
6971
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
6952
6972
|
accessList?: import("viem").AccessList | undefined;
|
|
6953
6973
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
6954
6974
|
blobs?: undefined;
|
|
@@ -6970,14 +6990,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6970
6990
|
sidecars?: undefined;
|
|
6971
6991
|
}) & {
|
|
6972
6992
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
6973
|
-
} ? "eip7702" : never) | (
|
|
6993
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> extends infer T_29 ? T_29 extends import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
6974
6994
|
accessList?: undefined;
|
|
6975
6995
|
authorizationList?: undefined;
|
|
6976
6996
|
blobs?: undefined;
|
|
6977
6997
|
blobVersionedHashes?: undefined;
|
|
6978
6998
|
gasPrice?: bigint | undefined;
|
|
6979
6999
|
sidecars?: undefined;
|
|
6980
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7000
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
6981
7001
|
accessList?: import("viem").AccessList | undefined;
|
|
6982
7002
|
authorizationList?: undefined;
|
|
6983
7003
|
blobs?: undefined;
|
|
@@ -6993,7 +7013,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
6993
7013
|
maxPriorityFeePerGas: bigint;
|
|
6994
7014
|
}, import("viem").FeeValuesEIP1559> & {
|
|
6995
7015
|
accessList?: import("viem").AccessList | undefined;
|
|
6996
|
-
}) ? "eip1559" : never) | (
|
|
7016
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
6997
7017
|
accessList?: import("viem").AccessList | undefined;
|
|
6998
7018
|
authorizationList?: undefined;
|
|
6999
7019
|
blobs?: undefined;
|
|
@@ -7005,7 +7025,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7005
7025
|
maxPriorityFeePerGas?: undefined;
|
|
7006
7026
|
} & {
|
|
7007
7027
|
accessList: import("viem").AccessList | undefined;
|
|
7008
|
-
} ? "eip2930" : never) | (
|
|
7028
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7009
7029
|
accessList?: import("viem").AccessList | undefined;
|
|
7010
7030
|
authorizationList?: undefined;
|
|
7011
7031
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7029,7 +7049,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7029
7049
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7030
7050
|
} | {
|
|
7031
7051
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7032
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7052
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7033
7053
|
accessList?: import("viem").AccessList | undefined;
|
|
7034
7054
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7035
7055
|
blobs?: undefined;
|
|
@@ -7051,14 +7071,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7051
7071
|
sidecars?: undefined;
|
|
7052
7072
|
}) & {
|
|
7053
7073
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7054
|
-
} ? "eip7702" : never) | (
|
|
7074
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> ? T_29 extends "eip2930" ? `0x01${string}` : never : never : never) | (import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7055
7075
|
accessList?: undefined;
|
|
7056
7076
|
authorizationList?: undefined;
|
|
7057
7077
|
blobs?: undefined;
|
|
7058
7078
|
blobVersionedHashes?: undefined;
|
|
7059
7079
|
gasPrice?: bigint | undefined;
|
|
7060
7080
|
sidecars?: undefined;
|
|
7061
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7081
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7062
7082
|
accessList?: import("viem").AccessList | undefined;
|
|
7063
7083
|
authorizationList?: undefined;
|
|
7064
7084
|
blobs?: undefined;
|
|
@@ -7074,7 +7094,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7074
7094
|
maxPriorityFeePerGas: bigint;
|
|
7075
7095
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7076
7096
|
accessList?: import("viem").AccessList | undefined;
|
|
7077
|
-
}) ? "eip1559" : never) | (
|
|
7097
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7078
7098
|
accessList?: import("viem").AccessList | undefined;
|
|
7079
7099
|
authorizationList?: undefined;
|
|
7080
7100
|
blobs?: undefined;
|
|
@@ -7086,7 +7106,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7086
7106
|
maxPriorityFeePerGas?: undefined;
|
|
7087
7107
|
} & {
|
|
7088
7108
|
accessList: import("viem").AccessList | undefined;
|
|
7089
|
-
} ? "eip2930" : never) | (
|
|
7109
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7090
7110
|
accessList?: import("viem").AccessList | undefined;
|
|
7091
7111
|
authorizationList?: undefined;
|
|
7092
7112
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7110,7 +7130,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7110
7130
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7111
7131
|
} | {
|
|
7112
7132
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7113
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7133
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7114
7134
|
accessList?: import("viem").AccessList | undefined;
|
|
7115
7135
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7116
7136
|
blobs?: undefined;
|
|
@@ -7132,14 +7152,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7132
7152
|
sidecars?: undefined;
|
|
7133
7153
|
}) & {
|
|
7134
7154
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7135
|
-
} ? "eip7702" : never) | (
|
|
7155
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> extends infer T_30 ? T_30 extends import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7136
7156
|
accessList?: undefined;
|
|
7137
7157
|
authorizationList?: undefined;
|
|
7138
7158
|
blobs?: undefined;
|
|
7139
7159
|
blobVersionedHashes?: undefined;
|
|
7140
7160
|
gasPrice?: bigint | undefined;
|
|
7141
7161
|
sidecars?: undefined;
|
|
7142
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7162
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7143
7163
|
accessList?: import("viem").AccessList | undefined;
|
|
7144
7164
|
authorizationList?: undefined;
|
|
7145
7165
|
blobs?: undefined;
|
|
@@ -7155,7 +7175,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7155
7175
|
maxPriorityFeePerGas: bigint;
|
|
7156
7176
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7157
7177
|
accessList?: import("viem").AccessList | undefined;
|
|
7158
|
-
}) ? "eip1559" : never) | (
|
|
7178
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7159
7179
|
accessList?: import("viem").AccessList | undefined;
|
|
7160
7180
|
authorizationList?: undefined;
|
|
7161
7181
|
blobs?: undefined;
|
|
@@ -7167,7 +7187,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7167
7187
|
maxPriorityFeePerGas?: undefined;
|
|
7168
7188
|
} & {
|
|
7169
7189
|
accessList: import("viem").AccessList | undefined;
|
|
7170
|
-
} ? "eip2930" : never) | (
|
|
7190
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7171
7191
|
accessList?: import("viem").AccessList | undefined;
|
|
7172
7192
|
authorizationList?: undefined;
|
|
7173
7193
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7191,7 +7211,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7191
7211
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7192
7212
|
} | {
|
|
7193
7213
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7194
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7214
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7195
7215
|
accessList?: import("viem").AccessList | undefined;
|
|
7196
7216
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7197
7217
|
blobs?: undefined;
|
|
@@ -7213,14 +7233,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7213
7233
|
sidecars?: undefined;
|
|
7214
7234
|
}) & {
|
|
7215
7235
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7216
|
-
} ? "eip7702" : never) | (
|
|
7236
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> ? T_30 extends "eip4844" ? `0x03${string}` : never : never : never) | (import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7217
7237
|
accessList?: undefined;
|
|
7218
7238
|
authorizationList?: undefined;
|
|
7219
7239
|
blobs?: undefined;
|
|
7220
7240
|
blobVersionedHashes?: undefined;
|
|
7221
7241
|
gasPrice?: bigint | undefined;
|
|
7222
7242
|
sidecars?: undefined;
|
|
7223
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7243
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7224
7244
|
accessList?: import("viem").AccessList | undefined;
|
|
7225
7245
|
authorizationList?: undefined;
|
|
7226
7246
|
blobs?: undefined;
|
|
@@ -7236,7 +7256,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7236
7256
|
maxPriorityFeePerGas: bigint;
|
|
7237
7257
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7238
7258
|
accessList?: import("viem").AccessList | undefined;
|
|
7239
|
-
}) ? "eip1559" : never) | (
|
|
7259
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7240
7260
|
accessList?: import("viem").AccessList | undefined;
|
|
7241
7261
|
authorizationList?: undefined;
|
|
7242
7262
|
blobs?: undefined;
|
|
@@ -7248,7 +7268,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7248
7268
|
maxPriorityFeePerGas?: undefined;
|
|
7249
7269
|
} & {
|
|
7250
7270
|
accessList: import("viem").AccessList | undefined;
|
|
7251
|
-
} ? "eip2930" : never) | (
|
|
7271
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7252
7272
|
accessList?: import("viem").AccessList | undefined;
|
|
7253
7273
|
authorizationList?: undefined;
|
|
7254
7274
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7272,7 +7292,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7272
7292
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7273
7293
|
} | {
|
|
7274
7294
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7275
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7295
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7276
7296
|
accessList?: import("viem").AccessList | undefined;
|
|
7277
7297
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7278
7298
|
blobs?: undefined;
|
|
@@ -7294,14 +7314,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7294
7314
|
sidecars?: undefined;
|
|
7295
7315
|
}) & {
|
|
7296
7316
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7297
|
-
} ? "eip7702" : never) | (
|
|
7317
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> extends infer T_31 ? T_31 extends import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7298
7318
|
accessList?: undefined;
|
|
7299
7319
|
authorizationList?: undefined;
|
|
7300
7320
|
blobs?: undefined;
|
|
7301
7321
|
blobVersionedHashes?: undefined;
|
|
7302
7322
|
gasPrice?: bigint | undefined;
|
|
7303
7323
|
sidecars?: undefined;
|
|
7304
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7324
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7305
7325
|
accessList?: import("viem").AccessList | undefined;
|
|
7306
7326
|
authorizationList?: undefined;
|
|
7307
7327
|
blobs?: undefined;
|
|
@@ -7317,7 +7337,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7317
7337
|
maxPriorityFeePerGas: bigint;
|
|
7318
7338
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7319
7339
|
accessList?: import("viem").AccessList | undefined;
|
|
7320
|
-
}) ? "eip1559" : never) | (
|
|
7340
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7321
7341
|
accessList?: import("viem").AccessList | undefined;
|
|
7322
7342
|
authorizationList?: undefined;
|
|
7323
7343
|
blobs?: undefined;
|
|
@@ -7329,7 +7349,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7329
7349
|
maxPriorityFeePerGas?: undefined;
|
|
7330
7350
|
} & {
|
|
7331
7351
|
accessList: import("viem").AccessList | undefined;
|
|
7332
|
-
} ? "eip2930" : never) | (
|
|
7352
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7333
7353
|
accessList?: import("viem").AccessList | undefined;
|
|
7334
7354
|
authorizationList?: undefined;
|
|
7335
7355
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7353,7 +7373,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7353
7373
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7354
7374
|
} | {
|
|
7355
7375
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7356
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7376
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7357
7377
|
accessList?: import("viem").AccessList | undefined;
|
|
7358
7378
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7359
7379
|
blobs?: undefined;
|
|
@@ -7375,14 +7395,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7375
7395
|
sidecars?: undefined;
|
|
7376
7396
|
}) & {
|
|
7377
7397
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7378
|
-
} ? "eip7702" : never) | (
|
|
7398
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> ? T_31 extends "eip7702" ? `0x04${string}` : never : never : never) | (import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7379
7399
|
accessList?: undefined;
|
|
7380
7400
|
authorizationList?: undefined;
|
|
7381
7401
|
blobs?: undefined;
|
|
7382
7402
|
blobVersionedHashes?: undefined;
|
|
7383
7403
|
gasPrice?: bigint | undefined;
|
|
7384
7404
|
sidecars?: undefined;
|
|
7385
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7405
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7386
7406
|
accessList?: import("viem").AccessList | undefined;
|
|
7387
7407
|
authorizationList?: undefined;
|
|
7388
7408
|
blobs?: undefined;
|
|
@@ -7398,7 +7418,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7398
7418
|
maxPriorityFeePerGas: bigint;
|
|
7399
7419
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7400
7420
|
accessList?: import("viem").AccessList | undefined;
|
|
7401
|
-
}) ? "eip1559" : never) | (
|
|
7421
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7402
7422
|
accessList?: import("viem").AccessList | undefined;
|
|
7403
7423
|
authorizationList?: undefined;
|
|
7404
7424
|
blobs?: undefined;
|
|
@@ -7410,7 +7430,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7410
7430
|
maxPriorityFeePerGas?: undefined;
|
|
7411
7431
|
} & {
|
|
7412
7432
|
accessList: import("viem").AccessList | undefined;
|
|
7413
|
-
} ? "eip2930" : never) | (
|
|
7433
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7414
7434
|
accessList?: import("viem").AccessList | undefined;
|
|
7415
7435
|
authorizationList?: undefined;
|
|
7416
7436
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7434,7 +7454,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7434
7454
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7435
7455
|
} | {
|
|
7436
7456
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7437
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7457
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7438
7458
|
accessList?: import("viem").AccessList | undefined;
|
|
7439
7459
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7440
7460
|
blobs?: undefined;
|
|
@@ -7456,14 +7476,14 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7456
7476
|
sidecars?: undefined;
|
|
7457
7477
|
}) & {
|
|
7458
7478
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7459
|
-
} ? "eip7702" : never) | (
|
|
7479
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> extends infer T_32 ? T_32 extends import("viem").GetTransactionType<request_3, (request_3 extends {
|
|
7460
7480
|
accessList?: undefined;
|
|
7461
7481
|
authorizationList?: undefined;
|
|
7462
7482
|
blobs?: undefined;
|
|
7463
7483
|
blobVersionedHashes?: undefined;
|
|
7464
7484
|
gasPrice?: bigint | undefined;
|
|
7465
7485
|
sidecars?: undefined;
|
|
7466
|
-
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (
|
|
7486
|
+
} & import("viem").FeeValuesLegacy ? "legacy" : never) | (request_3 extends {
|
|
7467
7487
|
accessList?: import("viem").AccessList | undefined;
|
|
7468
7488
|
authorizationList?: undefined;
|
|
7469
7489
|
blobs?: undefined;
|
|
@@ -7479,7 +7499,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7479
7499
|
maxPriorityFeePerGas: bigint;
|
|
7480
7500
|
}, import("viem").FeeValuesEIP1559> & {
|
|
7481
7501
|
accessList?: import("viem").AccessList | undefined;
|
|
7482
|
-
}) ? "eip1559" : never) | (
|
|
7502
|
+
}) ? "eip1559" : never) | (request_3 extends {
|
|
7483
7503
|
accessList?: import("viem").AccessList | undefined;
|
|
7484
7504
|
authorizationList?: undefined;
|
|
7485
7505
|
blobs?: undefined;
|
|
@@ -7491,7 +7511,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7491
7511
|
maxPriorityFeePerGas?: undefined;
|
|
7492
7512
|
} & {
|
|
7493
7513
|
accessList: import("viem").AccessList | undefined;
|
|
7494
|
-
} ? "eip2930" : never) | (
|
|
7514
|
+
} ? "eip2930" : never) | (request_3 extends ({
|
|
7495
7515
|
accessList?: import("viem").AccessList | undefined;
|
|
7496
7516
|
authorizationList?: undefined;
|
|
7497
7517
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
@@ -7515,7 +7535,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7515
7535
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7516
7536
|
} | {
|
|
7517
7537
|
sidecars: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7518
|
-
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (
|
|
7538
|
+
}, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request_3 extends ({
|
|
7519
7539
|
accessList?: import("viem").AccessList | undefined;
|
|
7520
7540
|
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
7521
7541
|
blobs?: undefined;
|
|
@@ -7537,7 +7557,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7537
7557
|
sidecars?: undefined;
|
|
7538
7558
|
}) & {
|
|
7539
7559
|
authorizationList: import("viem").SignedAuthorizationList;
|
|
7540
|
-
} ? "eip7702" : never) | (
|
|
7560
|
+
} ? "eip7702" : never) | (request_3["type"] extends string | undefined ? Extract<request_3["type"], string> : never)> ? T_32 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
|
|
7541
7561
|
signTypedData: <const typedData extends {
|
|
7542
7562
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
7543
7563
|
[x: `string[${string}]`]: undefined;
|
|
@@ -7762,7 +7782,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7762
7782
|
status: "success" | "pending" | "failure" | undefined;
|
|
7763
7783
|
}>;
|
|
7764
7784
|
watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
|
|
7765
|
-
writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi_1, "nonpayable" | "payable", functionName>,
|
|
7785
|
+
writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "nonpayable" | "payable">, args extends import("viem").ContractFunctionArgs<abi_1, "nonpayable" | "payable", functionName>, chainOverride_8 extends ViemChain | undefined = undefined>(args: import("viem").WriteContractParameters<abi_1, functionName, args, ViemChain, Account, chainOverride_8>) => Promise<`0x${string}`>;
|
|
7786
|
+
writeContractSync: <const abi_2 extends import("viem").Abi | readonly unknown[], functionName_1 extends import("viem").ContractFunctionName<abi_2, "nonpayable" | "payable">, args_1 extends import("viem").ContractFunctionArgs<abi_2, "nonpayable" | "payable", functionName_1>, chainOverride_9 extends ViemChain | undefined = undefined>(args: import("viem").WriteContractSyncParameters<abi_2, functionName_1, args_1, ViemChain, Account, chainOverride_9>) => Promise<import("viem").TransactionReceipt>;
|
|
7766
7787
|
extend: <const client extends {
|
|
7767
7788
|
[x: string]: unknown;
|
|
7768
7789
|
account?: undefined;
|
|
@@ -7770,6 +7791,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7770
7791
|
cacheTime?: undefined;
|
|
7771
7792
|
ccipRead?: undefined;
|
|
7772
7793
|
chain?: undefined;
|
|
7794
|
+
dataSuffix?: undefined;
|
|
7795
|
+
experimental_blockTag?: undefined;
|
|
7773
7796
|
key?: undefined;
|
|
7774
7797
|
name?: undefined;
|
|
7775
7798
|
pollingInterval?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountAbstractionBaseConnector.d.ts","sourceRoot":"","sources":["../../../../../packages/ethereum-aa-core/src/connector/AccountAbstractionBaseConnector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAe,SAAS,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACrE,OAAO,EAAE,KAAK,KAAK,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEtD,OAAO,EACL,KAAK,EACL,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EAEL,cAAc,EACf,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,aAAa,EACb,cAAc,EACf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAC;AAE5D,8BAAsB,+BAAgC,SAAQ,mBAAmB,CAC/E,OAAO,cAAc,CACtB;IACC,QAAQ,CAAC,YAAY,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC3D,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAExC,SAAS,CAAC,cAAc,EAAE,aAAa,CAAC,uBAAuB,CAAC,CAAC;IACjE,OAAO,CAAC,yBAAyB,CAAS;IAC1C,SAAS,CAAC,WAAW,EAAE,cAAc,EAAE,CAAM;IAEpC,WAAW,wBAAkB;IAC7B,gBAAgB,UAAQ;IACjC,cAAc,EAAE,KAAK,CAAS;IAC9B,eAAe,EAAE,KAAK,EAAE,CAAkB;gBAE9B,IAAI,EAAE,gCAAgC;IAMlD;;;OAGG;IACH,eAAe,IAAI,uBAAuB,GAAG,SAAS;IAItD;;OAEG;IACH,yBAAyB,IAAI,IAAI;IAIjC;;OAEG;IACH,SAAS,CAAC,wBAAwB,IAAI,OAAO;IAI7C;;OAEG;IACM,kBAAkB,IAAI,cAAc,EAAE;IAI/C;;OAEG;IACY,SAAS
|
|
1
|
+
{"version":3,"file":"AccountAbstractionBaseConnector.d.ts","sourceRoot":"","sources":["../../../../../packages/ethereum-aa-core/src/connector/AccountAbstractionBaseConnector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAe,SAAS,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACrE,OAAO,EAAE,KAAK,KAAK,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEtD,OAAO,EACL,KAAK,EACL,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EAEL,cAAc,EACf,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,aAAa,EACb,cAAc,EACf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAC;AAE5D,8BAAsB,+BAAgC,SAAQ,mBAAmB,CAC/E,OAAO,cAAc,CACtB;IACC,QAAQ,CAAC,YAAY,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC3D,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAExC,SAAS,CAAC,cAAc,EAAE,aAAa,CAAC,uBAAuB,CAAC,CAAC;IACjE,OAAO,CAAC,yBAAyB,CAAS;IAC1C,SAAS,CAAC,WAAW,EAAE,cAAc,EAAE,CAAM;IAEpC,WAAW,wBAAkB;IAC7B,gBAAgB,UAAQ;IACjC,cAAc,EAAE,KAAK,CAAS;IAC9B,eAAe,EAAE,KAAK,EAAE,CAAkB;gBAE9B,IAAI,EAAE,gCAAgC;IAMlD;;;OAGG;IACH,eAAe,IAAI,uBAAuB,GAAG,SAAS;IAItD;;OAEG;IACH,yBAAyB,IAAI,IAAI;IAIjC;;OAEG;IACH,SAAS,CAAC,wBAAwB,IAAI,OAAO;IAI7C;;OAEG;IACM,kBAAkB,IAAI,cAAc,EAAE;IAI/C;;OAEG;IACY,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIxB;;OAEG;IACY,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAUvE;;OAEG;IACY,oBAAoB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAO3E,QAAQ,CAAC,wBAAwB,CAAC,WAAW,EAAE;QAC7C,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,GAAG,OAAO,CAAC,OAAO,CAAC;IAEd,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAgBjD,qCAAqC,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAIzE,QAAQ,CAAC,6BAA6B,CAAC,CAAC,EAAE,EACxC,eAAe,GAChB,EAAE;QACD,eAAe,EAAE,OAAO,CAAC;KAC1B,GAAG,OAAO,CAAC,CAAC,CAAC;IAEd,QAAQ,CAAC,UAAU,CAAC,MAAM,EAAE;QAC1B,kBAAkB,EAAE,MAAM,CAAC;QAC3B,UAAU,EAAE,MAAM,CAAC;QACnB,YAAY,EAAE,uBAAuB,CAAC;QACtC,UAAU,CAAC,EAAE,qBAAqB,CAAC;QACnC,qBAAqB,CAAC,EAAE,OAAO,CAAC;KACjC,GAAG,OAAO,CAAC,IAAI,CAAC;aAEC,eAAe,CAC/B,OAAO,CAAC,EAAE,MAAM,GACf,YAAY,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,GAAG,SAAS;IAE1D;;;;OAIG;IACI,4BAA4B,IAAI,OAAO;CAG/C"}
|