viem 0.0.0-main.20240416T011707 → 0.0.0-main.20240417T004059

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.
@@ -1736,7 +1736,7 @@ export declare const celo: {
1736
1736
  accessList?: import("../../index.js").AccessList | undefined;
1737
1737
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1738
1738
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1739
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1739
+ kzg?: import("../../index.js").Kzg | undefined;
1740
1740
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1741
1741
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1742
1742
  } & {
@@ -1774,7 +1774,7 @@ export declare const celo: {
1774
1774
  accessList?: import("../../index.js").AccessList | undefined;
1775
1775
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1776
1776
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1777
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1777
+ kzg?: import("../../index.js").Kzg | undefined;
1778
1778
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1779
1779
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1780
1780
  } & {
@@ -1812,7 +1812,7 @@ export declare const celo: {
1812
1812
  accessList?: import("../../index.js").AccessList | undefined;
1813
1813
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1814
1814
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1815
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1815
+ kzg?: import("../../index.js").Kzg | undefined;
1816
1816
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1817
1817
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1818
1818
  } & {
@@ -1850,7 +1850,7 @@ export declare const celo: {
1850
1850
  accessList?: import("../../index.js").AccessList | undefined;
1851
1851
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1852
1852
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1853
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1853
+ kzg?: import("../../index.js").Kzg | undefined;
1854
1854
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1855
1855
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1856
1856
  } & {
@@ -1867,7 +1867,7 @@ export declare const celo: {
1867
1867
  accessList?: import("../../index.js").AccessList | undefined;
1868
1868
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1869
1869
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1870
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1870
+ kzg?: import("../../index.js").Kzg | undefined;
1871
1871
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1872
1872
  type?: "eip4844" | undefined;
1873
1873
  } & {
@@ -1888,7 +1888,7 @@ export declare const celo: {
1888
1888
  accessList?: import("../../index.js").AccessList | undefined;
1889
1889
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1890
1890
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1891
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1891
+ kzg?: import("../../index.js").Kzg | undefined;
1892
1892
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1893
1893
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1894
1894
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1911,7 +1911,7 @@ export declare const celo: {
1911
1911
  accessList?: import("../../index.js").AccessList | undefined;
1912
1912
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1913
1913
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1914
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1914
+ kzg?: import("../../index.js").Kzg | undefined;
1915
1915
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1916
1916
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1917
1917
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -2234,7 +2234,7 @@ export declare const celo: {
2234
2234
  accessList?: import("../../index.js").AccessList | undefined;
2235
2235
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2236
2236
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2237
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2237
+ kzg?: import("../../index.js").Kzg | undefined;
2238
2238
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2239
2239
  type?: "0x3" | undefined;
2240
2240
  feeCurrency?: `0x${string}` | undefined;
@@ -2254,7 +2254,7 @@ export declare const celo: {
2254
2254
  accessList?: import("../../index.js").AccessList | undefined;
2255
2255
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2256
2256
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2257
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2257
+ kzg?: import("../../index.js").Kzg | undefined;
2258
2258
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2259
2259
  type?: "0x7c" | undefined;
2260
2260
  feeCurrency?: `0x${string}` | undefined;
@@ -2274,7 +2274,7 @@ export declare const celo: {
2274
2274
  accessList?: import("../../index.js").AccessList | undefined;
2275
2275
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2276
2276
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2277
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2277
+ kzg?: import("../../index.js").Kzg | undefined;
2278
2278
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2279
2279
  type?: "0x7b" | undefined;
2280
2280
  feeCurrency?: `0x${string}` | undefined;
@@ -3996,7 +3996,7 @@ export declare const celo: {
3996
3996
  accessList?: import("../../index.js").AccessList | undefined;
3997
3997
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3998
3998
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3999
- kzg?: import("../../types/kzg.js").Kzg | undefined;
3999
+ kzg?: import("../../index.js").Kzg | undefined;
4000
4000
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4001
4001
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4002
4002
  } & {
@@ -4034,7 +4034,7 @@ export declare const celo: {
4034
4034
  accessList?: import("../../index.js").AccessList | undefined;
4035
4035
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4036
4036
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4037
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4037
+ kzg?: import("../../index.js").Kzg | undefined;
4038
4038
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4039
4039
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4040
4040
  } & {
@@ -4072,7 +4072,7 @@ export declare const celo: {
4072
4072
  accessList?: import("../../index.js").AccessList | undefined;
4073
4073
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4074
4074
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4075
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4075
+ kzg?: import("../../index.js").Kzg | undefined;
4076
4076
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4077
4077
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4078
4078
  } & {
@@ -4110,7 +4110,7 @@ export declare const celo: {
4110
4110
  accessList?: import("../../index.js").AccessList | undefined;
4111
4111
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4112
4112
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4113
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4113
+ kzg?: import("../../index.js").Kzg | undefined;
4114
4114
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4115
4115
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4116
4116
  } & {
@@ -4127,7 +4127,7 @@ export declare const celo: {
4127
4127
  accessList?: import("../../index.js").AccessList | undefined;
4128
4128
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4129
4129
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4130
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4130
+ kzg?: import("../../index.js").Kzg | undefined;
4131
4131
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4132
4132
  type?: "eip4844" | undefined;
4133
4133
  } & {
@@ -4148,7 +4148,7 @@ export declare const celo: {
4148
4148
  accessList?: import("../../index.js").AccessList | undefined;
4149
4149
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4150
4150
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4151
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4151
+ kzg?: import("../../index.js").Kzg | undefined;
4152
4152
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4153
4153
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4154
4154
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -4171,7 +4171,7 @@ export declare const celo: {
4171
4171
  accessList?: import("../../index.js").AccessList | undefined;
4172
4172
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4173
4173
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4174
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4174
+ kzg?: import("../../index.js").Kzg | undefined;
4175
4175
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4176
4176
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4177
4177
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -4494,7 +4494,7 @@ export declare const celo: {
4494
4494
  accessList?: import("../../index.js").AccessList | undefined;
4495
4495
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4496
4496
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4497
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4497
+ kzg?: import("../../index.js").Kzg | undefined;
4498
4498
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4499
4499
  type?: "0x3" | undefined;
4500
4500
  feeCurrency?: `0x${string}` | undefined;
@@ -4514,7 +4514,7 @@ export declare const celo: {
4514
4514
  accessList?: import("../../index.js").AccessList | undefined;
4515
4515
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4516
4516
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4517
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4517
+ kzg?: import("../../index.js").Kzg | undefined;
4518
4518
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4519
4519
  type?: "0x7c" | undefined;
4520
4520
  feeCurrency?: `0x${string}` | undefined;
@@ -4534,7 +4534,7 @@ export declare const celo: {
4534
4534
  accessList?: import("../../index.js").AccessList | undefined;
4535
4535
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4536
4536
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4537
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4537
+ kzg?: import("../../index.js").Kzg | undefined;
4538
4538
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4539
4539
  type?: "0x7b" | undefined;
4540
4540
  feeCurrency?: `0x${string}` | undefined;
@@ -1736,7 +1736,7 @@ export declare const celoAlfajores: {
1736
1736
  accessList?: import("../../index.js").AccessList | undefined;
1737
1737
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1738
1738
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1739
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1739
+ kzg?: import("../../index.js").Kzg | undefined;
1740
1740
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1741
1741
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1742
1742
  } & {
@@ -1774,7 +1774,7 @@ export declare const celoAlfajores: {
1774
1774
  accessList?: import("../../index.js").AccessList | undefined;
1775
1775
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1776
1776
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1777
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1777
+ kzg?: import("../../index.js").Kzg | undefined;
1778
1778
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1779
1779
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1780
1780
  } & {
@@ -1812,7 +1812,7 @@ export declare const celoAlfajores: {
1812
1812
  accessList?: import("../../index.js").AccessList | undefined;
1813
1813
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1814
1814
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1815
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1815
+ kzg?: import("../../index.js").Kzg | undefined;
1816
1816
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1817
1817
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1818
1818
  } & {
@@ -1850,7 +1850,7 @@ export declare const celoAlfajores: {
1850
1850
  accessList?: import("../../index.js").AccessList | undefined;
1851
1851
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1852
1852
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1853
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1853
+ kzg?: import("../../index.js").Kzg | undefined;
1854
1854
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1855
1855
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1856
1856
  } & {
@@ -1867,7 +1867,7 @@ export declare const celoAlfajores: {
1867
1867
  accessList?: import("../../index.js").AccessList | undefined;
1868
1868
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1869
1869
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1870
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1870
+ kzg?: import("../../index.js").Kzg | undefined;
1871
1871
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1872
1872
  type?: "eip4844" | undefined;
1873
1873
  } & {
@@ -1888,7 +1888,7 @@ export declare const celoAlfajores: {
1888
1888
  accessList?: import("../../index.js").AccessList | undefined;
1889
1889
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1890
1890
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1891
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1891
+ kzg?: import("../../index.js").Kzg | undefined;
1892
1892
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1893
1893
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1894
1894
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1911,7 +1911,7 @@ export declare const celoAlfajores: {
1911
1911
  accessList?: import("../../index.js").AccessList | undefined;
1912
1912
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1913
1913
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1914
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1914
+ kzg?: import("../../index.js").Kzg | undefined;
1915
1915
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1916
1916
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1917
1917
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -2234,7 +2234,7 @@ export declare const celoAlfajores: {
2234
2234
  accessList?: import("../../index.js").AccessList | undefined;
2235
2235
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2236
2236
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2237
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2237
+ kzg?: import("../../index.js").Kzg | undefined;
2238
2238
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2239
2239
  type?: "0x3" | undefined;
2240
2240
  feeCurrency?: `0x${string}` | undefined;
@@ -2254,7 +2254,7 @@ export declare const celoAlfajores: {
2254
2254
  accessList?: import("../../index.js").AccessList | undefined;
2255
2255
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2256
2256
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2257
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2257
+ kzg?: import("../../index.js").Kzg | undefined;
2258
2258
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2259
2259
  type?: "0x7c" | undefined;
2260
2260
  feeCurrency?: `0x${string}` | undefined;
@@ -2274,7 +2274,7 @@ export declare const celoAlfajores: {
2274
2274
  accessList?: import("../../index.js").AccessList | undefined;
2275
2275
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2276
2276
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2277
- kzg?: import("../../types/kzg.js").Kzg | undefined;
2277
+ kzg?: import("../../index.js").Kzg | undefined;
2278
2278
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2279
2279
  type?: "0x7b" | undefined;
2280
2280
  feeCurrency?: `0x${string}` | undefined;
@@ -3996,7 +3996,7 @@ export declare const celoAlfajores: {
3996
3996
  accessList?: import("../../index.js").AccessList | undefined;
3997
3997
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3998
3998
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3999
- kzg?: import("../../types/kzg.js").Kzg | undefined;
3999
+ kzg?: import("../../index.js").Kzg | undefined;
4000
4000
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4001
4001
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4002
4002
  } & {
@@ -4034,7 +4034,7 @@ export declare const celoAlfajores: {
4034
4034
  accessList?: import("../../index.js").AccessList | undefined;
4035
4035
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4036
4036
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4037
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4037
+ kzg?: import("../../index.js").Kzg | undefined;
4038
4038
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4039
4039
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4040
4040
  } & {
@@ -4072,7 +4072,7 @@ export declare const celoAlfajores: {
4072
4072
  accessList?: import("../../index.js").AccessList | undefined;
4073
4073
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4074
4074
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4075
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4075
+ kzg?: import("../../index.js").Kzg | undefined;
4076
4076
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4077
4077
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4078
4078
  } & {
@@ -4110,7 +4110,7 @@ export declare const celoAlfajores: {
4110
4110
  accessList?: import("../../index.js").AccessList | undefined;
4111
4111
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4112
4112
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4113
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4113
+ kzg?: import("../../index.js").Kzg | undefined;
4114
4114
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4115
4115
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4116
4116
  } & {
@@ -4127,7 +4127,7 @@ export declare const celoAlfajores: {
4127
4127
  accessList?: import("../../index.js").AccessList | undefined;
4128
4128
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4129
4129
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4130
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4130
+ kzg?: import("../../index.js").Kzg | undefined;
4131
4131
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4132
4132
  type?: "eip4844" | undefined;
4133
4133
  } & {
@@ -4148,7 +4148,7 @@ export declare const celoAlfajores: {
4148
4148
  accessList?: import("../../index.js").AccessList | undefined;
4149
4149
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4150
4150
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4151
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4151
+ kzg?: import("../../index.js").Kzg | undefined;
4152
4152
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4153
4153
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4154
4154
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -4171,7 +4171,7 @@ export declare const celoAlfajores: {
4171
4171
  accessList?: import("../../index.js").AccessList | undefined;
4172
4172
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4173
4173
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4174
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4174
+ kzg?: import("../../index.js").Kzg | undefined;
4175
4175
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4176
4176
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
4177
4177
  } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -4494,7 +4494,7 @@ export declare const celoAlfajores: {
4494
4494
  accessList?: import("../../index.js").AccessList | undefined;
4495
4495
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4496
4496
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4497
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4497
+ kzg?: import("../../index.js").Kzg | undefined;
4498
4498
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4499
4499
  type?: "0x3" | undefined;
4500
4500
  feeCurrency?: `0x${string}` | undefined;
@@ -4514,7 +4514,7 @@ export declare const celoAlfajores: {
4514
4514
  accessList?: import("../../index.js").AccessList | undefined;
4515
4515
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4516
4516
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4517
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4517
+ kzg?: import("../../index.js").Kzg | undefined;
4518
4518
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4519
4519
  type?: "0x7c" | undefined;
4520
4520
  feeCurrency?: `0x${string}` | undefined;
@@ -4534,7 +4534,7 @@ export declare const celoAlfajores: {
4534
4534
  accessList?: import("../../index.js").AccessList | undefined;
4535
4535
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4536
4536
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4537
- kzg?: import("../../types/kzg.js").Kzg | undefined;
4537
+ kzg?: import("../../index.js").Kzg | undefined;
4538
4538
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4539
4539
  type?: "0x7b" | undefined;
4540
4540
  feeCurrency?: `0x${string}` | undefined;
@@ -987,7 +987,7 @@ export declare const zkSync: {
987
987
  accessList?: import("../../index.js").AccessList | undefined;
988
988
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
989
989
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
990
- kzg?: import("../../types/kzg.js").Kzg | undefined;
990
+ kzg?: import("../../index.js").Kzg | undefined;
991
991
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
992
992
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
993
993
  } & {
@@ -1027,7 +1027,7 @@ export declare const zkSync: {
1027
1027
  accessList?: import("../../index.js").AccessList | undefined;
1028
1028
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1029
1029
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1030
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1030
+ kzg?: import("../../index.js").Kzg | undefined;
1031
1031
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1032
1032
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1033
1033
  } & {
@@ -1067,7 +1067,7 @@ export declare const zkSync: {
1067
1067
  accessList?: import("../../index.js").AccessList | undefined;
1068
1068
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1069
1069
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1070
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1070
+ kzg?: import("../../index.js").Kzg | undefined;
1071
1071
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1072
1072
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1073
1073
  } & {
@@ -1107,7 +1107,7 @@ export declare const zkSync: {
1107
1107
  accessList?: import("../../index.js").AccessList | undefined;
1108
1108
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1109
1109
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1110
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1110
+ kzg?: import("../../index.js").Kzg | undefined;
1111
1111
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1112
1112
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1113
1113
  } & {
@@ -1124,7 +1124,7 @@ export declare const zkSync: {
1124
1124
  accessList?: import("../../index.js").AccessList | undefined;
1125
1125
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1126
1126
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1127
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1127
+ kzg?: import("../../index.js").Kzg | undefined;
1128
1128
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1129
1129
  type?: "eip4844" | undefined;
1130
1130
  } & {
@@ -1147,7 +1147,7 @@ export declare const zkSync: {
1147
1147
  accessList?: import("../../index.js").AccessList | undefined;
1148
1148
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1149
1149
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1150
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1150
+ kzg?: import("../../index.js").Kzg | undefined;
1151
1151
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1152
1152
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1153
1153
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1172,7 +1172,7 @@ export declare const zkSync: {
1172
1172
  accessList?: import("../../index.js").AccessList | undefined;
1173
1173
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1174
1174
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1175
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1175
+ kzg?: import("../../index.js").Kzg | undefined;
1176
1176
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1177
1177
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1178
1178
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1413,7 +1413,7 @@ export declare const zkSync: {
1413
1413
  accessList?: import("../../index.js").AccessList | undefined;
1414
1414
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1415
1415
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1416
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1416
+ kzg?: import("../../index.js").Kzg | undefined;
1417
1417
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1418
1418
  type?: "0x3" | undefined;
1419
1419
  eip712Meta?: undefined;
@@ -1431,7 +1431,7 @@ export declare const zkSync: {
1431
1431
  accessList?: import("../../index.js").AccessList | undefined;
1432
1432
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1433
1433
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1434
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1434
+ kzg?: import("../../index.js").Kzg | undefined;
1435
1435
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1436
1436
  type: "0xff" | "0x71";
1437
1437
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
@@ -994,7 +994,7 @@ export declare const zkSyncInMemoryNode: {
994
994
  accessList?: import("../../index.js").AccessList | undefined;
995
995
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
996
996
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
997
- kzg?: import("../../types/kzg.js").Kzg | undefined;
997
+ kzg?: import("../../index.js").Kzg | undefined;
998
998
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
999
999
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1000
1000
  } & {
@@ -1034,7 +1034,7 @@ export declare const zkSyncInMemoryNode: {
1034
1034
  accessList?: import("../../index.js").AccessList | undefined;
1035
1035
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1036
1036
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1037
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1037
+ kzg?: import("../../index.js").Kzg | undefined;
1038
1038
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1039
1039
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1040
1040
  } & {
@@ -1074,7 +1074,7 @@ export declare const zkSyncInMemoryNode: {
1074
1074
  accessList?: import("../../index.js").AccessList | undefined;
1075
1075
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1076
1076
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1077
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1077
+ kzg?: import("../../index.js").Kzg | undefined;
1078
1078
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1079
1079
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1080
1080
  } & {
@@ -1114,7 +1114,7 @@ export declare const zkSyncInMemoryNode: {
1114
1114
  accessList?: import("../../index.js").AccessList | undefined;
1115
1115
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1116
1116
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1117
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1117
+ kzg?: import("../../index.js").Kzg | undefined;
1118
1118
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1119
1119
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1120
1120
  } & {
@@ -1131,7 +1131,7 @@ export declare const zkSyncInMemoryNode: {
1131
1131
  accessList?: import("../../index.js").AccessList | undefined;
1132
1132
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1133
1133
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1134
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1134
+ kzg?: import("../../index.js").Kzg | undefined;
1135
1135
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1136
1136
  type?: "eip4844" | undefined;
1137
1137
  } & {
@@ -1154,7 +1154,7 @@ export declare const zkSyncInMemoryNode: {
1154
1154
  accessList?: import("../../index.js").AccessList | undefined;
1155
1155
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1156
1156
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1157
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1157
+ kzg?: import("../../index.js").Kzg | undefined;
1158
1158
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1159
1159
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1160
1160
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1179,7 +1179,7 @@ export declare const zkSyncInMemoryNode: {
1179
1179
  accessList?: import("../../index.js").AccessList | undefined;
1180
1180
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1181
1181
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1182
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1182
+ kzg?: import("../../index.js").Kzg | undefined;
1183
1183
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1184
1184
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1185
1185
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1420,7 +1420,7 @@ export declare const zkSyncInMemoryNode: {
1420
1420
  accessList?: import("../../index.js").AccessList | undefined;
1421
1421
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1422
1422
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1423
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1423
+ kzg?: import("../../index.js").Kzg | undefined;
1424
1424
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1425
1425
  type?: "0x3" | undefined;
1426
1426
  eip712Meta?: undefined;
@@ -1438,7 +1438,7 @@ export declare const zkSyncInMemoryNode: {
1438
1438
  accessList?: import("../../index.js").AccessList | undefined;
1439
1439
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1440
1440
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1441
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1441
+ kzg?: import("../../index.js").Kzg | undefined;
1442
1442
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1443
1443
  type: "0xff" | "0x71";
1444
1444
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
@@ -994,7 +994,7 @@ export declare const zkSyncLocalNode: {
994
994
  accessList?: import("../../index.js").AccessList | undefined;
995
995
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
996
996
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
997
- kzg?: import("../../types/kzg.js").Kzg | undefined;
997
+ kzg?: import("../../index.js").Kzg | undefined;
998
998
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
999
999
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1000
1000
  } & {
@@ -1034,7 +1034,7 @@ export declare const zkSyncLocalNode: {
1034
1034
  accessList?: import("../../index.js").AccessList | undefined;
1035
1035
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1036
1036
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1037
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1037
+ kzg?: import("../../index.js").Kzg | undefined;
1038
1038
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1039
1039
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1040
1040
  } & {
@@ -1074,7 +1074,7 @@ export declare const zkSyncLocalNode: {
1074
1074
  accessList?: import("../../index.js").AccessList | undefined;
1075
1075
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1076
1076
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1077
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1077
+ kzg?: import("../../index.js").Kzg | undefined;
1078
1078
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1079
1079
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1080
1080
  } & {
@@ -1114,7 +1114,7 @@ export declare const zkSyncLocalNode: {
1114
1114
  accessList?: import("../../index.js").AccessList | undefined;
1115
1115
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1116
1116
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1117
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1117
+ kzg?: import("../../index.js").Kzg | undefined;
1118
1118
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1119
1119
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1120
1120
  } & {
@@ -1131,7 +1131,7 @@ export declare const zkSyncLocalNode: {
1131
1131
  accessList?: import("../../index.js").AccessList | undefined;
1132
1132
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1133
1133
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1134
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1134
+ kzg?: import("../../index.js").Kzg | undefined;
1135
1135
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1136
1136
  type?: "eip4844" | undefined;
1137
1137
  } & {
@@ -1154,7 +1154,7 @@ export declare const zkSyncLocalNode: {
1154
1154
  accessList?: import("../../index.js").AccessList | undefined;
1155
1155
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1156
1156
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1157
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1157
+ kzg?: import("../../index.js").Kzg | undefined;
1158
1158
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1159
1159
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1160
1160
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1179,7 +1179,7 @@ export declare const zkSyncLocalNode: {
1179
1179
  accessList?: import("../../index.js").AccessList | undefined;
1180
1180
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1181
1181
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1182
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1182
+ kzg?: import("../../index.js").Kzg | undefined;
1183
1183
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1184
1184
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1185
1185
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
@@ -1420,7 +1420,7 @@ export declare const zkSyncLocalNode: {
1420
1420
  accessList?: import("../../index.js").AccessList | undefined;
1421
1421
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1422
1422
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1423
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1423
+ kzg?: import("../../index.js").Kzg | undefined;
1424
1424
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1425
1425
  type?: "0x3" | undefined;
1426
1426
  eip712Meta?: undefined;
@@ -1438,7 +1438,7 @@ export declare const zkSyncLocalNode: {
1438
1438
  accessList?: import("../../index.js").AccessList | undefined;
1439
1439
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1440
1440
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1441
- kzg?: import("../../types/kzg.js").Kzg | undefined;
1441
+ kzg?: import("../../index.js").Kzg | undefined;
1442
1442
  sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1443
1443
  type: "0xff" | "0x71";
1444
1444
  eip712Meta: import("../index.js").ZkSyncEip712Meta;