@circle-fin/usdckit 0.24.1 → 0.25.1
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/dist/cjs/chains/ARB.d.ts +9 -0
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/chains/ARC_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/AVAX.d.ts +9 -0
- package/dist/cjs/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/cjs/chains/BASE.d.ts +13 -3
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/chains/ETH.d.ts +9 -0
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/chains/MATIC.d.ts +11 -2
- package/dist/cjs/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/cjs/chains/MONAD.d.ts +9 -0
- package/dist/cjs/chains/MONAD_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/NEAR.d.ts +9 -0
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/OP.d.ts +13 -3
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/chains/SOL.d.ts +9 -0
- package/dist/cjs/chains/SOL_DEVNET.d.ts +9 -0
- package/dist/cjs/chains/UNI.d.ts +13 -3
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/extractChain.d.ts +216 -21
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +180 -21
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
- package/dist/cjs/providers/circle-wallets/index.d.ts +597 -52
- package/dist/cjs/providers/circle-wallets/index.js +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js +39 -9
- package/dist/cjs/providers/circle-wallets/transports/index.test.js +117 -67
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
- package/dist/cjs/providers/solana/index.d.ts +18 -0
- package/dist/cjs/providers/uniswap/chains/ARB.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/ETH.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +11 -2
- package/dist/cjs/providers/uniswap/chains/OP.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/index.d.ts +134 -20
- package/dist/cjs/utils/getClient.d.ts +6 -3
- package/dist/cjs/utils/getContract.d.ts +16 -16
- package/dist/esm/chains/ARB.d.ts +9 -0
- package/dist/esm/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/chains/ARC_TESTNET.d.ts +9 -0
- package/dist/esm/chains/AVAX.d.ts +9 -0
- package/dist/esm/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/esm/chains/BASE.d.ts +13 -3
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/chains/ETH.d.ts +9 -0
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/chains/MATIC.d.ts +11 -2
- package/dist/esm/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/esm/chains/MONAD.d.ts +9 -0
- package/dist/esm/chains/MONAD_TESTNET.d.ts +9 -0
- package/dist/esm/chains/NEAR.d.ts +9 -0
- package/dist/esm/chains/NEAR_TESTNET.d.ts +9 -0
- package/dist/esm/chains/OP.d.ts +13 -3
- package/dist/esm/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/chains/SOL.d.ts +9 -0
- package/dist/esm/chains/SOL_DEVNET.d.ts +9 -0
- package/dist/esm/chains/UNI.d.ts +13 -3
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/extractChain.d.ts +216 -21
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +180 -21
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
- package/dist/esm/providers/circle-wallets/index.d.ts +597 -52
- package/dist/esm/providers/circle-wallets/index.js +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.js +39 -9
- package/dist/esm/providers/circle-wallets/transports/index.test.js +117 -67
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
- package/dist/esm/providers/solana/index.d.ts +18 -0
- package/dist/esm/providers/uniswap/chains/ARB.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/AVAX.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/BASE.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/ETH.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/MATIC.d.ts +11 -2
- package/dist/esm/providers/uniswap/chains/OP.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/UNI.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/index.d.ts +134 -20
- package/dist/esm/utils/getClient.d.ts +6 -3
- package/package.json +3 -3
|
@@ -1390,8 +1390,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1390
1390
|
sourceId?: number | undefined | undefined;
|
|
1391
1391
|
testnet: true;
|
|
1392
1392
|
custom?: Record<string, unknown> | undefined;
|
|
1393
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1393
1394
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1395
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1396
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1397
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1398
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1399
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1400
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1401
|
+
}] | undefined;
|
|
1394
1402
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1403
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1395
1404
|
readonly blockchainId: "ARB-SEPOLIA";
|
|
1396
1405
|
readonly blockchainVm: "EVM";
|
|
1397
1406
|
readonly formatters?: undefined | undefined;
|
|
@@ -2785,8 +2794,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2785
2794
|
sourceId?: number | undefined | undefined;
|
|
2786
2795
|
testnet?: boolean | undefined | undefined;
|
|
2787
2796
|
custom?: Record<string, unknown> | undefined;
|
|
2797
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2788
2798
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2799
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2800
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2801
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2802
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2803
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2804
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2805
|
+
}] | undefined;
|
|
2789
2806
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
2807
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2790
2808
|
readonly blockchainId: "ARB";
|
|
2791
2809
|
readonly blockchainVm: "EVM";
|
|
2792
2810
|
readonly formatters?: undefined | undefined;
|
|
@@ -4462,8 +4480,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4462
4480
|
sourceId?: number | undefined | undefined;
|
|
4463
4481
|
testnet?: boolean | undefined | undefined;
|
|
4464
4482
|
custom?: Record<string, unknown> | undefined;
|
|
4483
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4465
4484
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4485
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4486
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4487
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4488
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4489
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4490
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4491
|
+
}] | undefined;
|
|
4466
4492
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4493
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4467
4494
|
readonly blockchainId: "AVAX";
|
|
4468
4495
|
readonly blockchainVm: "EVM";
|
|
4469
4496
|
readonly formatters?: undefined | undefined;
|
|
@@ -6038,6 +6065,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6038
6065
|
sourceId: 11155111;
|
|
6039
6066
|
testnet: true;
|
|
6040
6067
|
custom?: Record<string, unknown> | undefined;
|
|
6068
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
6041
6069
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6042
6070
|
formatters: {
|
|
6043
6071
|
readonly block: {
|
|
@@ -6103,16 +6131,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6103
6131
|
r: import("viem").Hex;
|
|
6104
6132
|
s: import("viem").Hex;
|
|
6105
6133
|
v: bigint;
|
|
6106
|
-
value: bigint;
|
|
6107
|
-
gas: bigint;
|
|
6108
6134
|
to: import("abitype").Address | null;
|
|
6109
6135
|
from: import("abitype").Address;
|
|
6136
|
+
gas: bigint;
|
|
6110
6137
|
nonce: number;
|
|
6138
|
+
value: bigint;
|
|
6111
6139
|
blockHash: `0x${string}` | null;
|
|
6112
6140
|
blockNumber: bigint | null;
|
|
6113
|
-
transactionIndex: number | null;
|
|
6114
6141
|
hash: import("viem").Hash;
|
|
6115
6142
|
input: import("viem").Hex;
|
|
6143
|
+
transactionIndex: number | null;
|
|
6116
6144
|
typeHex: import("viem").Hex | null;
|
|
6117
6145
|
accessList?: undefined | undefined;
|
|
6118
6146
|
authorizationList?: undefined | undefined;
|
|
@@ -6249,6 +6277,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6249
6277
|
blobGasUsed?: bigint | undefined;
|
|
6250
6278
|
blockHash: import("viem").Hash;
|
|
6251
6279
|
blockNumber: bigint;
|
|
6280
|
+
blockTimestamp?: bigint | undefined;
|
|
6252
6281
|
contractAddress: import("abitype").Address | null | undefined;
|
|
6253
6282
|
cumulativeGasUsed: bigint;
|
|
6254
6283
|
effectiveGasPrice: bigint;
|
|
@@ -6270,9 +6299,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6270
6299
|
type: "transactionReceipt";
|
|
6271
6300
|
};
|
|
6272
6301
|
};
|
|
6302
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6303
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6304
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6305
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6306
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6307
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6308
|
+
}] | undefined;
|
|
6273
6309
|
serializers: {
|
|
6274
6310
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
6275
6311
|
};
|
|
6312
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
6276
6313
|
readonly blockchainId: "BASE-SEPOLIA";
|
|
6277
6314
|
readonly blockchainVm: "EVM";
|
|
6278
6315
|
readonly network: "base-sepolia";
|
|
@@ -7847,6 +7884,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7847
7884
|
sourceId: 1;
|
|
7848
7885
|
testnet?: boolean | undefined | undefined;
|
|
7849
7886
|
custom?: Record<string, unknown> | undefined;
|
|
7887
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
7850
7888
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
7851
7889
|
formatters: {
|
|
7852
7890
|
readonly block: {
|
|
@@ -7912,16 +7950,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7912
7950
|
r: import("viem").Hex;
|
|
7913
7951
|
s: import("viem").Hex;
|
|
7914
7952
|
v: bigint;
|
|
7915
|
-
value: bigint;
|
|
7916
|
-
gas: bigint;
|
|
7917
7953
|
to: import("abitype").Address | null;
|
|
7918
7954
|
from: import("abitype").Address;
|
|
7955
|
+
gas: bigint;
|
|
7919
7956
|
nonce: number;
|
|
7957
|
+
value: bigint;
|
|
7920
7958
|
blockHash: `0x${string}` | null;
|
|
7921
7959
|
blockNumber: bigint | null;
|
|
7922
|
-
transactionIndex: number | null;
|
|
7923
7960
|
hash: import("viem").Hash;
|
|
7924
7961
|
input: import("viem").Hex;
|
|
7962
|
+
transactionIndex: number | null;
|
|
7925
7963
|
typeHex: import("viem").Hex | null;
|
|
7926
7964
|
accessList?: undefined | undefined;
|
|
7927
7965
|
authorizationList?: undefined | undefined;
|
|
@@ -8058,6 +8096,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
8058
8096
|
blobGasUsed?: bigint | undefined;
|
|
8059
8097
|
blockHash: import("viem").Hash;
|
|
8060
8098
|
blockNumber: bigint;
|
|
8099
|
+
blockTimestamp?: bigint | undefined;
|
|
8061
8100
|
contractAddress: import("abitype").Address | null | undefined;
|
|
8062
8101
|
cumulativeGasUsed: bigint;
|
|
8063
8102
|
effectiveGasPrice: bigint;
|
|
@@ -8079,9 +8118,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
8079
8118
|
type: "transactionReceipt";
|
|
8080
8119
|
};
|
|
8081
8120
|
};
|
|
8121
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8122
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8123
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8124
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8125
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
8126
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
8127
|
+
}] | undefined;
|
|
8082
8128
|
serializers: {
|
|
8083
8129
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
8084
8130
|
};
|
|
8131
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
8085
8132
|
readonly blockchainId: "BASE";
|
|
8086
8133
|
readonly blockchainVm: "EVM";
|
|
8087
8134
|
}, {
|
|
@@ -9619,8 +9666,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
9619
9666
|
sourceId?: number | undefined | undefined;
|
|
9620
9667
|
testnet: true;
|
|
9621
9668
|
custom?: Record<string, unknown> | undefined;
|
|
9669
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9622
9670
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
9671
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9672
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9673
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9674
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9675
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
9676
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
9677
|
+
}] | undefined;
|
|
9623
9678
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
9679
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9624
9680
|
readonly blockchainId: "ETH-SEPOLIA";
|
|
9625
9681
|
readonly blockchainVm: "EVM";
|
|
9626
9682
|
readonly formatters?: undefined | undefined;
|
|
@@ -11300,8 +11356,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
11300
11356
|
sourceId?: number | undefined | undefined;
|
|
11301
11357
|
testnet?: boolean | undefined | undefined;
|
|
11302
11358
|
custom?: Record<string, unknown> | undefined;
|
|
11359
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
11303
11360
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
11361
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11362
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11363
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11364
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11365
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
11366
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
11367
|
+
}] | undefined;
|
|
11304
11368
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
11369
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
11305
11370
|
readonly blockchainId: "ETH";
|
|
11306
11371
|
readonly blockchainVm: "EVM";
|
|
11307
11372
|
readonly formatters?: undefined | undefined;
|
|
@@ -12733,6 +12798,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12733
12798
|
sourceId: 11155111;
|
|
12734
12799
|
testnet: true;
|
|
12735
12800
|
custom?: Record<string, unknown> | undefined;
|
|
12801
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
12736
12802
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
12737
12803
|
formatters: {
|
|
12738
12804
|
readonly block: {
|
|
@@ -12798,16 +12864,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12798
12864
|
r: import("viem").Hex;
|
|
12799
12865
|
s: import("viem").Hex;
|
|
12800
12866
|
v: bigint;
|
|
12801
|
-
value: bigint;
|
|
12802
|
-
gas: bigint;
|
|
12803
12867
|
to: import("abitype").Address | null;
|
|
12804
12868
|
from: import("abitype").Address;
|
|
12869
|
+
gas: bigint;
|
|
12805
12870
|
nonce: number;
|
|
12871
|
+
value: bigint;
|
|
12806
12872
|
blockHash: `0x${string}` | null;
|
|
12807
12873
|
blockNumber: bigint | null;
|
|
12808
|
-
transactionIndex: number | null;
|
|
12809
12874
|
hash: import("viem").Hash;
|
|
12810
12875
|
input: import("viem").Hex;
|
|
12876
|
+
transactionIndex: number | null;
|
|
12811
12877
|
typeHex: import("viem").Hex | null;
|
|
12812
12878
|
accessList?: undefined | undefined;
|
|
12813
12879
|
authorizationList?: undefined | undefined;
|
|
@@ -12944,6 +13010,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12944
13010
|
blobGasUsed?: bigint | undefined;
|
|
12945
13011
|
blockHash: import("viem").Hash;
|
|
12946
13012
|
blockNumber: bigint;
|
|
13013
|
+
blockTimestamp?: bigint | undefined;
|
|
12947
13014
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12948
13015
|
cumulativeGasUsed: bigint;
|
|
12949
13016
|
effectiveGasPrice: bigint;
|
|
@@ -12965,9 +13032,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
12965
13032
|
type: "transactionReceipt";
|
|
12966
13033
|
};
|
|
12967
13034
|
};
|
|
13035
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
13036
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13037
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
13038
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13039
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
13040
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
13041
|
+
}] | undefined;
|
|
12968
13042
|
serializers: {
|
|
12969
13043
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
12970
13044
|
};
|
|
13045
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
12971
13046
|
readonly blockchainId: "OP-SEPOLIA";
|
|
12972
13047
|
readonly blockchainVm: "EVM";
|
|
12973
13048
|
}, {
|
|
@@ -14398,6 +14473,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14398
14473
|
sourceId: 1;
|
|
14399
14474
|
testnet?: boolean | undefined | undefined;
|
|
14400
14475
|
custom?: Record<string, unknown> | undefined;
|
|
14476
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
14401
14477
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
14402
14478
|
formatters: {
|
|
14403
14479
|
readonly block: {
|
|
@@ -14463,16 +14539,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14463
14539
|
r: import("viem").Hex;
|
|
14464
14540
|
s: import("viem").Hex;
|
|
14465
14541
|
v: bigint;
|
|
14466
|
-
value: bigint;
|
|
14467
|
-
gas: bigint;
|
|
14468
14542
|
to: import("abitype").Address | null;
|
|
14469
14543
|
from: import("abitype").Address;
|
|
14544
|
+
gas: bigint;
|
|
14470
14545
|
nonce: number;
|
|
14546
|
+
value: bigint;
|
|
14471
14547
|
blockHash: `0x${string}` | null;
|
|
14472
14548
|
blockNumber: bigint | null;
|
|
14473
|
-
transactionIndex: number | null;
|
|
14474
14549
|
hash: import("viem").Hash;
|
|
14475
14550
|
input: import("viem").Hex;
|
|
14551
|
+
transactionIndex: number | null;
|
|
14476
14552
|
typeHex: import("viem").Hex | null;
|
|
14477
14553
|
accessList?: undefined | undefined;
|
|
14478
14554
|
authorizationList?: undefined | undefined;
|
|
@@ -14609,6 +14685,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14609
14685
|
blobGasUsed?: bigint | undefined;
|
|
14610
14686
|
blockHash: import("viem").Hash;
|
|
14611
14687
|
blockNumber: bigint;
|
|
14688
|
+
blockTimestamp?: bigint | undefined;
|
|
14612
14689
|
contractAddress: import("abitype").Address | null | undefined;
|
|
14613
14690
|
cumulativeGasUsed: bigint;
|
|
14614
14691
|
effectiveGasPrice: bigint;
|
|
@@ -14630,9 +14707,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14630
14707
|
type: "transactionReceipt";
|
|
14631
14708
|
};
|
|
14632
14709
|
};
|
|
14710
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
14711
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
14712
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
14713
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
14714
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
14715
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
14716
|
+
}] | undefined;
|
|
14633
14717
|
serializers: {
|
|
14634
14718
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
14635
14719
|
};
|
|
14720
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
14636
14721
|
readonly blockchainId: "OP";
|
|
14637
14722
|
readonly blockchainVm: "EVM";
|
|
14638
14723
|
}, {
|
|
@@ -14640,7 +14725,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
14640
14725
|
readonly default: {
|
|
14641
14726
|
readonly name: "PolygonScan";
|
|
14642
14727
|
readonly url: "https://polygonscan.com";
|
|
14643
|
-
readonly apiUrl: "https://api.
|
|
14728
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
14644
14729
|
};
|
|
14645
14730
|
};
|
|
14646
14731
|
blockTime: 2000;
|
|
@@ -16019,14 +16104,23 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
16019
16104
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
16020
16105
|
rpcUrls: {
|
|
16021
16106
|
readonly default: {
|
|
16022
|
-
readonly http: readonly ["https://polygon
|
|
16107
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
16023
16108
|
};
|
|
16024
16109
|
};
|
|
16025
16110
|
sourceId?: number | undefined | undefined;
|
|
16026
16111
|
testnet?: boolean | undefined | undefined;
|
|
16027
16112
|
custom?: Record<string, unknown> | undefined;
|
|
16113
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
16028
16114
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
16115
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
16116
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
16117
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
16118
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
16119
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
16120
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
16121
|
+
}] | undefined;
|
|
16029
16122
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
16123
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
16030
16124
|
readonly blockchainId: "MATIC";
|
|
16031
16125
|
readonly blockchainVm: "EVM";
|
|
16032
16126
|
readonly formatters?: undefined | undefined;
|
|
@@ -17453,6 +17547,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17453
17547
|
sourceId: 11155111;
|
|
17454
17548
|
testnet: true;
|
|
17455
17549
|
custom?: Record<string, unknown> | undefined;
|
|
17550
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
17456
17551
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
17457
17552
|
formatters: {
|
|
17458
17553
|
readonly block: {
|
|
@@ -17518,16 +17613,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17518
17613
|
r: import("viem").Hex;
|
|
17519
17614
|
s: import("viem").Hex;
|
|
17520
17615
|
v: bigint;
|
|
17521
|
-
value: bigint;
|
|
17522
|
-
gas: bigint;
|
|
17523
17616
|
to: import("abitype").Address | null;
|
|
17524
17617
|
from: import("abitype").Address;
|
|
17618
|
+
gas: bigint;
|
|
17525
17619
|
nonce: number;
|
|
17620
|
+
value: bigint;
|
|
17526
17621
|
blockHash: `0x${string}` | null;
|
|
17527
17622
|
blockNumber: bigint | null;
|
|
17528
|
-
transactionIndex: number | null;
|
|
17529
17623
|
hash: import("viem").Hash;
|
|
17530
17624
|
input: import("viem").Hex;
|
|
17625
|
+
transactionIndex: number | null;
|
|
17531
17626
|
typeHex: import("viem").Hex | null;
|
|
17532
17627
|
accessList?: undefined | undefined;
|
|
17533
17628
|
authorizationList?: undefined | undefined;
|
|
@@ -17664,6 +17759,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17664
17759
|
blobGasUsed?: bigint | undefined;
|
|
17665
17760
|
blockHash: import("viem").Hash;
|
|
17666
17761
|
blockNumber: bigint;
|
|
17762
|
+
blockTimestamp?: bigint | undefined;
|
|
17667
17763
|
contractAddress: import("abitype").Address | null | undefined;
|
|
17668
17764
|
cumulativeGasUsed: bigint;
|
|
17669
17765
|
effectiveGasPrice: bigint;
|
|
@@ -17685,9 +17781,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
17685
17781
|
type: "transactionReceipt";
|
|
17686
17782
|
};
|
|
17687
17783
|
};
|
|
17784
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
17785
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
17786
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
17787
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
17788
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
17789
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
17790
|
+
}] | undefined;
|
|
17688
17791
|
serializers: {
|
|
17689
17792
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
17690
17793
|
};
|
|
17794
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
17691
17795
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
17692
17796
|
readonly blockchainVm: "EVM";
|
|
17693
17797
|
}, {
|
|
@@ -19113,6 +19217,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19113
19217
|
sourceId: 1;
|
|
19114
19218
|
testnet?: boolean | undefined | undefined;
|
|
19115
19219
|
custom?: Record<string, unknown> | undefined;
|
|
19220
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
19116
19221
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19117
19222
|
formatters: {
|
|
19118
19223
|
readonly block: {
|
|
@@ -19178,16 +19283,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19178
19283
|
r: import("viem").Hex;
|
|
19179
19284
|
s: import("viem").Hex;
|
|
19180
19285
|
v: bigint;
|
|
19181
|
-
value: bigint;
|
|
19182
|
-
gas: bigint;
|
|
19183
19286
|
to: import("abitype").Address | null;
|
|
19184
19287
|
from: import("abitype").Address;
|
|
19288
|
+
gas: bigint;
|
|
19185
19289
|
nonce: number;
|
|
19290
|
+
value: bigint;
|
|
19186
19291
|
blockHash: `0x${string}` | null;
|
|
19187
19292
|
blockNumber: bigint | null;
|
|
19188
|
-
transactionIndex: number | null;
|
|
19189
19293
|
hash: import("viem").Hash;
|
|
19190
19294
|
input: import("viem").Hex;
|
|
19295
|
+
transactionIndex: number | null;
|
|
19191
19296
|
typeHex: import("viem").Hex | null;
|
|
19192
19297
|
accessList?: undefined | undefined;
|
|
19193
19298
|
authorizationList?: undefined | undefined;
|
|
@@ -19324,6 +19429,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19324
19429
|
blobGasUsed?: bigint | undefined;
|
|
19325
19430
|
blockHash: import("viem").Hash;
|
|
19326
19431
|
blockNumber: bigint;
|
|
19432
|
+
blockTimestamp?: bigint | undefined;
|
|
19327
19433
|
contractAddress: import("abitype").Address | null | undefined;
|
|
19328
19434
|
cumulativeGasUsed: bigint;
|
|
19329
19435
|
effectiveGasPrice: bigint;
|
|
@@ -19345,9 +19451,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
19345
19451
|
type: "transactionReceipt";
|
|
19346
19452
|
};
|
|
19347
19453
|
};
|
|
19454
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
19455
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
19456
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
19457
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
19458
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
19459
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
19460
|
+
}] | undefined;
|
|
19348
19461
|
serializers: {
|
|
19349
19462
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
19350
19463
|
};
|
|
19464
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
19351
19465
|
readonly blockchainId: "UNI";
|
|
19352
19466
|
readonly blockchainVm: "EVM";
|
|
19353
19467
|
}];
|
|
@@ -8,6 +8,7 @@ export declare function getClient(client: Client & {
|
|
|
8
8
|
cacheTime: number;
|
|
9
9
|
ccipRead?: import("viem").ClientConfig["ccipRead"] | undefined;
|
|
10
10
|
chain: Chain | undefined;
|
|
11
|
+
dataSuffix?: import("viem").DataSuffix | undefined;
|
|
11
12
|
experimental_blockTag?: import("viem").BlockTag | undefined;
|
|
12
13
|
key: string;
|
|
13
14
|
name: string;
|
|
@@ -204,7 +205,7 @@ export declare function getClient(client: Client & {
|
|
|
204
205
|
ReturnType: import("viem").Hash;
|
|
205
206
|
}, {
|
|
206
207
|
Method: "eth_sendRawTransactionSync";
|
|
207
|
-
Parameters: [signedTransaction: import("viem").Hex] | [signedTransaction: import("viem").Hex, timeout:
|
|
208
|
+
Parameters: [signedTransaction: import("viem").Hex] | [signedTransaction: import("viem").Hex, timeout: number];
|
|
208
209
|
ReturnType: import("viem").RpcTransactionReceipt;
|
|
209
210
|
}, {
|
|
210
211
|
Method: "eth_simulateV1";
|
|
@@ -268,7 +269,7 @@ export declare function getClient(client: Client & {
|
|
|
268
269
|
ReturnType: import("viem").Hash;
|
|
269
270
|
}, {
|
|
270
271
|
Method: "eth_sendRawTransactionSync";
|
|
271
|
-
Parameters: [signedTransaction: import("viem").Hex] | [signedTransaction: import("viem").Hex, timeout:
|
|
272
|
+
Parameters: [signedTransaction: import("viem").Hex] | [signedTransaction: import("viem").Hex, timeout: number];
|
|
272
273
|
ReturnType: import("viem").RpcTransactionReceipt;
|
|
273
274
|
}, {
|
|
274
275
|
Method: "eth_sign";
|
|
@@ -455,6 +456,7 @@ export declare function getClient(client: Client & {
|
|
|
455
456
|
cacheTime?: undefined;
|
|
456
457
|
ccipRead?: undefined;
|
|
457
458
|
chain?: undefined;
|
|
459
|
+
dataSuffix?: undefined;
|
|
458
460
|
experimental_blockTag?: undefined;
|
|
459
461
|
key?: undefined;
|
|
460
462
|
name?: undefined;
|
|
@@ -463,13 +465,14 @@ export declare function getClient(client: Client & {
|
|
|
463
465
|
transport?: undefined;
|
|
464
466
|
type?: undefined;
|
|
465
467
|
uid?: undefined;
|
|
466
|
-
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").Transport, Chain | undefined, import("viem").Account | undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "
|
|
468
|
+
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("viem").Transport, Chain | undefined, import("viem").Account | undefined>, "prepareTransactionRequest" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<Chain | undefined, import("viem").Account | undefined>, "sendTransaction" | "writeContract">>>(fn: (client: Client<import("viem").Transport, Chain | undefined, import("viem").Account | undefined, undefined, {
|
|
467
469
|
[x: string]: unknown;
|
|
468
470
|
account?: undefined;
|
|
469
471
|
batch?: undefined;
|
|
470
472
|
cacheTime?: undefined;
|
|
471
473
|
ccipRead?: undefined;
|
|
472
474
|
chain?: undefined;
|
|
475
|
+
dataSuffix?: undefined;
|
|
473
476
|
experimental_blockTag?: undefined;
|
|
474
477
|
key?: undefined;
|
|
475
478
|
name?: undefined;
|
|
@@ -53,8 +53,8 @@ export declare function getContract(params: GetContractInput): {
|
|
|
53
53
|
};
|
|
54
54
|
getEvents: {
|
|
55
55
|
[x: string]: (...parameters: [options?: {
|
|
56
|
-
blockHash?: `0x${string}` | undefined;
|
|
57
56
|
strict?: boolean | undefined;
|
|
57
|
+
blockHash?: `0x${string}` | undefined;
|
|
58
58
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
59
59
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
60
60
|
} | undefined] | [args?: readonly unknown[] | {
|
|
@@ -71,17 +71,17 @@ export declare function getContract(params: GetContractInput): {
|
|
|
71
71
|
batch?: undefined;
|
|
72
72
|
pollingInterval?: undefined;
|
|
73
73
|
} | undefined, options?: {
|
|
74
|
-
blockHash?: `0x${string}` | undefined;
|
|
75
74
|
strict?: boolean | undefined;
|
|
75
|
+
blockHash?: `0x${string}` | undefined;
|
|
76
76
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
77
77
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
78
78
|
} | undefined]) => Promise<import("viem").GetContractEventsReturnType<Abi, string>>;
|
|
79
79
|
};
|
|
80
80
|
watchEvent: {
|
|
81
81
|
[x: string]: (...parameters: [options?: {
|
|
82
|
+
strict?: boolean | undefined;
|
|
82
83
|
batch?: boolean | undefined | undefined;
|
|
83
84
|
pollingInterval?: number | undefined | undefined;
|
|
84
|
-
strict?: boolean | undefined;
|
|
85
85
|
fromBlock?: bigint | undefined;
|
|
86
86
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
87
87
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -100,9 +100,9 @@ export declare function getContract(params: GetContractInput): {
|
|
|
100
100
|
batch?: undefined;
|
|
101
101
|
pollingInterval?: undefined;
|
|
102
102
|
}, options?: {
|
|
103
|
+
strict?: boolean | undefined;
|
|
103
104
|
batch?: boolean | undefined | undefined;
|
|
104
105
|
pollingInterval?: number | undefined | undefined;
|
|
105
|
-
strict?: boolean | undefined;
|
|
106
106
|
fromBlock?: bigint | undefined;
|
|
107
107
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
108
108
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -150,8 +150,8 @@ export declare function getContract(params: GetContractInput): {
|
|
|
150
150
|
};
|
|
151
151
|
getEvents: {
|
|
152
152
|
[x: string]: (...parameters: [options?: {
|
|
153
|
-
blockHash?: `0x${string}` | undefined;
|
|
154
153
|
strict?: boolean | undefined;
|
|
154
|
+
blockHash?: `0x${string}` | undefined;
|
|
155
155
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
156
156
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
157
157
|
} | undefined] | [args?: readonly unknown[] | {
|
|
@@ -168,17 +168,17 @@ export declare function getContract(params: GetContractInput): {
|
|
|
168
168
|
batch?: undefined;
|
|
169
169
|
pollingInterval?: undefined;
|
|
170
170
|
} | undefined, options?: {
|
|
171
|
-
blockHash?: `0x${string}` | undefined;
|
|
172
171
|
strict?: boolean | undefined;
|
|
172
|
+
blockHash?: `0x${string}` | undefined;
|
|
173
173
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
174
174
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
175
175
|
} | undefined]) => Promise<import("viem").GetContractEventsReturnType<Abi, string>>;
|
|
176
176
|
};
|
|
177
177
|
watchEvent: {
|
|
178
178
|
[x: string]: (...parameters: [options?: {
|
|
179
|
+
strict?: boolean | undefined;
|
|
179
180
|
batch?: boolean | undefined | undefined;
|
|
180
181
|
pollingInterval?: number | undefined | undefined;
|
|
181
|
-
strict?: boolean | undefined;
|
|
182
182
|
fromBlock?: bigint | undefined;
|
|
183
183
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
184
184
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -197,9 +197,9 @@ export declare function getContract(params: GetContractInput): {
|
|
|
197
197
|
batch?: undefined;
|
|
198
198
|
pollingInterval?: undefined;
|
|
199
199
|
}, options?: {
|
|
200
|
+
strict?: boolean | undefined;
|
|
200
201
|
batch?: boolean | undefined | undefined;
|
|
201
202
|
pollingInterval?: number | undefined | undefined;
|
|
202
|
-
strict?: boolean | undefined;
|
|
203
203
|
fromBlock?: bigint | undefined;
|
|
204
204
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
205
205
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -250,8 +250,8 @@ export declare function getContract(params: GetContractInput): {
|
|
|
250
250
|
};
|
|
251
251
|
getEvents: {
|
|
252
252
|
[x: string]: (...parameters: [options?: {
|
|
253
|
-
blockHash?: `0x${string}` | undefined;
|
|
254
253
|
strict?: boolean | undefined;
|
|
254
|
+
blockHash?: `0x${string}` | undefined;
|
|
255
255
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
256
256
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
257
257
|
} | undefined] | [args?: readonly unknown[] | {
|
|
@@ -268,17 +268,17 @@ export declare function getContract(params: GetContractInput): {
|
|
|
268
268
|
batch?: undefined;
|
|
269
269
|
pollingInterval?: undefined;
|
|
270
270
|
} | undefined, options?: {
|
|
271
|
-
blockHash?: `0x${string}` | undefined;
|
|
272
271
|
strict?: boolean | undefined;
|
|
272
|
+
blockHash?: `0x${string}` | undefined;
|
|
273
273
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
274
274
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
275
275
|
} | undefined]) => Promise<import("viem").GetContractEventsReturnType<Abi, string>>;
|
|
276
276
|
};
|
|
277
277
|
watchEvent: {
|
|
278
278
|
[x: string]: (...parameters: [options?: {
|
|
279
|
+
strict?: boolean | undefined;
|
|
279
280
|
batch?: boolean | undefined | undefined;
|
|
280
281
|
pollingInterval?: number | undefined | undefined;
|
|
281
|
-
strict?: boolean | undefined;
|
|
282
282
|
fromBlock?: bigint | undefined;
|
|
283
283
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
284
284
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -297,9 +297,9 @@ export declare function getContract(params: GetContractInput): {
|
|
|
297
297
|
batch?: undefined;
|
|
298
298
|
pollingInterval?: undefined;
|
|
299
299
|
}, options?: {
|
|
300
|
+
strict?: boolean | undefined;
|
|
300
301
|
batch?: boolean | undefined | undefined;
|
|
301
302
|
pollingInterval?: number | undefined | undefined;
|
|
302
|
-
strict?: boolean | undefined;
|
|
303
303
|
fromBlock?: bigint | undefined;
|
|
304
304
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
305
305
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -347,8 +347,8 @@ export declare function getContract(params: GetContractInput): {
|
|
|
347
347
|
};
|
|
348
348
|
getEvents: {
|
|
349
349
|
[x: string]: (...parameters: [options?: {
|
|
350
|
-
blockHash?: `0x${string}` | undefined;
|
|
351
350
|
strict?: boolean | undefined;
|
|
351
|
+
blockHash?: `0x${string}` | undefined;
|
|
352
352
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
353
353
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
354
354
|
} | undefined] | [args?: readonly unknown[] | {
|
|
@@ -365,17 +365,17 @@ export declare function getContract(params: GetContractInput): {
|
|
|
365
365
|
batch?: undefined;
|
|
366
366
|
pollingInterval?: undefined;
|
|
367
367
|
} | undefined, options?: {
|
|
368
|
-
blockHash?: `0x${string}` | undefined;
|
|
369
368
|
strict?: boolean | undefined;
|
|
369
|
+
blockHash?: `0x${string}` | undefined;
|
|
370
370
|
fromBlock?: bigint | import("viem").BlockTag | undefined;
|
|
371
371
|
toBlock?: bigint | import("viem").BlockTag | undefined;
|
|
372
372
|
} | undefined]) => Promise<import("viem").GetContractEventsReturnType<Abi, string>>;
|
|
373
373
|
};
|
|
374
374
|
watchEvent: {
|
|
375
375
|
[x: string]: (...parameters: [options?: {
|
|
376
|
+
strict?: boolean | undefined;
|
|
376
377
|
batch?: boolean | undefined | undefined;
|
|
377
378
|
pollingInterval?: number | undefined | undefined;
|
|
378
|
-
strict?: boolean | undefined;
|
|
379
379
|
fromBlock?: bigint | undefined;
|
|
380
380
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
381
381
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|
|
@@ -394,9 +394,9 @@ export declare function getContract(params: GetContractInput): {
|
|
|
394
394
|
batch?: undefined;
|
|
395
395
|
pollingInterval?: undefined;
|
|
396
396
|
}, options?: {
|
|
397
|
+
strict?: boolean | undefined;
|
|
397
398
|
batch?: boolean | undefined | undefined;
|
|
398
399
|
pollingInterval?: number | undefined | undefined;
|
|
399
|
-
strict?: boolean | undefined;
|
|
400
400
|
fromBlock?: bigint | undefined;
|
|
401
401
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
402
402
|
onLogs: import("viem").WatchContractEventOnLogsFn<Abi, string, undefined>;
|