viem 2.0.0-alpha.4 → 2.0.0-alpha.6
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/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/actions/public/readContract.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/clients/decorators/wallet.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/actions/public/readContract.d.ts +2 -1
- package/_types/actions/public/readContract.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +3 -3
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +7 -7
- package/_types/chains/definitions/base.d.ts +21 -21
- package/_types/chains/definitions/baseGoerli.d.ts +21 -21
- package/_types/chains/definitions/celo.d.ts +21 -21
- package/_types/chains/definitions/celoAlfajores.d.ts +21 -21
- package/_types/chains/definitions/celoCannoli.d.ts +21 -21
- package/_types/chains/definitions/optimism.d.ts +21 -21
- package/_types/chains/definitions/optimismGoerli.d.ts +21 -21
- package/_types/chains/definitions/zora.d.ts +21 -21
- package/_types/chains/definitions/zoraTestnet.d.ts +21 -21
- package/_types/chains/optimism/formatters.d.ts +7 -7
- package/_types/errors/version.d.ts +1 -1
- package/_types/types/utils.d.ts +12 -8
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +2 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/actions/public/readContract.ts +4 -1
- package/actions/wallet/writeContract.ts +26 -22
- package/clients/decorators/wallet.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/utils.ts +32 -11
- package/utils/formatters/transaction.ts +2 -2
@@ -98,7 +98,7 @@ export declare const celo: {
|
|
98
98
|
v?: `0x${string}` | undefined;
|
99
99
|
accessList?: undefined;
|
100
100
|
chainId?: `0x${string}` | undefined;
|
101
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
101
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
102
102
|
feeCurrency: `0x${string}` | null;
|
103
103
|
gatewayFee: `0x${string}` | null;
|
104
104
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -147,7 +147,7 @@ export declare const celo: {
|
|
147
147
|
v?: `0x${string}` | undefined;
|
148
148
|
accessList?: import("../../index.js").AccessList | undefined;
|
149
149
|
chainId?: `0x${string}` | undefined;
|
150
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
150
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
151
151
|
feeCurrency: `0x${string}` | null;
|
152
152
|
gatewayFee: `0x${string}` | null;
|
153
153
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -171,7 +171,7 @@ export declare const celo: {
|
|
171
171
|
v?: `0x${string}` | undefined;
|
172
172
|
accessList?: import("../../index.js").AccessList | undefined;
|
173
173
|
chainId?: `0x${string}` | undefined;
|
174
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
174
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
175
175
|
feeCurrency: `0x${string}` | null;
|
176
176
|
gatewayFee: `0x${string}` | null;
|
177
177
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -195,7 +195,7 @@ export declare const celo: {
|
|
195
195
|
v?: `0x${string}` | undefined;
|
196
196
|
accessList?: import("../../index.js").AccessList | undefined;
|
197
197
|
chainId?: `0x${string}` | undefined;
|
198
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
198
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
199
199
|
feeCurrency: `0x${string}` | null;
|
200
200
|
gatewayFee: `0x${string}` | null;
|
201
201
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -244,7 +244,7 @@ export declare const celo: {
|
|
244
244
|
v?: `0x${string}` | undefined;
|
245
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
246
|
chainId?: `0x${string}` | undefined;
|
247
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
247
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
248
248
|
feeCurrency: `0x${string}` | null;
|
249
249
|
gatewayFee: `0x${string}` | null;
|
250
250
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -268,7 +268,7 @@ export declare const celo: {
|
|
268
268
|
v?: `0x${string}` | undefined;
|
269
269
|
accessList?: import("../../index.js").AccessList | undefined;
|
270
270
|
chainId?: `0x${string}` | undefined;
|
271
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
271
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
272
272
|
feeCurrency: `0x${string}` | null;
|
273
273
|
gatewayFee: `0x${string}` | null;
|
274
274
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -292,7 +292,7 @@ export declare const celo: {
|
|
292
292
|
v?: `0x${string}` | undefined;
|
293
293
|
accessList?: import("../../index.js").AccessList | undefined;
|
294
294
|
chainId?: `0x${string}` | undefined;
|
295
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
295
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
296
296
|
feeCurrency: `0x${string}` | null;
|
297
297
|
gatewayFee: `0x${string}` | null;
|
298
298
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -788,7 +788,7 @@ export declare const celo: {
|
|
788
788
|
v?: `0x${string}` | undefined;
|
789
789
|
accessList?: undefined;
|
790
790
|
chainId?: `0x${string}` | undefined;
|
791
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
791
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
792
792
|
feeCurrency: `0x${string}` | null;
|
793
793
|
gatewayFee: `0x${string}` | null;
|
794
794
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -837,7 +837,7 @@ export declare const celo: {
|
|
837
837
|
v?: `0x${string}` | undefined;
|
838
838
|
accessList?: import("../../index.js").AccessList | undefined;
|
839
839
|
chainId?: `0x${string}` | undefined;
|
840
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
840
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
841
841
|
feeCurrency: `0x${string}` | null;
|
842
842
|
gatewayFee: `0x${string}` | null;
|
843
843
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -861,7 +861,7 @@ export declare const celo: {
|
|
861
861
|
v?: `0x${string}` | undefined;
|
862
862
|
accessList?: import("../../index.js").AccessList | undefined;
|
863
863
|
chainId?: `0x${string}` | undefined;
|
864
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
864
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
865
865
|
feeCurrency: `0x${string}` | null;
|
866
866
|
gatewayFee: `0x${string}` | null;
|
867
867
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -885,7 +885,7 @@ export declare const celo: {
|
|
885
885
|
v?: `0x${string}` | undefined;
|
886
886
|
accessList?: import("../../index.js").AccessList | undefined;
|
887
887
|
chainId?: `0x${string}` | undefined;
|
888
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
888
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
889
889
|
feeCurrency: `0x${string}` | null;
|
890
890
|
gatewayFee: `0x${string}` | null;
|
891
891
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -934,7 +934,7 @@ export declare const celo: {
|
|
934
934
|
v?: `0x${string}` | undefined;
|
935
935
|
accessList?: import("../../index.js").AccessList | undefined;
|
936
936
|
chainId?: `0x${string}` | undefined;
|
937
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
937
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
938
938
|
feeCurrency: `0x${string}` | null;
|
939
939
|
gatewayFee: `0x${string}` | null;
|
940
940
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -958,7 +958,7 @@ export declare const celo: {
|
|
958
958
|
v?: `0x${string}` | undefined;
|
959
959
|
accessList?: import("../../index.js").AccessList | undefined;
|
960
960
|
chainId?: `0x${string}` | undefined;
|
961
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
961
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
962
962
|
feeCurrency: `0x${string}` | null;
|
963
963
|
gatewayFee: `0x${string}` | null;
|
964
964
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -982,7 +982,7 @@ export declare const celo: {
|
|
982
982
|
v?: `0x${string}` | undefined;
|
983
983
|
accessList?: import("../../index.js").AccessList | undefined;
|
984
984
|
chainId?: `0x${string}` | undefined;
|
985
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
985
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
986
986
|
feeCurrency: `0x${string}` | null;
|
987
987
|
gatewayFee: `0x${string}` | null;
|
988
988
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1478,7 +1478,7 @@ export declare const celo: {
|
|
1478
1478
|
v?: `0x${string}` | undefined;
|
1479
1479
|
accessList?: undefined;
|
1480
1480
|
chainId?: `0x${string}` | undefined;
|
1481
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1481
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1482
1482
|
feeCurrency: `0x${string}` | null;
|
1483
1483
|
gatewayFee: `0x${string}` | null;
|
1484
1484
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1527,7 +1527,7 @@ export declare const celo: {
|
|
1527
1527
|
v?: `0x${string}` | undefined;
|
1528
1528
|
accessList?: import("../../index.js").AccessList | undefined;
|
1529
1529
|
chainId?: `0x${string}` | undefined;
|
1530
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1530
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1531
1531
|
feeCurrency: `0x${string}` | null;
|
1532
1532
|
gatewayFee: `0x${string}` | null;
|
1533
1533
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1551,7 +1551,7 @@ export declare const celo: {
|
|
1551
1551
|
v?: `0x${string}` | undefined;
|
1552
1552
|
accessList?: import("../../index.js").AccessList | undefined;
|
1553
1553
|
chainId?: `0x${string}` | undefined;
|
1554
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1554
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1555
1555
|
feeCurrency: `0x${string}` | null;
|
1556
1556
|
gatewayFee: `0x${string}` | null;
|
1557
1557
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1575,7 +1575,7 @@ export declare const celo: {
|
|
1575
1575
|
v?: `0x${string}` | undefined;
|
1576
1576
|
accessList?: import("../../index.js").AccessList | undefined;
|
1577
1577
|
chainId?: `0x${string}` | undefined;
|
1578
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1578
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1579
1579
|
feeCurrency: `0x${string}` | null;
|
1580
1580
|
gatewayFee: `0x${string}` | null;
|
1581
1581
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1624,7 +1624,7 @@ export declare const celo: {
|
|
1624
1624
|
v?: `0x${string}` | undefined;
|
1625
1625
|
accessList?: import("../../index.js").AccessList | undefined;
|
1626
1626
|
chainId?: `0x${string}` | undefined;
|
1627
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1627
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1628
1628
|
feeCurrency: `0x${string}` | null;
|
1629
1629
|
gatewayFee: `0x${string}` | null;
|
1630
1630
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1648,7 +1648,7 @@ export declare const celo: {
|
|
1648
1648
|
v?: `0x${string}` | undefined;
|
1649
1649
|
accessList?: import("../../index.js").AccessList | undefined;
|
1650
1650
|
chainId?: `0x${string}` | undefined;
|
1651
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1651
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1652
1652
|
feeCurrency: `0x${string}` | null;
|
1653
1653
|
gatewayFee: `0x${string}` | null;
|
1654
1654
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1672,7 +1672,7 @@ export declare const celo: {
|
|
1672
1672
|
v?: `0x${string}` | undefined;
|
1673
1673
|
accessList?: import("../../index.js").AccessList | undefined;
|
1674
1674
|
chainId?: `0x${string}` | undefined;
|
1675
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1675
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1676
1676
|
feeCurrency: `0x${string}` | null;
|
1677
1677
|
gatewayFee: `0x${string}` | null;
|
1678
1678
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -98,7 +98,7 @@ export declare const celoAlfajores: {
|
|
98
98
|
v?: `0x${string}` | undefined;
|
99
99
|
accessList?: undefined;
|
100
100
|
chainId?: `0x${string}` | undefined;
|
101
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
101
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
102
102
|
feeCurrency: `0x${string}` | null;
|
103
103
|
gatewayFee: `0x${string}` | null;
|
104
104
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -147,7 +147,7 @@ export declare const celoAlfajores: {
|
|
147
147
|
v?: `0x${string}` | undefined;
|
148
148
|
accessList?: import("../../index.js").AccessList | undefined;
|
149
149
|
chainId?: `0x${string}` | undefined;
|
150
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
150
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
151
151
|
feeCurrency: `0x${string}` | null;
|
152
152
|
gatewayFee: `0x${string}` | null;
|
153
153
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -171,7 +171,7 @@ export declare const celoAlfajores: {
|
|
171
171
|
v?: `0x${string}` | undefined;
|
172
172
|
accessList?: import("../../index.js").AccessList | undefined;
|
173
173
|
chainId?: `0x${string}` | undefined;
|
174
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
174
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
175
175
|
feeCurrency: `0x${string}` | null;
|
176
176
|
gatewayFee: `0x${string}` | null;
|
177
177
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -195,7 +195,7 @@ export declare const celoAlfajores: {
|
|
195
195
|
v?: `0x${string}` | undefined;
|
196
196
|
accessList?: import("../../index.js").AccessList | undefined;
|
197
197
|
chainId?: `0x${string}` | undefined;
|
198
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
198
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
199
199
|
feeCurrency: `0x${string}` | null;
|
200
200
|
gatewayFee: `0x${string}` | null;
|
201
201
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -244,7 +244,7 @@ export declare const celoAlfajores: {
|
|
244
244
|
v?: `0x${string}` | undefined;
|
245
245
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
246
|
chainId?: `0x${string}` | undefined;
|
247
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
247
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
248
248
|
feeCurrency: `0x${string}` | null;
|
249
249
|
gatewayFee: `0x${string}` | null;
|
250
250
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -268,7 +268,7 @@ export declare const celoAlfajores: {
|
|
268
268
|
v?: `0x${string}` | undefined;
|
269
269
|
accessList?: import("../../index.js").AccessList | undefined;
|
270
270
|
chainId?: `0x${string}` | undefined;
|
271
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
271
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
272
272
|
feeCurrency: `0x${string}` | null;
|
273
273
|
gatewayFee: `0x${string}` | null;
|
274
274
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -292,7 +292,7 @@ export declare const celoAlfajores: {
|
|
292
292
|
v?: `0x${string}` | undefined;
|
293
293
|
accessList?: import("../../index.js").AccessList | undefined;
|
294
294
|
chainId?: `0x${string}` | undefined;
|
295
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
295
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
296
296
|
feeCurrency: `0x${string}` | null;
|
297
297
|
gatewayFee: `0x${string}` | null;
|
298
298
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -788,7 +788,7 @@ export declare const celoAlfajores: {
|
|
788
788
|
v?: `0x${string}` | undefined;
|
789
789
|
accessList?: undefined;
|
790
790
|
chainId?: `0x${string}` | undefined;
|
791
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
791
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
792
792
|
feeCurrency: `0x${string}` | null;
|
793
793
|
gatewayFee: `0x${string}` | null;
|
794
794
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -837,7 +837,7 @@ export declare const celoAlfajores: {
|
|
837
837
|
v?: `0x${string}` | undefined;
|
838
838
|
accessList?: import("../../index.js").AccessList | undefined;
|
839
839
|
chainId?: `0x${string}` | undefined;
|
840
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
840
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
841
841
|
feeCurrency: `0x${string}` | null;
|
842
842
|
gatewayFee: `0x${string}` | null;
|
843
843
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -861,7 +861,7 @@ export declare const celoAlfajores: {
|
|
861
861
|
v?: `0x${string}` | undefined;
|
862
862
|
accessList?: import("../../index.js").AccessList | undefined;
|
863
863
|
chainId?: `0x${string}` | undefined;
|
864
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
864
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
865
865
|
feeCurrency: `0x${string}` | null;
|
866
866
|
gatewayFee: `0x${string}` | null;
|
867
867
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -885,7 +885,7 @@ export declare const celoAlfajores: {
|
|
885
885
|
v?: `0x${string}` | undefined;
|
886
886
|
accessList?: import("../../index.js").AccessList | undefined;
|
887
887
|
chainId?: `0x${string}` | undefined;
|
888
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
888
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
889
889
|
feeCurrency: `0x${string}` | null;
|
890
890
|
gatewayFee: `0x${string}` | null;
|
891
891
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -934,7 +934,7 @@ export declare const celoAlfajores: {
|
|
934
934
|
v?: `0x${string}` | undefined;
|
935
935
|
accessList?: import("../../index.js").AccessList | undefined;
|
936
936
|
chainId?: `0x${string}` | undefined;
|
937
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
937
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
938
938
|
feeCurrency: `0x${string}` | null;
|
939
939
|
gatewayFee: `0x${string}` | null;
|
940
940
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -958,7 +958,7 @@ export declare const celoAlfajores: {
|
|
958
958
|
v?: `0x${string}` | undefined;
|
959
959
|
accessList?: import("../../index.js").AccessList | undefined;
|
960
960
|
chainId?: `0x${string}` | undefined;
|
961
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
961
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
962
962
|
feeCurrency: `0x${string}` | null;
|
963
963
|
gatewayFee: `0x${string}` | null;
|
964
964
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -982,7 +982,7 @@ export declare const celoAlfajores: {
|
|
982
982
|
v?: `0x${string}` | undefined;
|
983
983
|
accessList?: import("../../index.js").AccessList | undefined;
|
984
984
|
chainId?: `0x${string}` | undefined;
|
985
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
985
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
986
986
|
feeCurrency: `0x${string}` | null;
|
987
987
|
gatewayFee: `0x${string}` | null;
|
988
988
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1478,7 +1478,7 @@ export declare const celoAlfajores: {
|
|
1478
1478
|
v?: `0x${string}` | undefined;
|
1479
1479
|
accessList?: undefined;
|
1480
1480
|
chainId?: `0x${string}` | undefined;
|
1481
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1481
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1482
1482
|
feeCurrency: `0x${string}` | null;
|
1483
1483
|
gatewayFee: `0x${string}` | null;
|
1484
1484
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1527,7 +1527,7 @@ export declare const celoAlfajores: {
|
|
1527
1527
|
v?: `0x${string}` | undefined;
|
1528
1528
|
accessList?: import("../../index.js").AccessList | undefined;
|
1529
1529
|
chainId?: `0x${string}` | undefined;
|
1530
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1530
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1531
1531
|
feeCurrency: `0x${string}` | null;
|
1532
1532
|
gatewayFee: `0x${string}` | null;
|
1533
1533
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1551,7 +1551,7 @@ export declare const celoAlfajores: {
|
|
1551
1551
|
v?: `0x${string}` | undefined;
|
1552
1552
|
accessList?: import("../../index.js").AccessList | undefined;
|
1553
1553
|
chainId?: `0x${string}` | undefined;
|
1554
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1554
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1555
1555
|
feeCurrency: `0x${string}` | null;
|
1556
1556
|
gatewayFee: `0x${string}` | null;
|
1557
1557
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1575,7 +1575,7 @@ export declare const celoAlfajores: {
|
|
1575
1575
|
v?: `0x${string}` | undefined;
|
1576
1576
|
accessList?: import("../../index.js").AccessList | undefined;
|
1577
1577
|
chainId?: `0x${string}` | undefined;
|
1578
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1578
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1579
1579
|
feeCurrency: `0x${string}` | null;
|
1580
1580
|
gatewayFee: `0x${string}` | null;
|
1581
1581
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1624,7 +1624,7 @@ export declare const celoAlfajores: {
|
|
1624
1624
|
v?: `0x${string}` | undefined;
|
1625
1625
|
accessList?: import("../../index.js").AccessList | undefined;
|
1626
1626
|
chainId?: `0x${string}` | undefined;
|
1627
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1627
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1628
1628
|
feeCurrency: `0x${string}` | null;
|
1629
1629
|
gatewayFee: `0x${string}` | null;
|
1630
1630
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1648,7 +1648,7 @@ export declare const celoAlfajores: {
|
|
1648
1648
|
v?: `0x${string}` | undefined;
|
1649
1649
|
accessList?: import("../../index.js").AccessList | undefined;
|
1650
1650
|
chainId?: `0x${string}` | undefined;
|
1651
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1651
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1652
1652
|
feeCurrency: `0x${string}` | null;
|
1653
1653
|
gatewayFee: `0x${string}` | null;
|
1654
1654
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1672,7 +1672,7 @@ export declare const celoAlfajores: {
|
|
1672
1672
|
v?: `0x${string}` | undefined;
|
1673
1673
|
accessList?: import("../../index.js").AccessList | undefined;
|
1674
1674
|
chainId?: `0x${string}` | undefined;
|
1675
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1675
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1676
1676
|
feeCurrency: `0x${string}` | null;
|
1677
1677
|
gatewayFee: `0x${string}` | null;
|
1678
1678
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -91,7 +91,7 @@ export declare const celoCannoli: {
|
|
91
91
|
v?: `0x${string}` | undefined;
|
92
92
|
accessList?: undefined;
|
93
93
|
chainId?: `0x${string}` | undefined;
|
94
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
94
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
95
95
|
feeCurrency: `0x${string}` | null;
|
96
96
|
gatewayFee: `0x${string}` | null;
|
97
97
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -140,7 +140,7 @@ export declare const celoCannoli: {
|
|
140
140
|
v?: `0x${string}` | undefined;
|
141
141
|
accessList?: import("../../index.js").AccessList | undefined;
|
142
142
|
chainId?: `0x${string}` | undefined;
|
143
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
143
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
144
144
|
feeCurrency: `0x${string}` | null;
|
145
145
|
gatewayFee: `0x${string}` | null;
|
146
146
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -164,7 +164,7 @@ export declare const celoCannoli: {
|
|
164
164
|
v?: `0x${string}` | undefined;
|
165
165
|
accessList?: import("../../index.js").AccessList | undefined;
|
166
166
|
chainId?: `0x${string}` | undefined;
|
167
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
167
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
168
168
|
feeCurrency: `0x${string}` | null;
|
169
169
|
gatewayFee: `0x${string}` | null;
|
170
170
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -188,7 +188,7 @@ export declare const celoCannoli: {
|
|
188
188
|
v?: `0x${string}` | undefined;
|
189
189
|
accessList?: import("../../index.js").AccessList | undefined;
|
190
190
|
chainId?: `0x${string}` | undefined;
|
191
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
191
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
192
192
|
feeCurrency: `0x${string}` | null;
|
193
193
|
gatewayFee: `0x${string}` | null;
|
194
194
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -237,7 +237,7 @@ export declare const celoCannoli: {
|
|
237
237
|
v?: `0x${string}` | undefined;
|
238
238
|
accessList?: import("../../index.js").AccessList | undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
240
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
241
241
|
feeCurrency: `0x${string}` | null;
|
242
242
|
gatewayFee: `0x${string}` | null;
|
243
243
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -261,7 +261,7 @@ export declare const celoCannoli: {
|
|
261
261
|
v?: `0x${string}` | undefined;
|
262
262
|
accessList?: import("../../index.js").AccessList | undefined;
|
263
263
|
chainId?: `0x${string}` | undefined;
|
264
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
264
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
265
265
|
feeCurrency: `0x${string}` | null;
|
266
266
|
gatewayFee: `0x${string}` | null;
|
267
267
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -285,7 +285,7 @@ export declare const celoCannoli: {
|
|
285
285
|
v?: `0x${string}` | undefined;
|
286
286
|
accessList?: import("../../index.js").AccessList | undefined;
|
287
287
|
chainId?: `0x${string}` | undefined;
|
288
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
288
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
289
289
|
feeCurrency: `0x${string}` | null;
|
290
290
|
gatewayFee: `0x${string}` | null;
|
291
291
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -781,7 +781,7 @@ export declare const celoCannoli: {
|
|
781
781
|
v?: `0x${string}` | undefined;
|
782
782
|
accessList?: undefined;
|
783
783
|
chainId?: `0x${string}` | undefined;
|
784
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
784
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
785
785
|
feeCurrency: `0x${string}` | null;
|
786
786
|
gatewayFee: `0x${string}` | null;
|
787
787
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -830,7 +830,7 @@ export declare const celoCannoli: {
|
|
830
830
|
v?: `0x${string}` | undefined;
|
831
831
|
accessList?: import("../../index.js").AccessList | undefined;
|
832
832
|
chainId?: `0x${string}` | undefined;
|
833
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
833
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
834
834
|
feeCurrency: `0x${string}` | null;
|
835
835
|
gatewayFee: `0x${string}` | null;
|
836
836
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -854,7 +854,7 @@ export declare const celoCannoli: {
|
|
854
854
|
v?: `0x${string}` | undefined;
|
855
855
|
accessList?: import("../../index.js").AccessList | undefined;
|
856
856
|
chainId?: `0x${string}` | undefined;
|
857
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
857
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
858
858
|
feeCurrency: `0x${string}` | null;
|
859
859
|
gatewayFee: `0x${string}` | null;
|
860
860
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -878,7 +878,7 @@ export declare const celoCannoli: {
|
|
878
878
|
v?: `0x${string}` | undefined;
|
879
879
|
accessList?: import("../../index.js").AccessList | undefined;
|
880
880
|
chainId?: `0x${string}` | undefined;
|
881
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
881
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
882
882
|
feeCurrency: `0x${string}` | null;
|
883
883
|
gatewayFee: `0x${string}` | null;
|
884
884
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -927,7 +927,7 @@ export declare const celoCannoli: {
|
|
927
927
|
v?: `0x${string}` | undefined;
|
928
928
|
accessList?: import("../../index.js").AccessList | undefined;
|
929
929
|
chainId?: `0x${string}` | undefined;
|
930
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
930
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
931
931
|
feeCurrency: `0x${string}` | null;
|
932
932
|
gatewayFee: `0x${string}` | null;
|
933
933
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -951,7 +951,7 @@ export declare const celoCannoli: {
|
|
951
951
|
v?: `0x${string}` | undefined;
|
952
952
|
accessList?: import("../../index.js").AccessList | undefined;
|
953
953
|
chainId?: `0x${string}` | undefined;
|
954
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
954
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
955
955
|
feeCurrency: `0x${string}` | null;
|
956
956
|
gatewayFee: `0x${string}` | null;
|
957
957
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -975,7 +975,7 @@ export declare const celoCannoli: {
|
|
975
975
|
v?: `0x${string}` | undefined;
|
976
976
|
accessList?: import("../../index.js").AccessList | undefined;
|
977
977
|
chainId?: `0x${string}` | undefined;
|
978
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
978
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
979
979
|
feeCurrency: `0x${string}` | null;
|
980
980
|
gatewayFee: `0x${string}` | null;
|
981
981
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1471,7 +1471,7 @@ export declare const celoCannoli: {
|
|
1471
1471
|
v?: `0x${string}` | undefined;
|
1472
1472
|
accessList?: undefined;
|
1473
1473
|
chainId?: `0x${string}` | undefined;
|
1474
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1474
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1475
1475
|
feeCurrency: `0x${string}` | null;
|
1476
1476
|
gatewayFee: `0x${string}` | null;
|
1477
1477
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1520,7 +1520,7 @@ export declare const celoCannoli: {
|
|
1520
1520
|
v?: `0x${string}` | undefined;
|
1521
1521
|
accessList?: import("../../index.js").AccessList | undefined;
|
1522
1522
|
chainId?: `0x${string}` | undefined;
|
1523
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1523
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1524
1524
|
feeCurrency: `0x${string}` | null;
|
1525
1525
|
gatewayFee: `0x${string}` | null;
|
1526
1526
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1544,7 +1544,7 @@ export declare const celoCannoli: {
|
|
1544
1544
|
v?: `0x${string}` | undefined;
|
1545
1545
|
accessList?: import("../../index.js").AccessList | undefined;
|
1546
1546
|
chainId?: `0x${string}` | undefined;
|
1547
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1547
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1548
1548
|
feeCurrency: `0x${string}` | null;
|
1549
1549
|
gatewayFee: `0x${string}` | null;
|
1550
1550
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1568,7 +1568,7 @@ export declare const celoCannoli: {
|
|
1568
1568
|
v?: `0x${string}` | undefined;
|
1569
1569
|
accessList?: import("../../index.js").AccessList | undefined;
|
1570
1570
|
chainId?: `0x${string}` | undefined;
|
1571
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1571
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1572
1572
|
feeCurrency: `0x${string}` | null;
|
1573
1573
|
gatewayFee: `0x${string}` | null;
|
1574
1574
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1617,7 +1617,7 @@ export declare const celoCannoli: {
|
|
1617
1617
|
v?: `0x${string}` | undefined;
|
1618
1618
|
accessList?: import("../../index.js").AccessList | undefined;
|
1619
1619
|
chainId?: `0x${string}` | undefined;
|
1620
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1620
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1621
1621
|
feeCurrency: `0x${string}` | null;
|
1622
1622
|
gatewayFee: `0x${string}` | null;
|
1623
1623
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1641,7 +1641,7 @@ export declare const celoCannoli: {
|
|
1641
1641
|
v?: `0x${string}` | undefined;
|
1642
1642
|
accessList?: import("../../index.js").AccessList | undefined;
|
1643
1643
|
chainId?: `0x${string}` | undefined;
|
1644
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1644
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1645
1645
|
feeCurrency: `0x${string}` | null;
|
1646
1646
|
gatewayFee: `0x${string}` | null;
|
1647
1647
|
gatewayFeeRecipient: `0x${string}` | null;
|
@@ -1665,7 +1665,7 @@ export declare const celoCannoli: {
|
|
1665
1665
|
v?: `0x${string}` | undefined;
|
1666
1666
|
accessList?: import("../../index.js").AccessList | undefined;
|
1667
1667
|
chainId?: `0x${string}` | undefined;
|
1668
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1668
|
+
} & import("../../types/utils.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1669
1669
|
feeCurrency: `0x${string}` | null;
|
1670
1670
|
gatewayFee: `0x${string}` | null;
|
1671
1671
|
gatewayFeeRecipient: `0x${string}` | null;
|