@pimlico/alto 0.0.0-main.20250411T191404 → 0.0.0-main.20250416T102711
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/esm/cli/config/bundler.d.ts +32 -20
- package/esm/cli/config/bundler.js +9 -0
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +10 -0
- package/esm/cli/config/options.js.map +1 -1
- package/esm/handlers/gasPriceManager.js +13 -46
- package/esm/handlers/gasPriceManager.js.map +1 -1
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/esm/rpc/rpcHandler.js +1 -10
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/rpc/validation/SafeValidator.js +1 -1
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/rpc/validation/UnsafeValidator.js +1 -1
- package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
- package/esm/types/schemas.d.ts +900 -900
- package/esm/types/schemas.js +44 -4
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/validation.d.ts +1 -1
- package/esm/utils/validation.js +1 -10
- package/esm/utils/validation.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +32 -20
- package/lib/cli/config/bundler.js +9 -0
- package/lib/cli/config/bundler.js.map +1 -1
- package/lib/cli/config/options.js +10 -0
- package/lib/cli/config/options.js.map +1 -1
- package/lib/handlers/gasPriceManager.js +12 -45
- package/lib/handlers/gasPriceManager.js.map +1 -1
- package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/lib/rpc/rpcHandler.js +1 -10
- package/lib/rpc/rpcHandler.js.map +1 -1
- package/lib/rpc/validation/SafeValidator.js +1 -1
- package/lib/rpc/validation/SafeValidator.js.map +1 -1
- package/lib/rpc/validation/UnsafeValidator.js +1 -1
- package/lib/rpc/validation/UnsafeValidator.js.map +1 -1
- package/lib/types/schemas.d.ts +900 -900
- package/lib/types/schemas.js +43 -3
- package/lib/types/schemas.js.map +1 -1
- package/lib/utils/validation.d.ts +1 -1
- package/lib/utils/validation.js +1 -10
- package/lib/utils/validation.js.map +1 -1
- package/package.json +1 -1
package/lib/types/schemas.d.ts
CHANGED
|
@@ -1645,12 +1645,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1645
1645
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1646
1646
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1647
1647
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1648
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1649
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1650
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1651
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1648
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1649
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1650
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1651
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1652
1652
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
1653
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1653
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1654
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1655
1655
|
nonce: number;
|
|
1656
1656
|
contractAddress: `0x${string}`;
|
|
@@ -1660,21 +1660,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1660
1660
|
yParity: number;
|
|
1661
1661
|
v?: bigint | undefined;
|
|
1662
1662
|
}, {
|
|
1663
|
-
nonce: string | number | bigint;
|
|
1664
1663
|
contractAddress: string;
|
|
1665
|
-
chainId
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1664
|
+
chainId?: string | number | bigint | undefined;
|
|
1665
|
+
nonce?: string | number | bigint | undefined;
|
|
1666
|
+
r?: string | undefined;
|
|
1667
|
+
s?: string | undefined;
|
|
1669
1668
|
v?: string | number | bigint | undefined;
|
|
1669
|
+
yParity?: string | number | bigint | undefined;
|
|
1670
1670
|
}>, z.ZodObject<{
|
|
1671
1671
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1672
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1673
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1674
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1675
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1672
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1673
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1674
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1675
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1676
1676
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
1677
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1677
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1678
1678
|
}, "strip", z.ZodTypeAny, {
|
|
1679
1679
|
address: `0x${string}`;
|
|
1680
1680
|
nonce: number;
|
|
@@ -1685,12 +1685,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1685
1685
|
v?: bigint | undefined;
|
|
1686
1686
|
}, {
|
|
1687
1687
|
address: string;
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
r
|
|
1691
|
-
s
|
|
1692
|
-
yParity: string | number | bigint;
|
|
1688
|
+
chainId?: string | number | bigint | undefined;
|
|
1689
|
+
nonce?: string | number | bigint | undefined;
|
|
1690
|
+
r?: string | undefined;
|
|
1691
|
+
s?: string | undefined;
|
|
1693
1692
|
v?: string | number | bigint | undefined;
|
|
1693
|
+
yParity?: string | number | bigint | undefined;
|
|
1694
1694
|
}>]>>>;
|
|
1695
1695
|
}, "strict", z.ZodTypeAny, {
|
|
1696
1696
|
sender: `0x${string}`;
|
|
@@ -1734,21 +1734,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1734
1734
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1735
1735
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
1736
1736
|
eip7702Auth?: {
|
|
1737
|
-
nonce: string | number | bigint;
|
|
1738
1737
|
contractAddress: string;
|
|
1739
|
-
chainId
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1738
|
+
chainId?: string | number | bigint | undefined;
|
|
1739
|
+
nonce?: string | number | bigint | undefined;
|
|
1740
|
+
r?: string | undefined;
|
|
1741
|
+
s?: string | undefined;
|
|
1743
1742
|
v?: string | number | bigint | undefined;
|
|
1743
|
+
yParity?: string | number | bigint | undefined;
|
|
1744
1744
|
} | {
|
|
1745
1745
|
address: string;
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
r
|
|
1749
|
-
s
|
|
1750
|
-
yParity: string | number | bigint;
|
|
1746
|
+
chainId?: string | number | bigint | undefined;
|
|
1747
|
+
nonce?: string | number | bigint | undefined;
|
|
1748
|
+
r?: string | undefined;
|
|
1749
|
+
s?: string | undefined;
|
|
1751
1750
|
v?: string | number | bigint | undefined;
|
|
1751
|
+
yParity?: string | number | bigint | undefined;
|
|
1752
1752
|
} | null | undefined;
|
|
1753
1753
|
}>, {
|
|
1754
1754
|
sender: `0x${string}`;
|
|
@@ -1792,21 +1792,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1792
1792
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1793
1793
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
1794
1794
|
eip7702Auth?: {
|
|
1795
|
-
nonce: string | number | bigint;
|
|
1796
1795
|
contractAddress: string;
|
|
1797
|
-
chainId
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1796
|
+
chainId?: string | number | bigint | undefined;
|
|
1797
|
+
nonce?: string | number | bigint | undefined;
|
|
1798
|
+
r?: string | undefined;
|
|
1799
|
+
s?: string | undefined;
|
|
1801
1800
|
v?: string | number | bigint | undefined;
|
|
1801
|
+
yParity?: string | number | bigint | undefined;
|
|
1802
1802
|
} | {
|
|
1803
1803
|
address: string;
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
r
|
|
1807
|
-
s
|
|
1808
|
-
yParity: string | number | bigint;
|
|
1804
|
+
chainId?: string | number | bigint | undefined;
|
|
1805
|
+
nonce?: string | number | bigint | undefined;
|
|
1806
|
+
r?: string | undefined;
|
|
1807
|
+
s?: string | undefined;
|
|
1809
1808
|
v?: string | number | bigint | undefined;
|
|
1809
|
+
yParity?: string | number | bigint | undefined;
|
|
1810
1810
|
} | null | undefined;
|
|
1811
1811
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1812
1812
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1826,12 +1826,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1826
1826
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1827
1827
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1828
1828
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1829
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1830
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1831
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1832
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1829
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1830
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1831
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1832
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1833
1833
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
1834
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1834
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
|
1836
1836
|
nonce: number;
|
|
1837
1837
|
contractAddress: `0x${string}`;
|
|
@@ -1841,21 +1841,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1841
1841
|
yParity: number;
|
|
1842
1842
|
v?: bigint | undefined;
|
|
1843
1843
|
}, {
|
|
1844
|
-
nonce: string | number | bigint;
|
|
1845
1844
|
contractAddress: string;
|
|
1846
|
-
chainId
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1845
|
+
chainId?: string | number | bigint | undefined;
|
|
1846
|
+
nonce?: string | number | bigint | undefined;
|
|
1847
|
+
r?: string | undefined;
|
|
1848
|
+
s?: string | undefined;
|
|
1850
1849
|
v?: string | number | bigint | undefined;
|
|
1850
|
+
yParity?: string | number | bigint | undefined;
|
|
1851
1851
|
}>, z.ZodObject<{
|
|
1852
1852
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1853
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1854
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1855
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1856
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
1853
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1854
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1855
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1856
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
1857
1857
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
1858
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
1858
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
1859
1859
|
}, "strip", z.ZodTypeAny, {
|
|
1860
1860
|
address: `0x${string}`;
|
|
1861
1861
|
nonce: number;
|
|
@@ -1866,12 +1866,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1866
1866
|
v?: bigint | undefined;
|
|
1867
1867
|
}, {
|
|
1868
1868
|
address: string;
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
r
|
|
1872
|
-
s
|
|
1873
|
-
yParity: string | number | bigint;
|
|
1869
|
+
chainId?: string | number | bigint | undefined;
|
|
1870
|
+
nonce?: string | number | bigint | undefined;
|
|
1871
|
+
r?: string | undefined;
|
|
1872
|
+
s?: string | undefined;
|
|
1874
1873
|
v?: string | number | bigint | undefined;
|
|
1874
|
+
yParity?: string | number | bigint | undefined;
|
|
1875
1875
|
}>]>>>;
|
|
1876
1876
|
}, "strict", z.ZodTypeAny, {
|
|
1877
1877
|
sender: `0x${string}`;
|
|
@@ -1923,21 +1923,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1923
1923
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1924
1924
|
paymasterData?: string | null | undefined;
|
|
1925
1925
|
eip7702Auth?: {
|
|
1926
|
-
nonce: string | number | bigint;
|
|
1927
1926
|
contractAddress: string;
|
|
1928
|
-
chainId
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1927
|
+
chainId?: string | number | bigint | undefined;
|
|
1928
|
+
nonce?: string | number | bigint | undefined;
|
|
1929
|
+
r?: string | undefined;
|
|
1930
|
+
s?: string | undefined;
|
|
1932
1931
|
v?: string | number | bigint | undefined;
|
|
1932
|
+
yParity?: string | number | bigint | undefined;
|
|
1933
1933
|
} | {
|
|
1934
1934
|
address: string;
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
r
|
|
1938
|
-
s
|
|
1939
|
-
yParity: string | number | bigint;
|
|
1935
|
+
chainId?: string | number | bigint | undefined;
|
|
1936
|
+
nonce?: string | number | bigint | undefined;
|
|
1937
|
+
r?: string | undefined;
|
|
1938
|
+
s?: string | undefined;
|
|
1940
1939
|
v?: string | number | bigint | undefined;
|
|
1940
|
+
yParity?: string | number | bigint | undefined;
|
|
1941
1941
|
} | null | undefined;
|
|
1942
1942
|
}>, {
|
|
1943
1943
|
sender: `0x${string}`;
|
|
@@ -1989,21 +1989,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
1989
1989
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1990
1990
|
paymasterData?: string | null | undefined;
|
|
1991
1991
|
eip7702Auth?: {
|
|
1992
|
-
nonce: string | number | bigint;
|
|
1993
1992
|
contractAddress: string;
|
|
1994
|
-
chainId
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1993
|
+
chainId?: string | number | bigint | undefined;
|
|
1994
|
+
nonce?: string | number | bigint | undefined;
|
|
1995
|
+
r?: string | undefined;
|
|
1996
|
+
s?: string | undefined;
|
|
1998
1997
|
v?: string | number | bigint | undefined;
|
|
1998
|
+
yParity?: string | number | bigint | undefined;
|
|
1999
1999
|
} | {
|
|
2000
2000
|
address: string;
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
r
|
|
2004
|
-
s
|
|
2005
|
-
yParity: string | number | bigint;
|
|
2001
|
+
chainId?: string | number | bigint | undefined;
|
|
2002
|
+
nonce?: string | number | bigint | undefined;
|
|
2003
|
+
r?: string | undefined;
|
|
2004
|
+
s?: string | undefined;
|
|
2006
2005
|
v?: string | number | bigint | undefined;
|
|
2006
|
+
yParity?: string | number | bigint | undefined;
|
|
2007
2007
|
} | null | undefined;
|
|
2008
2008
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2009
2009
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2023,12 +2023,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2023
2023
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2024
2024
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2025
2025
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2026
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2027
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2028
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2029
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2026
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2027
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2028
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2029
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2030
2030
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2031
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2031
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2032
2032
|
}, "strip", z.ZodTypeAny, {
|
|
2033
2033
|
nonce: number;
|
|
2034
2034
|
contractAddress: `0x${string}`;
|
|
@@ -2038,21 +2038,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2038
2038
|
yParity: number;
|
|
2039
2039
|
v?: bigint | undefined;
|
|
2040
2040
|
}, {
|
|
2041
|
-
nonce: string | number | bigint;
|
|
2042
2041
|
contractAddress: string;
|
|
2043
|
-
chainId
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2042
|
+
chainId?: string | number | bigint | undefined;
|
|
2043
|
+
nonce?: string | number | bigint | undefined;
|
|
2044
|
+
r?: string | undefined;
|
|
2045
|
+
s?: string | undefined;
|
|
2047
2046
|
v?: string | number | bigint | undefined;
|
|
2047
|
+
yParity?: string | number | bigint | undefined;
|
|
2048
2048
|
}>, z.ZodObject<{
|
|
2049
2049
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2050
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2051
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2052
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2053
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2050
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2051
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2052
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2053
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2054
2054
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2055
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2055
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2056
2056
|
}, "strip", z.ZodTypeAny, {
|
|
2057
2057
|
address: `0x${string}`;
|
|
2058
2058
|
nonce: number;
|
|
@@ -2063,12 +2063,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2063
2063
|
v?: bigint | undefined;
|
|
2064
2064
|
}, {
|
|
2065
2065
|
address: string;
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
r
|
|
2069
|
-
s
|
|
2070
|
-
yParity: string | number | bigint;
|
|
2066
|
+
chainId?: string | number | bigint | undefined;
|
|
2067
|
+
nonce?: string | number | bigint | undefined;
|
|
2068
|
+
r?: string | undefined;
|
|
2069
|
+
s?: string | undefined;
|
|
2071
2070
|
v?: string | number | bigint | undefined;
|
|
2071
|
+
yParity?: string | number | bigint | undefined;
|
|
2072
2072
|
}>]>>>;
|
|
2073
2073
|
}, "strict", z.ZodTypeAny, {
|
|
2074
2074
|
sender: `0x${string}`;
|
|
@@ -2120,21 +2120,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2120
2120
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2121
2121
|
paymasterData?: string | null | undefined;
|
|
2122
2122
|
eip7702Auth?: {
|
|
2123
|
-
nonce: string | number | bigint;
|
|
2124
2123
|
contractAddress: string;
|
|
2125
|
-
chainId
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2124
|
+
chainId?: string | number | bigint | undefined;
|
|
2125
|
+
nonce?: string | number | bigint | undefined;
|
|
2126
|
+
r?: string | undefined;
|
|
2127
|
+
s?: string | undefined;
|
|
2129
2128
|
v?: string | number | bigint | undefined;
|
|
2129
|
+
yParity?: string | number | bigint | undefined;
|
|
2130
2130
|
} | {
|
|
2131
2131
|
address: string;
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
r
|
|
2135
|
-
s
|
|
2136
|
-
yParity: string | number | bigint;
|
|
2132
|
+
chainId?: string | number | bigint | undefined;
|
|
2133
|
+
nonce?: string | number | bigint | undefined;
|
|
2134
|
+
r?: string | undefined;
|
|
2135
|
+
s?: string | undefined;
|
|
2137
2136
|
v?: string | number | bigint | undefined;
|
|
2137
|
+
yParity?: string | number | bigint | undefined;
|
|
2138
2138
|
} | null | undefined;
|
|
2139
2139
|
}>, {
|
|
2140
2140
|
sender: `0x${string}`;
|
|
@@ -2186,21 +2186,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2186
2186
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2187
2187
|
paymasterData?: string | null | undefined;
|
|
2188
2188
|
eip7702Auth?: {
|
|
2189
|
-
nonce: string | number | bigint;
|
|
2190
2189
|
contractAddress: string;
|
|
2191
|
-
chainId
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2190
|
+
chainId?: string | number | bigint | undefined;
|
|
2191
|
+
nonce?: string | number | bigint | undefined;
|
|
2192
|
+
r?: string | undefined;
|
|
2193
|
+
s?: string | undefined;
|
|
2195
2194
|
v?: string | number | bigint | undefined;
|
|
2195
|
+
yParity?: string | number | bigint | undefined;
|
|
2196
2196
|
} | {
|
|
2197
2197
|
address: string;
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
r
|
|
2201
|
-
s
|
|
2202
|
-
yParity: string | number | bigint;
|
|
2198
|
+
chainId?: string | number | bigint | undefined;
|
|
2199
|
+
nonce?: string | number | bigint | undefined;
|
|
2200
|
+
r?: string | undefined;
|
|
2201
|
+
s?: string | undefined;
|
|
2203
2202
|
v?: string | number | bigint | undefined;
|
|
2203
|
+
yParity?: string | number | bigint | undefined;
|
|
2204
2204
|
} | null | undefined;
|
|
2205
2205
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>, z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2206
2206
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2216,12 +2216,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2216
2216
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2217
2217
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2218
2218
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2219
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2220
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2221
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2222
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2219
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2220
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2221
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2222
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2223
2223
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2224
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2224
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2225
2225
|
}, "strip", z.ZodTypeAny, {
|
|
2226
2226
|
nonce: number;
|
|
2227
2227
|
contractAddress: `0x${string}`;
|
|
@@ -2231,21 +2231,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2231
2231
|
yParity: number;
|
|
2232
2232
|
v?: bigint | undefined;
|
|
2233
2233
|
}, {
|
|
2234
|
-
nonce: string | number | bigint;
|
|
2235
2234
|
contractAddress: string;
|
|
2236
|
-
chainId
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2235
|
+
chainId?: string | number | bigint | undefined;
|
|
2236
|
+
nonce?: string | number | bigint | undefined;
|
|
2237
|
+
r?: string | undefined;
|
|
2238
|
+
s?: string | undefined;
|
|
2240
2239
|
v?: string | number | bigint | undefined;
|
|
2240
|
+
yParity?: string | number | bigint | undefined;
|
|
2241
2241
|
}>, z.ZodObject<{
|
|
2242
2242
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2243
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2244
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2245
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2246
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2243
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2244
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2245
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2246
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2247
2247
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2248
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2248
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2249
2249
|
}, "strip", z.ZodTypeAny, {
|
|
2250
2250
|
address: `0x${string}`;
|
|
2251
2251
|
nonce: number;
|
|
@@ -2256,12 +2256,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2256
2256
|
v?: bigint | undefined;
|
|
2257
2257
|
}, {
|
|
2258
2258
|
address: string;
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
r
|
|
2262
|
-
s
|
|
2263
|
-
yParity: string | number | bigint;
|
|
2259
|
+
chainId?: string | number | bigint | undefined;
|
|
2260
|
+
nonce?: string | number | bigint | undefined;
|
|
2261
|
+
r?: string | undefined;
|
|
2262
|
+
s?: string | undefined;
|
|
2264
2263
|
v?: string | number | bigint | undefined;
|
|
2264
|
+
yParity?: string | number | bigint | undefined;
|
|
2265
2265
|
}>]>>>;
|
|
2266
2266
|
}, "strict", z.ZodTypeAny, {
|
|
2267
2267
|
sender: `0x${string}`;
|
|
@@ -2305,21 +2305,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2305
2305
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
2306
2306
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
2307
2307
|
eip7702Auth?: {
|
|
2308
|
-
nonce: string | number | bigint;
|
|
2309
2308
|
contractAddress: string;
|
|
2310
|
-
chainId
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2309
|
+
chainId?: string | number | bigint | undefined;
|
|
2310
|
+
nonce?: string | number | bigint | undefined;
|
|
2311
|
+
r?: string | undefined;
|
|
2312
|
+
s?: string | undefined;
|
|
2314
2313
|
v?: string | number | bigint | undefined;
|
|
2314
|
+
yParity?: string | number | bigint | undefined;
|
|
2315
2315
|
} | {
|
|
2316
2316
|
address: string;
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
r
|
|
2320
|
-
s
|
|
2321
|
-
yParity: string | number | bigint;
|
|
2317
|
+
chainId?: string | number | bigint | undefined;
|
|
2318
|
+
nonce?: string | number | bigint | undefined;
|
|
2319
|
+
r?: string | undefined;
|
|
2320
|
+
s?: string | undefined;
|
|
2322
2321
|
v?: string | number | bigint | undefined;
|
|
2322
|
+
yParity?: string | number | bigint | undefined;
|
|
2323
2323
|
} | null | undefined;
|
|
2324
2324
|
}>, {
|
|
2325
2325
|
sender: `0x${string}`;
|
|
@@ -2363,21 +2363,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2363
2363
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
2364
2364
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
2365
2365
|
eip7702Auth?: {
|
|
2366
|
-
nonce: string | number | bigint;
|
|
2367
2366
|
contractAddress: string;
|
|
2368
|
-
chainId
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2367
|
+
chainId?: string | number | bigint | undefined;
|
|
2368
|
+
nonce?: string | number | bigint | undefined;
|
|
2369
|
+
r?: string | undefined;
|
|
2370
|
+
s?: string | undefined;
|
|
2372
2371
|
v?: string | number | bigint | undefined;
|
|
2372
|
+
yParity?: string | number | bigint | undefined;
|
|
2373
2373
|
} | {
|
|
2374
2374
|
address: string;
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
r
|
|
2378
|
-
s
|
|
2379
|
-
yParity: string | number | bigint;
|
|
2375
|
+
chainId?: string | number | bigint | undefined;
|
|
2376
|
+
nonce?: string | number | bigint | undefined;
|
|
2377
|
+
r?: string | undefined;
|
|
2378
|
+
s?: string | undefined;
|
|
2380
2379
|
v?: string | number | bigint | undefined;
|
|
2380
|
+
yParity?: string | number | bigint | undefined;
|
|
2381
2381
|
} | null | undefined;
|
|
2382
2382
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2383
2383
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2397,12 +2397,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2397
2397
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2398
2398
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2399
2399
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2400
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2401
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2402
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2403
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2400
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2401
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2402
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2403
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2404
2404
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2405
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2405
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2406
2406
|
}, "strip", z.ZodTypeAny, {
|
|
2407
2407
|
nonce: number;
|
|
2408
2408
|
contractAddress: `0x${string}`;
|
|
@@ -2412,21 +2412,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2412
2412
|
yParity: number;
|
|
2413
2413
|
v?: bigint | undefined;
|
|
2414
2414
|
}, {
|
|
2415
|
-
nonce: string | number | bigint;
|
|
2416
2415
|
contractAddress: string;
|
|
2417
|
-
chainId
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2416
|
+
chainId?: string | number | bigint | undefined;
|
|
2417
|
+
nonce?: string | number | bigint | undefined;
|
|
2418
|
+
r?: string | undefined;
|
|
2419
|
+
s?: string | undefined;
|
|
2421
2420
|
v?: string | number | bigint | undefined;
|
|
2421
|
+
yParity?: string | number | bigint | undefined;
|
|
2422
2422
|
}>, z.ZodObject<{
|
|
2423
2423
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2424
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2425
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2426
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2427
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2424
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2425
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2426
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2427
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2428
2428
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2429
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2429
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2430
2430
|
}, "strip", z.ZodTypeAny, {
|
|
2431
2431
|
address: `0x${string}`;
|
|
2432
2432
|
nonce: number;
|
|
@@ -2437,12 +2437,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2437
2437
|
v?: bigint | undefined;
|
|
2438
2438
|
}, {
|
|
2439
2439
|
address: string;
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
r
|
|
2443
|
-
s
|
|
2444
|
-
yParity: string | number | bigint;
|
|
2440
|
+
chainId?: string | number | bigint | undefined;
|
|
2441
|
+
nonce?: string | number | bigint | undefined;
|
|
2442
|
+
r?: string | undefined;
|
|
2443
|
+
s?: string | undefined;
|
|
2445
2444
|
v?: string | number | bigint | undefined;
|
|
2445
|
+
yParity?: string | number | bigint | undefined;
|
|
2446
2446
|
}>]>>>;
|
|
2447
2447
|
}, "strict", z.ZodTypeAny, {
|
|
2448
2448
|
sender: `0x${string}`;
|
|
@@ -2494,21 +2494,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2494
2494
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2495
2495
|
paymasterData?: string | null | undefined;
|
|
2496
2496
|
eip7702Auth?: {
|
|
2497
|
-
nonce: string | number | bigint;
|
|
2498
2497
|
contractAddress: string;
|
|
2499
|
-
chainId
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2498
|
+
chainId?: string | number | bigint | undefined;
|
|
2499
|
+
nonce?: string | number | bigint | undefined;
|
|
2500
|
+
r?: string | undefined;
|
|
2501
|
+
s?: string | undefined;
|
|
2503
2502
|
v?: string | number | bigint | undefined;
|
|
2503
|
+
yParity?: string | number | bigint | undefined;
|
|
2504
2504
|
} | {
|
|
2505
2505
|
address: string;
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
r
|
|
2509
|
-
s
|
|
2510
|
-
yParity: string | number | bigint;
|
|
2506
|
+
chainId?: string | number | bigint | undefined;
|
|
2507
|
+
nonce?: string | number | bigint | undefined;
|
|
2508
|
+
r?: string | undefined;
|
|
2509
|
+
s?: string | undefined;
|
|
2511
2510
|
v?: string | number | bigint | undefined;
|
|
2511
|
+
yParity?: string | number | bigint | undefined;
|
|
2512
2512
|
} | null | undefined;
|
|
2513
2513
|
}>, {
|
|
2514
2514
|
sender: `0x${string}`;
|
|
@@ -2560,21 +2560,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2560
2560
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2561
2561
|
paymasterData?: string | null | undefined;
|
|
2562
2562
|
eip7702Auth?: {
|
|
2563
|
-
nonce: string | number | bigint;
|
|
2564
2563
|
contractAddress: string;
|
|
2565
|
-
chainId
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2564
|
+
chainId?: string | number | bigint | undefined;
|
|
2565
|
+
nonce?: string | number | bigint | undefined;
|
|
2566
|
+
r?: string | undefined;
|
|
2567
|
+
s?: string | undefined;
|
|
2569
2568
|
v?: string | number | bigint | undefined;
|
|
2569
|
+
yParity?: string | number | bigint | undefined;
|
|
2570
2570
|
} | {
|
|
2571
2571
|
address: string;
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
r
|
|
2575
|
-
s
|
|
2576
|
-
yParity: string | number | bigint;
|
|
2572
|
+
chainId?: string | number | bigint | undefined;
|
|
2573
|
+
nonce?: string | number | bigint | undefined;
|
|
2574
|
+
r?: string | undefined;
|
|
2575
|
+
s?: string | undefined;
|
|
2577
2576
|
v?: string | number | bigint | undefined;
|
|
2577
|
+
yParity?: string | number | bigint | undefined;
|
|
2578
2578
|
} | null | undefined;
|
|
2579
2579
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2580
2580
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2594,12 +2594,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2594
2594
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2595
2595
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2596
2596
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2597
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2598
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2599
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2600
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2597
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2598
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2599
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2600
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2601
2601
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2602
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2602
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2603
2603
|
}, "strip", z.ZodTypeAny, {
|
|
2604
2604
|
nonce: number;
|
|
2605
2605
|
contractAddress: `0x${string}`;
|
|
@@ -2609,21 +2609,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2609
2609
|
yParity: number;
|
|
2610
2610
|
v?: bigint | undefined;
|
|
2611
2611
|
}, {
|
|
2612
|
-
nonce: string | number | bigint;
|
|
2613
2612
|
contractAddress: string;
|
|
2614
|
-
chainId
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2613
|
+
chainId?: string | number | bigint | undefined;
|
|
2614
|
+
nonce?: string | number | bigint | undefined;
|
|
2615
|
+
r?: string | undefined;
|
|
2616
|
+
s?: string | undefined;
|
|
2618
2617
|
v?: string | number | bigint | undefined;
|
|
2618
|
+
yParity?: string | number | bigint | undefined;
|
|
2619
2619
|
}>, z.ZodObject<{
|
|
2620
2620
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2621
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2622
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2623
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2624
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
2621
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2622
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2623
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2624
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
2625
2625
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
2626
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
2626
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
2627
2627
|
}, "strip", z.ZodTypeAny, {
|
|
2628
2628
|
address: `0x${string}`;
|
|
2629
2629
|
nonce: number;
|
|
@@ -2634,12 +2634,12 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2634
2634
|
v?: bigint | undefined;
|
|
2635
2635
|
}, {
|
|
2636
2636
|
address: string;
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
r
|
|
2640
|
-
s
|
|
2641
|
-
yParity: string | number | bigint;
|
|
2637
|
+
chainId?: string | number | bigint | undefined;
|
|
2638
|
+
nonce?: string | number | bigint | undefined;
|
|
2639
|
+
r?: string | undefined;
|
|
2640
|
+
s?: string | undefined;
|
|
2642
2641
|
v?: string | number | bigint | undefined;
|
|
2642
|
+
yParity?: string | number | bigint | undefined;
|
|
2643
2643
|
}>]>>>;
|
|
2644
2644
|
}, "strict", z.ZodTypeAny, {
|
|
2645
2645
|
sender: `0x${string}`;
|
|
@@ -2691,21 +2691,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2691
2691
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2692
2692
|
paymasterData?: string | null | undefined;
|
|
2693
2693
|
eip7702Auth?: {
|
|
2694
|
-
nonce: string | number | bigint;
|
|
2695
2694
|
contractAddress: string;
|
|
2696
|
-
chainId
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2695
|
+
chainId?: string | number | bigint | undefined;
|
|
2696
|
+
nonce?: string | number | bigint | undefined;
|
|
2697
|
+
r?: string | undefined;
|
|
2698
|
+
s?: string | undefined;
|
|
2700
2699
|
v?: string | number | bigint | undefined;
|
|
2700
|
+
yParity?: string | number | bigint | undefined;
|
|
2701
2701
|
} | {
|
|
2702
2702
|
address: string;
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
r
|
|
2706
|
-
s
|
|
2707
|
-
yParity: string | number | bigint;
|
|
2703
|
+
chainId?: string | number | bigint | undefined;
|
|
2704
|
+
nonce?: string | number | bigint | undefined;
|
|
2705
|
+
r?: string | undefined;
|
|
2706
|
+
s?: string | undefined;
|
|
2708
2707
|
v?: string | number | bigint | undefined;
|
|
2708
|
+
yParity?: string | number | bigint | undefined;
|
|
2709
2709
|
} | null | undefined;
|
|
2710
2710
|
}>, {
|
|
2711
2711
|
sender: `0x${string}`;
|
|
@@ -2757,21 +2757,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
2757
2757
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2758
2758
|
paymasterData?: string | null | undefined;
|
|
2759
2759
|
eip7702Auth?: {
|
|
2760
|
-
nonce: string | number | bigint;
|
|
2761
2760
|
contractAddress: string;
|
|
2762
|
-
chainId
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2761
|
+
chainId?: string | number | bigint | undefined;
|
|
2762
|
+
nonce?: string | number | bigint | undefined;
|
|
2763
|
+
r?: string | undefined;
|
|
2764
|
+
s?: string | undefined;
|
|
2766
2765
|
v?: string | number | bigint | undefined;
|
|
2766
|
+
yParity?: string | number | bigint | undefined;
|
|
2767
2767
|
} | {
|
|
2768
2768
|
address: string;
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
r
|
|
2772
|
-
s
|
|
2773
|
-
yParity: string | number | bigint;
|
|
2769
|
+
chainId?: string | number | bigint | undefined;
|
|
2770
|
+
nonce?: string | number | bigint | undefined;
|
|
2771
|
+
r?: string | undefined;
|
|
2772
|
+
s?: string | undefined;
|
|
2774
2773
|
v?: string | number | bigint | undefined;
|
|
2774
|
+
yParity?: string | number | bigint | undefined;
|
|
2775
2775
|
} | null | undefined;
|
|
2776
2776
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodObject<{
|
|
2777
2777
|
balance: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
@@ -3085,21 +3085,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3085
3085
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
3086
3086
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
3087
3087
|
eip7702Auth?: {
|
|
3088
|
-
nonce: string | number | bigint;
|
|
3089
3088
|
contractAddress: string;
|
|
3090
|
-
chainId
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3089
|
+
chainId?: string | number | bigint | undefined;
|
|
3090
|
+
nonce?: string | number | bigint | undefined;
|
|
3091
|
+
r?: string | undefined;
|
|
3092
|
+
s?: string | undefined;
|
|
3094
3093
|
v?: string | number | bigint | undefined;
|
|
3094
|
+
yParity?: string | number | bigint | undefined;
|
|
3095
3095
|
} | {
|
|
3096
3096
|
address: string;
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
r
|
|
3100
|
-
s
|
|
3101
|
-
yParity: string | number | bigint;
|
|
3097
|
+
chainId?: string | number | bigint | undefined;
|
|
3098
|
+
nonce?: string | number | bigint | undefined;
|
|
3099
|
+
r?: string | undefined;
|
|
3100
|
+
s?: string | undefined;
|
|
3102
3101
|
v?: string | number | bigint | undefined;
|
|
3102
|
+
yParity?: string | number | bigint | undefined;
|
|
3103
3103
|
} | null | undefined;
|
|
3104
3104
|
} | {
|
|
3105
3105
|
sender: string;
|
|
@@ -3118,21 +3118,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3118
3118
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
3119
3119
|
paymasterData?: string | null | undefined;
|
|
3120
3120
|
eip7702Auth?: {
|
|
3121
|
-
nonce: string | number | bigint;
|
|
3122
3121
|
contractAddress: string;
|
|
3123
|
-
chainId
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3122
|
+
chainId?: string | number | bigint | undefined;
|
|
3123
|
+
nonce?: string | number | bigint | undefined;
|
|
3124
|
+
r?: string | undefined;
|
|
3125
|
+
s?: string | undefined;
|
|
3127
3126
|
v?: string | number | bigint | undefined;
|
|
3127
|
+
yParity?: string | number | bigint | undefined;
|
|
3128
3128
|
} | {
|
|
3129
3129
|
address: string;
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
r
|
|
3133
|
-
s
|
|
3134
|
-
yParity: string | number | bigint;
|
|
3130
|
+
chainId?: string | number | bigint | undefined;
|
|
3131
|
+
nonce?: string | number | bigint | undefined;
|
|
3132
|
+
r?: string | undefined;
|
|
3133
|
+
s?: string | undefined;
|
|
3135
3134
|
v?: string | number | bigint | undefined;
|
|
3135
|
+
yParity?: string | number | bigint | undefined;
|
|
3136
3136
|
} | null | undefined;
|
|
3137
3137
|
} | {
|
|
3138
3138
|
sender: string;
|
|
@@ -3151,21 +3151,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3151
3151
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
3152
3152
|
paymasterData?: string | null | undefined;
|
|
3153
3153
|
eip7702Auth?: {
|
|
3154
|
-
nonce: string | number | bigint;
|
|
3155
3154
|
contractAddress: string;
|
|
3156
|
-
chainId
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3155
|
+
chainId?: string | number | bigint | undefined;
|
|
3156
|
+
nonce?: string | number | bigint | undefined;
|
|
3157
|
+
r?: string | undefined;
|
|
3158
|
+
s?: string | undefined;
|
|
3160
3159
|
v?: string | number | bigint | undefined;
|
|
3160
|
+
yParity?: string | number | bigint | undefined;
|
|
3161
3161
|
} | {
|
|
3162
3162
|
address: string;
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
r
|
|
3166
|
-
s
|
|
3167
|
-
yParity: string | number | bigint;
|
|
3163
|
+
chainId?: string | number | bigint | undefined;
|
|
3164
|
+
nonce?: string | number | bigint | undefined;
|
|
3165
|
+
r?: string | undefined;
|
|
3166
|
+
s?: string | undefined;
|
|
3168
3167
|
v?: string | number | bigint | undefined;
|
|
3168
|
+
yParity?: string | number | bigint | undefined;
|
|
3169
3169
|
} | null | undefined;
|
|
3170
3170
|
}, string] | [{
|
|
3171
3171
|
sender: string;
|
|
@@ -3180,21 +3180,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3180
3180
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
3181
3181
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
3182
3182
|
eip7702Auth?: {
|
|
3183
|
-
nonce: string | number | bigint;
|
|
3184
3183
|
contractAddress: string;
|
|
3185
|
-
chainId
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3184
|
+
chainId?: string | number | bigint | undefined;
|
|
3185
|
+
nonce?: string | number | bigint | undefined;
|
|
3186
|
+
r?: string | undefined;
|
|
3187
|
+
s?: string | undefined;
|
|
3189
3188
|
v?: string | number | bigint | undefined;
|
|
3189
|
+
yParity?: string | number | bigint | undefined;
|
|
3190
3190
|
} | {
|
|
3191
3191
|
address: string;
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
r
|
|
3195
|
-
s
|
|
3196
|
-
yParity: string | number | bigint;
|
|
3192
|
+
chainId?: string | number | bigint | undefined;
|
|
3193
|
+
nonce?: string | number | bigint | undefined;
|
|
3194
|
+
r?: string | undefined;
|
|
3195
|
+
s?: string | undefined;
|
|
3197
3196
|
v?: string | number | bigint | undefined;
|
|
3197
|
+
yParity?: string | number | bigint | undefined;
|
|
3198
3198
|
} | null | undefined;
|
|
3199
3199
|
} | {
|
|
3200
3200
|
sender: string;
|
|
@@ -3213,21 +3213,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3213
3213
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
3214
3214
|
paymasterData?: string | null | undefined;
|
|
3215
3215
|
eip7702Auth?: {
|
|
3216
|
-
nonce: string | number | bigint;
|
|
3217
3216
|
contractAddress: string;
|
|
3218
|
-
chainId
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3217
|
+
chainId?: string | number | bigint | undefined;
|
|
3218
|
+
nonce?: string | number | bigint | undefined;
|
|
3219
|
+
r?: string | undefined;
|
|
3220
|
+
s?: string | undefined;
|
|
3222
3221
|
v?: string | number | bigint | undefined;
|
|
3222
|
+
yParity?: string | number | bigint | undefined;
|
|
3223
3223
|
} | {
|
|
3224
3224
|
address: string;
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
r
|
|
3228
|
-
s
|
|
3229
|
-
yParity: string | number | bigint;
|
|
3225
|
+
chainId?: string | number | bigint | undefined;
|
|
3226
|
+
nonce?: string | number | bigint | undefined;
|
|
3227
|
+
r?: string | undefined;
|
|
3228
|
+
s?: string | undefined;
|
|
3230
3229
|
v?: string | number | bigint | undefined;
|
|
3230
|
+
yParity?: string | number | bigint | undefined;
|
|
3231
3231
|
} | null | undefined;
|
|
3232
3232
|
} | {
|
|
3233
3233
|
sender: string;
|
|
@@ -3246,21 +3246,21 @@ export declare const estimateUserOperationGasSchema: z.ZodObject<{
|
|
|
3246
3246
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
3247
3247
|
paymasterData?: string | null | undefined;
|
|
3248
3248
|
eip7702Auth?: {
|
|
3249
|
-
nonce: string | number | bigint;
|
|
3250
3249
|
contractAddress: string;
|
|
3251
|
-
chainId
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3250
|
+
chainId?: string | number | bigint | undefined;
|
|
3251
|
+
nonce?: string | number | bigint | undefined;
|
|
3252
|
+
r?: string | undefined;
|
|
3253
|
+
s?: string | undefined;
|
|
3255
3254
|
v?: string | number | bigint | undefined;
|
|
3255
|
+
yParity?: string | number | bigint | undefined;
|
|
3256
3256
|
} | {
|
|
3257
3257
|
address: string;
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
r
|
|
3261
|
-
s
|
|
3262
|
-
yParity: string | number | bigint;
|
|
3258
|
+
chainId?: string | number | bigint | undefined;
|
|
3259
|
+
nonce?: string | number | bigint | undefined;
|
|
3260
|
+
r?: string | undefined;
|
|
3261
|
+
s?: string | undefined;
|
|
3263
3262
|
v?: string | number | bigint | undefined;
|
|
3263
|
+
yParity?: string | number | bigint | undefined;
|
|
3264
3264
|
} | null | undefined;
|
|
3265
3265
|
}, string, Record<string, {
|
|
3266
3266
|
balance?: string | number | bigint | undefined;
|
|
@@ -7938,12 +7938,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
7938
7938
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7939
7939
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
7940
7940
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7941
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7942
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7943
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
7944
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
7941
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7942
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7943
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
7944
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
7945
7945
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
7946
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7946
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7947
7947
|
}, "strip", z.ZodTypeAny, {
|
|
7948
7948
|
nonce: number;
|
|
7949
7949
|
contractAddress: `0x${string}`;
|
|
@@ -7953,21 +7953,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
7953
7953
|
yParity: number;
|
|
7954
7954
|
v?: bigint | undefined;
|
|
7955
7955
|
}, {
|
|
7956
|
-
nonce: string | number | bigint;
|
|
7957
7956
|
contractAddress: string;
|
|
7958
|
-
chainId
|
|
7959
|
-
|
|
7960
|
-
|
|
7961
|
-
|
|
7957
|
+
chainId?: string | number | bigint | undefined;
|
|
7958
|
+
nonce?: string | number | bigint | undefined;
|
|
7959
|
+
r?: string | undefined;
|
|
7960
|
+
s?: string | undefined;
|
|
7962
7961
|
v?: string | number | bigint | undefined;
|
|
7962
|
+
yParity?: string | number | bigint | undefined;
|
|
7963
7963
|
}>, z.ZodObject<{
|
|
7964
7964
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7965
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7966
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7967
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
7968
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
7965
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7966
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7967
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
7968
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
7969
7969
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
7970
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
7970
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
7971
7971
|
}, "strip", z.ZodTypeAny, {
|
|
7972
7972
|
address: `0x${string}`;
|
|
7973
7973
|
nonce: number;
|
|
@@ -7978,12 +7978,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
7978
7978
|
v?: bigint | undefined;
|
|
7979
7979
|
}, {
|
|
7980
7980
|
address: string;
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
r
|
|
7984
|
-
s
|
|
7985
|
-
yParity: string | number | bigint;
|
|
7981
|
+
chainId?: string | number | bigint | undefined;
|
|
7982
|
+
nonce?: string | number | bigint | undefined;
|
|
7983
|
+
r?: string | undefined;
|
|
7984
|
+
s?: string | undefined;
|
|
7986
7985
|
v?: string | number | bigint | undefined;
|
|
7986
|
+
yParity?: string | number | bigint | undefined;
|
|
7987
7987
|
}>]>>>;
|
|
7988
7988
|
}, "strict", z.ZodTypeAny, {
|
|
7989
7989
|
sender: `0x${string}`;
|
|
@@ -8027,21 +8027,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8027
8027
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
8028
8028
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
8029
8029
|
eip7702Auth?: {
|
|
8030
|
-
nonce: string | number | bigint;
|
|
8031
8030
|
contractAddress: string;
|
|
8032
|
-
chainId
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8031
|
+
chainId?: string | number | bigint | undefined;
|
|
8032
|
+
nonce?: string | number | bigint | undefined;
|
|
8033
|
+
r?: string | undefined;
|
|
8034
|
+
s?: string | undefined;
|
|
8036
8035
|
v?: string | number | bigint | undefined;
|
|
8036
|
+
yParity?: string | number | bigint | undefined;
|
|
8037
8037
|
} | {
|
|
8038
8038
|
address: string;
|
|
8039
|
-
|
|
8040
|
-
|
|
8041
|
-
r
|
|
8042
|
-
s
|
|
8043
|
-
yParity: string | number | bigint;
|
|
8039
|
+
chainId?: string | number | bigint | undefined;
|
|
8040
|
+
nonce?: string | number | bigint | undefined;
|
|
8041
|
+
r?: string | undefined;
|
|
8042
|
+
s?: string | undefined;
|
|
8044
8043
|
v?: string | number | bigint | undefined;
|
|
8044
|
+
yParity?: string | number | bigint | undefined;
|
|
8045
8045
|
} | null | undefined;
|
|
8046
8046
|
}>, {
|
|
8047
8047
|
sender: `0x${string}`;
|
|
@@ -8085,21 +8085,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8085
8085
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
8086
8086
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
8087
8087
|
eip7702Auth?: {
|
|
8088
|
-
nonce: string | number | bigint;
|
|
8089
8088
|
contractAddress: string;
|
|
8090
|
-
chainId
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8089
|
+
chainId?: string | number | bigint | undefined;
|
|
8090
|
+
nonce?: string | number | bigint | undefined;
|
|
8091
|
+
r?: string | undefined;
|
|
8092
|
+
s?: string | undefined;
|
|
8094
8093
|
v?: string | number | bigint | undefined;
|
|
8094
|
+
yParity?: string | number | bigint | undefined;
|
|
8095
8095
|
} | {
|
|
8096
8096
|
address: string;
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
r
|
|
8100
|
-
s
|
|
8101
|
-
yParity: string | number | bigint;
|
|
8097
|
+
chainId?: string | number | bigint | undefined;
|
|
8098
|
+
nonce?: string | number | bigint | undefined;
|
|
8099
|
+
r?: string | undefined;
|
|
8100
|
+
s?: string | undefined;
|
|
8102
8101
|
v?: string | number | bigint | undefined;
|
|
8102
|
+
yParity?: string | number | bigint | undefined;
|
|
8103
8103
|
} | null | undefined;
|
|
8104
8104
|
}>, z.ZodEffects<z.ZodObject<{
|
|
8105
8105
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -8119,12 +8119,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8119
8119
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8120
8120
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
8121
8121
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8122
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8123
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8124
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8125
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8122
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8123
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8124
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8125
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8126
8126
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8127
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8127
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8128
8128
|
}, "strip", z.ZodTypeAny, {
|
|
8129
8129
|
nonce: number;
|
|
8130
8130
|
contractAddress: `0x${string}`;
|
|
@@ -8134,21 +8134,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8134
8134
|
yParity: number;
|
|
8135
8135
|
v?: bigint | undefined;
|
|
8136
8136
|
}, {
|
|
8137
|
-
nonce: string | number | bigint;
|
|
8138
8137
|
contractAddress: string;
|
|
8139
|
-
chainId
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
|
|
8138
|
+
chainId?: string | number | bigint | undefined;
|
|
8139
|
+
nonce?: string | number | bigint | undefined;
|
|
8140
|
+
r?: string | undefined;
|
|
8141
|
+
s?: string | undefined;
|
|
8143
8142
|
v?: string | number | bigint | undefined;
|
|
8143
|
+
yParity?: string | number | bigint | undefined;
|
|
8144
8144
|
}>, z.ZodObject<{
|
|
8145
8145
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8146
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8147
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8148
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8149
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8146
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8147
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8148
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8149
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8150
8150
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8151
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8151
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8152
8152
|
}, "strip", z.ZodTypeAny, {
|
|
8153
8153
|
address: `0x${string}`;
|
|
8154
8154
|
nonce: number;
|
|
@@ -8159,12 +8159,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8159
8159
|
v?: bigint | undefined;
|
|
8160
8160
|
}, {
|
|
8161
8161
|
address: string;
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
r
|
|
8165
|
-
s
|
|
8166
|
-
yParity: string | number | bigint;
|
|
8162
|
+
chainId?: string | number | bigint | undefined;
|
|
8163
|
+
nonce?: string | number | bigint | undefined;
|
|
8164
|
+
r?: string | undefined;
|
|
8165
|
+
s?: string | undefined;
|
|
8167
8166
|
v?: string | number | bigint | undefined;
|
|
8167
|
+
yParity?: string | number | bigint | undefined;
|
|
8168
8168
|
}>]>>>;
|
|
8169
8169
|
}, "strict", z.ZodTypeAny, {
|
|
8170
8170
|
sender: `0x${string}`;
|
|
@@ -8216,21 +8216,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8216
8216
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8217
8217
|
paymasterData?: string | null | undefined;
|
|
8218
8218
|
eip7702Auth?: {
|
|
8219
|
-
nonce: string | number | bigint;
|
|
8220
8219
|
contractAddress: string;
|
|
8221
|
-
chainId
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8220
|
+
chainId?: string | number | bigint | undefined;
|
|
8221
|
+
nonce?: string | number | bigint | undefined;
|
|
8222
|
+
r?: string | undefined;
|
|
8223
|
+
s?: string | undefined;
|
|
8225
8224
|
v?: string | number | bigint | undefined;
|
|
8225
|
+
yParity?: string | number | bigint | undefined;
|
|
8226
8226
|
} | {
|
|
8227
8227
|
address: string;
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
r
|
|
8231
|
-
s
|
|
8232
|
-
yParity: string | number | bigint;
|
|
8228
|
+
chainId?: string | number | bigint | undefined;
|
|
8229
|
+
nonce?: string | number | bigint | undefined;
|
|
8230
|
+
r?: string | undefined;
|
|
8231
|
+
s?: string | undefined;
|
|
8233
8232
|
v?: string | number | bigint | undefined;
|
|
8233
|
+
yParity?: string | number | bigint | undefined;
|
|
8234
8234
|
} | null | undefined;
|
|
8235
8235
|
}>, {
|
|
8236
8236
|
sender: `0x${string}`;
|
|
@@ -8282,21 +8282,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8282
8282
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8283
8283
|
paymasterData?: string | null | undefined;
|
|
8284
8284
|
eip7702Auth?: {
|
|
8285
|
-
nonce: string | number | bigint;
|
|
8286
8285
|
contractAddress: string;
|
|
8287
|
-
chainId
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8286
|
+
chainId?: string | number | bigint | undefined;
|
|
8287
|
+
nonce?: string | number | bigint | undefined;
|
|
8288
|
+
r?: string | undefined;
|
|
8289
|
+
s?: string | undefined;
|
|
8291
8290
|
v?: string | number | bigint | undefined;
|
|
8291
|
+
yParity?: string | number | bigint | undefined;
|
|
8292
8292
|
} | {
|
|
8293
8293
|
address: string;
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
r
|
|
8297
|
-
s
|
|
8298
|
-
yParity: string | number | bigint;
|
|
8294
|
+
chainId?: string | number | bigint | undefined;
|
|
8295
|
+
nonce?: string | number | bigint | undefined;
|
|
8296
|
+
r?: string | undefined;
|
|
8297
|
+
s?: string | undefined;
|
|
8299
8298
|
v?: string | number | bigint | undefined;
|
|
8299
|
+
yParity?: string | number | bigint | undefined;
|
|
8300
8300
|
} | null | undefined;
|
|
8301
8301
|
}>, z.ZodEffects<z.ZodObject<{
|
|
8302
8302
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -8316,12 +8316,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8316
8316
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8317
8317
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
8318
8318
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8319
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8320
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8321
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8322
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8319
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8320
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8321
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8322
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8323
8323
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8324
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8324
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8325
8325
|
}, "strip", z.ZodTypeAny, {
|
|
8326
8326
|
nonce: number;
|
|
8327
8327
|
contractAddress: `0x${string}`;
|
|
@@ -8331,21 +8331,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8331
8331
|
yParity: number;
|
|
8332
8332
|
v?: bigint | undefined;
|
|
8333
8333
|
}, {
|
|
8334
|
-
nonce: string | number | bigint;
|
|
8335
8334
|
contractAddress: string;
|
|
8336
|
-
chainId
|
|
8337
|
-
|
|
8338
|
-
|
|
8339
|
-
|
|
8335
|
+
chainId?: string | number | bigint | undefined;
|
|
8336
|
+
nonce?: string | number | bigint | undefined;
|
|
8337
|
+
r?: string | undefined;
|
|
8338
|
+
s?: string | undefined;
|
|
8340
8339
|
v?: string | number | bigint | undefined;
|
|
8340
|
+
yParity?: string | number | bigint | undefined;
|
|
8341
8341
|
}>, z.ZodObject<{
|
|
8342
8342
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8343
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8344
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8345
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8346
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8343
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8344
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8345
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8346
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8347
8347
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8348
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8348
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8349
8349
|
}, "strip", z.ZodTypeAny, {
|
|
8350
8350
|
address: `0x${string}`;
|
|
8351
8351
|
nonce: number;
|
|
@@ -8356,12 +8356,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8356
8356
|
v?: bigint | undefined;
|
|
8357
8357
|
}, {
|
|
8358
8358
|
address: string;
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
r
|
|
8362
|
-
s
|
|
8363
|
-
yParity: string | number | bigint;
|
|
8359
|
+
chainId?: string | number | bigint | undefined;
|
|
8360
|
+
nonce?: string | number | bigint | undefined;
|
|
8361
|
+
r?: string | undefined;
|
|
8362
|
+
s?: string | undefined;
|
|
8364
8363
|
v?: string | number | bigint | undefined;
|
|
8364
|
+
yParity?: string | number | bigint | undefined;
|
|
8365
8365
|
}>]>>>;
|
|
8366
8366
|
}, "strict", z.ZodTypeAny, {
|
|
8367
8367
|
sender: `0x${string}`;
|
|
@@ -8413,21 +8413,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8413
8413
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8414
8414
|
paymasterData?: string | null | undefined;
|
|
8415
8415
|
eip7702Auth?: {
|
|
8416
|
-
nonce: string | number | bigint;
|
|
8417
8416
|
contractAddress: string;
|
|
8418
|
-
chainId
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8417
|
+
chainId?: string | number | bigint | undefined;
|
|
8418
|
+
nonce?: string | number | bigint | undefined;
|
|
8419
|
+
r?: string | undefined;
|
|
8420
|
+
s?: string | undefined;
|
|
8422
8421
|
v?: string | number | bigint | undefined;
|
|
8422
|
+
yParity?: string | number | bigint | undefined;
|
|
8423
8423
|
} | {
|
|
8424
8424
|
address: string;
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
r
|
|
8428
|
-
s
|
|
8429
|
-
yParity: string | number | bigint;
|
|
8425
|
+
chainId?: string | number | bigint | undefined;
|
|
8426
|
+
nonce?: string | number | bigint | undefined;
|
|
8427
|
+
r?: string | undefined;
|
|
8428
|
+
s?: string | undefined;
|
|
8430
8429
|
v?: string | number | bigint | undefined;
|
|
8430
|
+
yParity?: string | number | bigint | undefined;
|
|
8431
8431
|
} | null | undefined;
|
|
8432
8432
|
}>, {
|
|
8433
8433
|
sender: `0x${string}`;
|
|
@@ -8479,21 +8479,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8479
8479
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8480
8480
|
paymasterData?: string | null | undefined;
|
|
8481
8481
|
eip7702Auth?: {
|
|
8482
|
-
nonce: string | number | bigint;
|
|
8483
8482
|
contractAddress: string;
|
|
8484
|
-
chainId
|
|
8485
|
-
|
|
8486
|
-
|
|
8487
|
-
|
|
8483
|
+
chainId?: string | number | bigint | undefined;
|
|
8484
|
+
nonce?: string | number | bigint | undefined;
|
|
8485
|
+
r?: string | undefined;
|
|
8486
|
+
s?: string | undefined;
|
|
8488
8487
|
v?: string | number | bigint | undefined;
|
|
8488
|
+
yParity?: string | number | bigint | undefined;
|
|
8489
8489
|
} | {
|
|
8490
8490
|
address: string;
|
|
8491
|
-
|
|
8492
|
-
|
|
8493
|
-
r
|
|
8494
|
-
s
|
|
8495
|
-
yParity: string | number | bigint;
|
|
8491
|
+
chainId?: string | number | bigint | undefined;
|
|
8492
|
+
nonce?: string | number | bigint | undefined;
|
|
8493
|
+
r?: string | undefined;
|
|
8494
|
+
s?: string | undefined;
|
|
8496
8495
|
v?: string | number | bigint | undefined;
|
|
8496
|
+
yParity?: string | number | bigint | undefined;
|
|
8497
8497
|
} | null | undefined;
|
|
8498
8498
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>, z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
8499
8499
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -8509,12 +8509,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8509
8509
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8510
8510
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
8511
8511
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8512
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8513
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8514
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8515
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8512
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8513
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8514
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8515
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8516
8516
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8517
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8517
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8518
8518
|
}, "strip", z.ZodTypeAny, {
|
|
8519
8519
|
nonce: number;
|
|
8520
8520
|
contractAddress: `0x${string}`;
|
|
@@ -8524,21 +8524,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8524
8524
|
yParity: number;
|
|
8525
8525
|
v?: bigint | undefined;
|
|
8526
8526
|
}, {
|
|
8527
|
-
nonce: string | number | bigint;
|
|
8528
8527
|
contractAddress: string;
|
|
8529
|
-
chainId
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8528
|
+
chainId?: string | number | bigint | undefined;
|
|
8529
|
+
nonce?: string | number | bigint | undefined;
|
|
8530
|
+
r?: string | undefined;
|
|
8531
|
+
s?: string | undefined;
|
|
8533
8532
|
v?: string | number | bigint | undefined;
|
|
8533
|
+
yParity?: string | number | bigint | undefined;
|
|
8534
8534
|
}>, z.ZodObject<{
|
|
8535
8535
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8536
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8537
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8538
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8539
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8536
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8537
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8538
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8539
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8540
8540
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8541
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8541
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8542
8542
|
}, "strip", z.ZodTypeAny, {
|
|
8543
8543
|
address: `0x${string}`;
|
|
8544
8544
|
nonce: number;
|
|
@@ -8549,12 +8549,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8549
8549
|
v?: bigint | undefined;
|
|
8550
8550
|
}, {
|
|
8551
8551
|
address: string;
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
r
|
|
8555
|
-
s
|
|
8556
|
-
yParity: string | number | bigint;
|
|
8552
|
+
chainId?: string | number | bigint | undefined;
|
|
8553
|
+
nonce?: string | number | bigint | undefined;
|
|
8554
|
+
r?: string | undefined;
|
|
8555
|
+
s?: string | undefined;
|
|
8557
8556
|
v?: string | number | bigint | undefined;
|
|
8557
|
+
yParity?: string | number | bigint | undefined;
|
|
8558
8558
|
}>]>>>;
|
|
8559
8559
|
}, "strict", z.ZodTypeAny, {
|
|
8560
8560
|
sender: `0x${string}`;
|
|
@@ -8598,21 +8598,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8598
8598
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
8599
8599
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
8600
8600
|
eip7702Auth?: {
|
|
8601
|
-
nonce: string | number | bigint;
|
|
8602
8601
|
contractAddress: string;
|
|
8603
|
-
chainId
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8602
|
+
chainId?: string | number | bigint | undefined;
|
|
8603
|
+
nonce?: string | number | bigint | undefined;
|
|
8604
|
+
r?: string | undefined;
|
|
8605
|
+
s?: string | undefined;
|
|
8607
8606
|
v?: string | number | bigint | undefined;
|
|
8607
|
+
yParity?: string | number | bigint | undefined;
|
|
8608
8608
|
} | {
|
|
8609
8609
|
address: string;
|
|
8610
|
-
|
|
8611
|
-
|
|
8612
|
-
r
|
|
8613
|
-
s
|
|
8614
|
-
yParity: string | number | bigint;
|
|
8610
|
+
chainId?: string | number | bigint | undefined;
|
|
8611
|
+
nonce?: string | number | bigint | undefined;
|
|
8612
|
+
r?: string | undefined;
|
|
8613
|
+
s?: string | undefined;
|
|
8615
8614
|
v?: string | number | bigint | undefined;
|
|
8615
|
+
yParity?: string | number | bigint | undefined;
|
|
8616
8616
|
} | null | undefined;
|
|
8617
8617
|
}>, {
|
|
8618
8618
|
sender: `0x${string}`;
|
|
@@ -8656,21 +8656,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8656
8656
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
8657
8657
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
8658
8658
|
eip7702Auth?: {
|
|
8659
|
-
nonce: string | number | bigint;
|
|
8660
8659
|
contractAddress: string;
|
|
8661
|
-
chainId
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8660
|
+
chainId?: string | number | bigint | undefined;
|
|
8661
|
+
nonce?: string | number | bigint | undefined;
|
|
8662
|
+
r?: string | undefined;
|
|
8663
|
+
s?: string | undefined;
|
|
8665
8664
|
v?: string | number | bigint | undefined;
|
|
8665
|
+
yParity?: string | number | bigint | undefined;
|
|
8666
8666
|
} | {
|
|
8667
8667
|
address: string;
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
r
|
|
8671
|
-
s
|
|
8672
|
-
yParity: string | number | bigint;
|
|
8668
|
+
chainId?: string | number | bigint | undefined;
|
|
8669
|
+
nonce?: string | number | bigint | undefined;
|
|
8670
|
+
r?: string | undefined;
|
|
8671
|
+
s?: string | undefined;
|
|
8673
8672
|
v?: string | number | bigint | undefined;
|
|
8673
|
+
yParity?: string | number | bigint | undefined;
|
|
8674
8674
|
} | null | undefined;
|
|
8675
8675
|
}>, z.ZodEffects<z.ZodObject<{
|
|
8676
8676
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -8690,12 +8690,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8690
8690
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8691
8691
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
8692
8692
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8693
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8694
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8695
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8696
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8693
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8694
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8695
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8696
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8697
8697
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8698
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8698
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8699
8699
|
}, "strip", z.ZodTypeAny, {
|
|
8700
8700
|
nonce: number;
|
|
8701
8701
|
contractAddress: `0x${string}`;
|
|
@@ -8705,21 +8705,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8705
8705
|
yParity: number;
|
|
8706
8706
|
v?: bigint | undefined;
|
|
8707
8707
|
}, {
|
|
8708
|
-
nonce: string | number | bigint;
|
|
8709
8708
|
contractAddress: string;
|
|
8710
|
-
chainId
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8709
|
+
chainId?: string | number | bigint | undefined;
|
|
8710
|
+
nonce?: string | number | bigint | undefined;
|
|
8711
|
+
r?: string | undefined;
|
|
8712
|
+
s?: string | undefined;
|
|
8714
8713
|
v?: string | number | bigint | undefined;
|
|
8714
|
+
yParity?: string | number | bigint | undefined;
|
|
8715
8715
|
}>, z.ZodObject<{
|
|
8716
8716
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8717
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8718
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8719
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8720
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8717
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8718
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8719
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8720
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8721
8721
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8722
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8722
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8723
8723
|
}, "strip", z.ZodTypeAny, {
|
|
8724
8724
|
address: `0x${string}`;
|
|
8725
8725
|
nonce: number;
|
|
@@ -8730,12 +8730,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8730
8730
|
v?: bigint | undefined;
|
|
8731
8731
|
}, {
|
|
8732
8732
|
address: string;
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
r
|
|
8736
|
-
s
|
|
8737
|
-
yParity: string | number | bigint;
|
|
8733
|
+
chainId?: string | number | bigint | undefined;
|
|
8734
|
+
nonce?: string | number | bigint | undefined;
|
|
8735
|
+
r?: string | undefined;
|
|
8736
|
+
s?: string | undefined;
|
|
8738
8737
|
v?: string | number | bigint | undefined;
|
|
8738
|
+
yParity?: string | number | bigint | undefined;
|
|
8739
8739
|
}>]>>>;
|
|
8740
8740
|
}, "strict", z.ZodTypeAny, {
|
|
8741
8741
|
sender: `0x${string}`;
|
|
@@ -8787,21 +8787,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8787
8787
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8788
8788
|
paymasterData?: string | null | undefined;
|
|
8789
8789
|
eip7702Auth?: {
|
|
8790
|
-
nonce: string | number | bigint;
|
|
8791
8790
|
contractAddress: string;
|
|
8792
|
-
chainId
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8791
|
+
chainId?: string | number | bigint | undefined;
|
|
8792
|
+
nonce?: string | number | bigint | undefined;
|
|
8793
|
+
r?: string | undefined;
|
|
8794
|
+
s?: string | undefined;
|
|
8796
8795
|
v?: string | number | bigint | undefined;
|
|
8796
|
+
yParity?: string | number | bigint | undefined;
|
|
8797
8797
|
} | {
|
|
8798
8798
|
address: string;
|
|
8799
|
-
|
|
8800
|
-
|
|
8801
|
-
r
|
|
8802
|
-
s
|
|
8803
|
-
yParity: string | number | bigint;
|
|
8799
|
+
chainId?: string | number | bigint | undefined;
|
|
8800
|
+
nonce?: string | number | bigint | undefined;
|
|
8801
|
+
r?: string | undefined;
|
|
8802
|
+
s?: string | undefined;
|
|
8804
8803
|
v?: string | number | bigint | undefined;
|
|
8804
|
+
yParity?: string | number | bigint | undefined;
|
|
8805
8805
|
} | null | undefined;
|
|
8806
8806
|
}>, {
|
|
8807
8807
|
sender: `0x${string}`;
|
|
@@ -8853,21 +8853,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8853
8853
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8854
8854
|
paymasterData?: string | null | undefined;
|
|
8855
8855
|
eip7702Auth?: {
|
|
8856
|
-
nonce: string | number | bigint;
|
|
8857
8856
|
contractAddress: string;
|
|
8858
|
-
chainId
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
|
|
8857
|
+
chainId?: string | number | bigint | undefined;
|
|
8858
|
+
nonce?: string | number | bigint | undefined;
|
|
8859
|
+
r?: string | undefined;
|
|
8860
|
+
s?: string | undefined;
|
|
8862
8861
|
v?: string | number | bigint | undefined;
|
|
8862
|
+
yParity?: string | number | bigint | undefined;
|
|
8863
8863
|
} | {
|
|
8864
8864
|
address: string;
|
|
8865
|
-
|
|
8866
|
-
|
|
8867
|
-
r
|
|
8868
|
-
s
|
|
8869
|
-
yParity: string | number | bigint;
|
|
8865
|
+
chainId?: string | number | bigint | undefined;
|
|
8866
|
+
nonce?: string | number | bigint | undefined;
|
|
8867
|
+
r?: string | undefined;
|
|
8868
|
+
s?: string | undefined;
|
|
8870
8869
|
v?: string | number | bigint | undefined;
|
|
8870
|
+
yParity?: string | number | bigint | undefined;
|
|
8871
8871
|
} | null | undefined;
|
|
8872
8872
|
}>, z.ZodEffects<z.ZodObject<{
|
|
8873
8873
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -8887,12 +8887,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8887
8887
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8888
8888
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
8889
8889
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8890
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8891
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8892
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8893
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8890
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8891
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8892
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8893
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8894
8894
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8895
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8895
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8896
8896
|
}, "strip", z.ZodTypeAny, {
|
|
8897
8897
|
nonce: number;
|
|
8898
8898
|
contractAddress: `0x${string}`;
|
|
@@ -8902,21 +8902,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8902
8902
|
yParity: number;
|
|
8903
8903
|
v?: bigint | undefined;
|
|
8904
8904
|
}, {
|
|
8905
|
-
nonce: string | number | bigint;
|
|
8906
8905
|
contractAddress: string;
|
|
8907
|
-
chainId
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8906
|
+
chainId?: string | number | bigint | undefined;
|
|
8907
|
+
nonce?: string | number | bigint | undefined;
|
|
8908
|
+
r?: string | undefined;
|
|
8909
|
+
s?: string | undefined;
|
|
8911
8910
|
v?: string | number | bigint | undefined;
|
|
8911
|
+
yParity?: string | number | bigint | undefined;
|
|
8912
8912
|
}>, z.ZodObject<{
|
|
8913
8913
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8914
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8915
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8916
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8917
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
8914
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8915
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8916
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8917
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
8918
8918
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
8919
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
8919
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
8920
8920
|
}, "strip", z.ZodTypeAny, {
|
|
8921
8921
|
address: `0x${string}`;
|
|
8922
8922
|
nonce: number;
|
|
@@ -8927,12 +8927,12 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8927
8927
|
v?: bigint | undefined;
|
|
8928
8928
|
}, {
|
|
8929
8929
|
address: string;
|
|
8930
|
-
|
|
8931
|
-
|
|
8932
|
-
r
|
|
8933
|
-
s
|
|
8934
|
-
yParity: string | number | bigint;
|
|
8930
|
+
chainId?: string | number | bigint | undefined;
|
|
8931
|
+
nonce?: string | number | bigint | undefined;
|
|
8932
|
+
r?: string | undefined;
|
|
8933
|
+
s?: string | undefined;
|
|
8935
8934
|
v?: string | number | bigint | undefined;
|
|
8935
|
+
yParity?: string | number | bigint | undefined;
|
|
8936
8936
|
}>]>>>;
|
|
8937
8937
|
}, "strict", z.ZodTypeAny, {
|
|
8938
8938
|
sender: `0x${string}`;
|
|
@@ -8984,21 +8984,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
8984
8984
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
8985
8985
|
paymasterData?: string | null | undefined;
|
|
8986
8986
|
eip7702Auth?: {
|
|
8987
|
-
nonce: string | number | bigint;
|
|
8988
8987
|
contractAddress: string;
|
|
8989
|
-
chainId
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
|
|
8988
|
+
chainId?: string | number | bigint | undefined;
|
|
8989
|
+
nonce?: string | number | bigint | undefined;
|
|
8990
|
+
r?: string | undefined;
|
|
8991
|
+
s?: string | undefined;
|
|
8993
8992
|
v?: string | number | bigint | undefined;
|
|
8993
|
+
yParity?: string | number | bigint | undefined;
|
|
8994
8994
|
} | {
|
|
8995
8995
|
address: string;
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
r
|
|
8999
|
-
s
|
|
9000
|
-
yParity: string | number | bigint;
|
|
8996
|
+
chainId?: string | number | bigint | undefined;
|
|
8997
|
+
nonce?: string | number | bigint | undefined;
|
|
8998
|
+
r?: string | undefined;
|
|
8999
|
+
s?: string | undefined;
|
|
9001
9000
|
v?: string | number | bigint | undefined;
|
|
9001
|
+
yParity?: string | number | bigint | undefined;
|
|
9002
9002
|
} | null | undefined;
|
|
9003
9003
|
}>, {
|
|
9004
9004
|
sender: `0x${string}`;
|
|
@@ -9050,21 +9050,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9050
9050
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
9051
9051
|
paymasterData?: string | null | undefined;
|
|
9052
9052
|
eip7702Auth?: {
|
|
9053
|
-
nonce: string | number | bigint;
|
|
9054
9053
|
contractAddress: string;
|
|
9055
|
-
chainId
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
|
|
9054
|
+
chainId?: string | number | bigint | undefined;
|
|
9055
|
+
nonce?: string | number | bigint | undefined;
|
|
9056
|
+
r?: string | undefined;
|
|
9057
|
+
s?: string | undefined;
|
|
9059
9058
|
v?: string | number | bigint | undefined;
|
|
9059
|
+
yParity?: string | number | bigint | undefined;
|
|
9060
9060
|
} | {
|
|
9061
9061
|
address: string;
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
r
|
|
9065
|
-
s
|
|
9066
|
-
yParity: string | number | bigint;
|
|
9062
|
+
chainId?: string | number | bigint | undefined;
|
|
9063
|
+
nonce?: string | number | bigint | undefined;
|
|
9064
|
+
r?: string | undefined;
|
|
9065
|
+
s?: string | undefined;
|
|
9067
9066
|
v?: string | number | bigint | undefined;
|
|
9067
|
+
yParity?: string | number | bigint | undefined;
|
|
9068
9068
|
} | null | undefined;
|
|
9069
9069
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodObject<{
|
|
9070
9070
|
balance: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
@@ -9332,21 +9332,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9332
9332
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
9333
9333
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
9334
9334
|
eip7702Auth?: {
|
|
9335
|
-
nonce: string | number | bigint;
|
|
9336
9335
|
contractAddress: string;
|
|
9337
|
-
chainId
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9336
|
+
chainId?: string | number | bigint | undefined;
|
|
9337
|
+
nonce?: string | number | bigint | undefined;
|
|
9338
|
+
r?: string | undefined;
|
|
9339
|
+
s?: string | undefined;
|
|
9341
9340
|
v?: string | number | bigint | undefined;
|
|
9341
|
+
yParity?: string | number | bigint | undefined;
|
|
9342
9342
|
} | {
|
|
9343
9343
|
address: string;
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
r
|
|
9347
|
-
s
|
|
9348
|
-
yParity: string | number | bigint;
|
|
9344
|
+
chainId?: string | number | bigint | undefined;
|
|
9345
|
+
nonce?: string | number | bigint | undefined;
|
|
9346
|
+
r?: string | undefined;
|
|
9347
|
+
s?: string | undefined;
|
|
9349
9348
|
v?: string | number | bigint | undefined;
|
|
9349
|
+
yParity?: string | number | bigint | undefined;
|
|
9350
9350
|
} | null | undefined;
|
|
9351
9351
|
} | {
|
|
9352
9352
|
sender: string;
|
|
@@ -9365,21 +9365,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9365
9365
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
9366
9366
|
paymasterData?: string | null | undefined;
|
|
9367
9367
|
eip7702Auth?: {
|
|
9368
|
-
nonce: string | number | bigint;
|
|
9369
9368
|
contractAddress: string;
|
|
9370
|
-
chainId
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
|
|
9369
|
+
chainId?: string | number | bigint | undefined;
|
|
9370
|
+
nonce?: string | number | bigint | undefined;
|
|
9371
|
+
r?: string | undefined;
|
|
9372
|
+
s?: string | undefined;
|
|
9374
9373
|
v?: string | number | bigint | undefined;
|
|
9374
|
+
yParity?: string | number | bigint | undefined;
|
|
9375
9375
|
} | {
|
|
9376
9376
|
address: string;
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
r
|
|
9380
|
-
s
|
|
9381
|
-
yParity: string | number | bigint;
|
|
9377
|
+
chainId?: string | number | bigint | undefined;
|
|
9378
|
+
nonce?: string | number | bigint | undefined;
|
|
9379
|
+
r?: string | undefined;
|
|
9380
|
+
s?: string | undefined;
|
|
9382
9381
|
v?: string | number | bigint | undefined;
|
|
9382
|
+
yParity?: string | number | bigint | undefined;
|
|
9383
9383
|
} | null | undefined;
|
|
9384
9384
|
} | {
|
|
9385
9385
|
sender: string;
|
|
@@ -9398,21 +9398,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9398
9398
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
9399
9399
|
paymasterData?: string | null | undefined;
|
|
9400
9400
|
eip7702Auth?: {
|
|
9401
|
-
nonce: string | number | bigint;
|
|
9402
9401
|
contractAddress: string;
|
|
9403
|
-
chainId
|
|
9404
|
-
|
|
9405
|
-
|
|
9406
|
-
|
|
9402
|
+
chainId?: string | number | bigint | undefined;
|
|
9403
|
+
nonce?: string | number | bigint | undefined;
|
|
9404
|
+
r?: string | undefined;
|
|
9405
|
+
s?: string | undefined;
|
|
9407
9406
|
v?: string | number | bigint | undefined;
|
|
9407
|
+
yParity?: string | number | bigint | undefined;
|
|
9408
9408
|
} | {
|
|
9409
9409
|
address: string;
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
r
|
|
9413
|
-
s
|
|
9414
|
-
yParity: string | number | bigint;
|
|
9410
|
+
chainId?: string | number | bigint | undefined;
|
|
9411
|
+
nonce?: string | number | bigint | undefined;
|
|
9412
|
+
r?: string | undefined;
|
|
9413
|
+
s?: string | undefined;
|
|
9415
9414
|
v?: string | number | bigint | undefined;
|
|
9415
|
+
yParity?: string | number | bigint | undefined;
|
|
9416
9416
|
} | null | undefined;
|
|
9417
9417
|
}, string] | [{
|
|
9418
9418
|
sender: string;
|
|
@@ -9427,21 +9427,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9427
9427
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
9428
9428
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
9429
9429
|
eip7702Auth?: {
|
|
9430
|
-
nonce: string | number | bigint;
|
|
9431
9430
|
contractAddress: string;
|
|
9432
|
-
chainId
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9431
|
+
chainId?: string | number | bigint | undefined;
|
|
9432
|
+
nonce?: string | number | bigint | undefined;
|
|
9433
|
+
r?: string | undefined;
|
|
9434
|
+
s?: string | undefined;
|
|
9436
9435
|
v?: string | number | bigint | undefined;
|
|
9436
|
+
yParity?: string | number | bigint | undefined;
|
|
9437
9437
|
} | {
|
|
9438
9438
|
address: string;
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
r
|
|
9442
|
-
s
|
|
9443
|
-
yParity: string | number | bigint;
|
|
9439
|
+
chainId?: string | number | bigint | undefined;
|
|
9440
|
+
nonce?: string | number | bigint | undefined;
|
|
9441
|
+
r?: string | undefined;
|
|
9442
|
+
s?: string | undefined;
|
|
9444
9443
|
v?: string | number | bigint | undefined;
|
|
9444
|
+
yParity?: string | number | bigint | undefined;
|
|
9445
9445
|
} | null | undefined;
|
|
9446
9446
|
} | {
|
|
9447
9447
|
sender: string;
|
|
@@ -9460,21 +9460,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9460
9460
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
9461
9461
|
paymasterData?: string | null | undefined;
|
|
9462
9462
|
eip7702Auth?: {
|
|
9463
|
-
nonce: string | number | bigint;
|
|
9464
9463
|
contractAddress: string;
|
|
9465
|
-
chainId
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9464
|
+
chainId?: string | number | bigint | undefined;
|
|
9465
|
+
nonce?: string | number | bigint | undefined;
|
|
9466
|
+
r?: string | undefined;
|
|
9467
|
+
s?: string | undefined;
|
|
9469
9468
|
v?: string | number | bigint | undefined;
|
|
9469
|
+
yParity?: string | number | bigint | undefined;
|
|
9470
9470
|
} | {
|
|
9471
9471
|
address: string;
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
r
|
|
9475
|
-
s
|
|
9476
|
-
yParity: string | number | bigint;
|
|
9472
|
+
chainId?: string | number | bigint | undefined;
|
|
9473
|
+
nonce?: string | number | bigint | undefined;
|
|
9474
|
+
r?: string | undefined;
|
|
9475
|
+
s?: string | undefined;
|
|
9477
9476
|
v?: string | number | bigint | undefined;
|
|
9477
|
+
yParity?: string | number | bigint | undefined;
|
|
9478
9478
|
} | null | undefined;
|
|
9479
9479
|
} | {
|
|
9480
9480
|
sender: string;
|
|
@@ -9493,21 +9493,21 @@ export declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.
|
|
|
9493
9493
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
9494
9494
|
paymasterData?: string | null | undefined;
|
|
9495
9495
|
eip7702Auth?: {
|
|
9496
|
-
nonce: string | number | bigint;
|
|
9497
9496
|
contractAddress: string;
|
|
9498
|
-
chainId
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
9497
|
+
chainId?: string | number | bigint | undefined;
|
|
9498
|
+
nonce?: string | number | bigint | undefined;
|
|
9499
|
+
r?: string | undefined;
|
|
9500
|
+
s?: string | undefined;
|
|
9502
9501
|
v?: string | number | bigint | undefined;
|
|
9502
|
+
yParity?: string | number | bigint | undefined;
|
|
9503
9503
|
} | {
|
|
9504
9504
|
address: string;
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
r
|
|
9508
|
-
s
|
|
9509
|
-
yParity: string | number | bigint;
|
|
9505
|
+
chainId?: string | number | bigint | undefined;
|
|
9506
|
+
nonce?: string | number | bigint | undefined;
|
|
9507
|
+
r?: string | undefined;
|
|
9508
|
+
s?: string | undefined;
|
|
9510
9509
|
v?: string | number | bigint | undefined;
|
|
9510
|
+
yParity?: string | number | bigint | undefined;
|
|
9511
9511
|
} | null | undefined;
|
|
9512
9512
|
}, string, Record<string, {
|
|
9513
9513
|
balance?: string | number | bigint | undefined;
|
|
@@ -13329,12 +13329,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13329
13329
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13330
13330
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
13331
13331
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13332
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13333
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13334
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13335
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13332
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13333
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13334
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13335
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13336
13336
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13337
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13337
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13338
13338
|
}, "strip", z.ZodTypeAny, {
|
|
13339
13339
|
nonce: number;
|
|
13340
13340
|
contractAddress: `0x${string}`;
|
|
@@ -13344,21 +13344,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13344
13344
|
yParity: number;
|
|
13345
13345
|
v?: bigint | undefined;
|
|
13346
13346
|
}, {
|
|
13347
|
-
nonce: string | number | bigint;
|
|
13348
13347
|
contractAddress: string;
|
|
13349
|
-
chainId
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13348
|
+
chainId?: string | number | bigint | undefined;
|
|
13349
|
+
nonce?: string | number | bigint | undefined;
|
|
13350
|
+
r?: string | undefined;
|
|
13351
|
+
s?: string | undefined;
|
|
13353
13352
|
v?: string | number | bigint | undefined;
|
|
13353
|
+
yParity?: string | number | bigint | undefined;
|
|
13354
13354
|
}>, z.ZodObject<{
|
|
13355
13355
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13356
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13357
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13358
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13359
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13356
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13357
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13358
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13359
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13360
13360
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13361
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13361
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13362
13362
|
}, "strip", z.ZodTypeAny, {
|
|
13363
13363
|
address: `0x${string}`;
|
|
13364
13364
|
nonce: number;
|
|
@@ -13369,12 +13369,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13369
13369
|
v?: bigint | undefined;
|
|
13370
13370
|
}, {
|
|
13371
13371
|
address: string;
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
r
|
|
13375
|
-
s
|
|
13376
|
-
yParity: string | number | bigint;
|
|
13372
|
+
chainId?: string | number | bigint | undefined;
|
|
13373
|
+
nonce?: string | number | bigint | undefined;
|
|
13374
|
+
r?: string | undefined;
|
|
13375
|
+
s?: string | undefined;
|
|
13377
13376
|
v?: string | number | bigint | undefined;
|
|
13377
|
+
yParity?: string | number | bigint | undefined;
|
|
13378
13378
|
}>]>>>;
|
|
13379
13379
|
}, "strict", z.ZodTypeAny, {
|
|
13380
13380
|
sender: `0x${string}`;
|
|
@@ -13418,21 +13418,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13418
13418
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
13419
13419
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
13420
13420
|
eip7702Auth?: {
|
|
13421
|
-
nonce: string | number | bigint;
|
|
13422
13421
|
contractAddress: string;
|
|
13423
|
-
chainId
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13422
|
+
chainId?: string | number | bigint | undefined;
|
|
13423
|
+
nonce?: string | number | bigint | undefined;
|
|
13424
|
+
r?: string | undefined;
|
|
13425
|
+
s?: string | undefined;
|
|
13427
13426
|
v?: string | number | bigint | undefined;
|
|
13427
|
+
yParity?: string | number | bigint | undefined;
|
|
13428
13428
|
} | {
|
|
13429
13429
|
address: string;
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
r
|
|
13433
|
-
s
|
|
13434
|
-
yParity: string | number | bigint;
|
|
13430
|
+
chainId?: string | number | bigint | undefined;
|
|
13431
|
+
nonce?: string | number | bigint | undefined;
|
|
13432
|
+
r?: string | undefined;
|
|
13433
|
+
s?: string | undefined;
|
|
13435
13434
|
v?: string | number | bigint | undefined;
|
|
13435
|
+
yParity?: string | number | bigint | undefined;
|
|
13436
13436
|
} | null | undefined;
|
|
13437
13437
|
}>, {
|
|
13438
13438
|
sender: `0x${string}`;
|
|
@@ -13476,21 +13476,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13476
13476
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
13477
13477
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
13478
13478
|
eip7702Auth?: {
|
|
13479
|
-
nonce: string | number | bigint;
|
|
13480
13479
|
contractAddress: string;
|
|
13481
|
-
chainId
|
|
13482
|
-
|
|
13483
|
-
|
|
13484
|
-
|
|
13480
|
+
chainId?: string | number | bigint | undefined;
|
|
13481
|
+
nonce?: string | number | bigint | undefined;
|
|
13482
|
+
r?: string | undefined;
|
|
13483
|
+
s?: string | undefined;
|
|
13485
13484
|
v?: string | number | bigint | undefined;
|
|
13485
|
+
yParity?: string | number | bigint | undefined;
|
|
13486
13486
|
} | {
|
|
13487
13487
|
address: string;
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
r
|
|
13491
|
-
s
|
|
13492
|
-
yParity: string | number | bigint;
|
|
13488
|
+
chainId?: string | number | bigint | undefined;
|
|
13489
|
+
nonce?: string | number | bigint | undefined;
|
|
13490
|
+
r?: string | undefined;
|
|
13491
|
+
s?: string | undefined;
|
|
13493
13492
|
v?: string | number | bigint | undefined;
|
|
13493
|
+
yParity?: string | number | bigint | undefined;
|
|
13494
13494
|
} | null | undefined;
|
|
13495
13495
|
}>, z.ZodEffects<z.ZodObject<{
|
|
13496
13496
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -13510,12 +13510,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13510
13510
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13511
13511
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
13512
13512
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13513
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13514
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13515
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13516
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13513
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13514
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13515
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13516
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13517
13517
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13518
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13518
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13519
13519
|
}, "strip", z.ZodTypeAny, {
|
|
13520
13520
|
nonce: number;
|
|
13521
13521
|
contractAddress: `0x${string}`;
|
|
@@ -13525,21 +13525,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13525
13525
|
yParity: number;
|
|
13526
13526
|
v?: bigint | undefined;
|
|
13527
13527
|
}, {
|
|
13528
|
-
nonce: string | number | bigint;
|
|
13529
13528
|
contractAddress: string;
|
|
13530
|
-
chainId
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13529
|
+
chainId?: string | number | bigint | undefined;
|
|
13530
|
+
nonce?: string | number | bigint | undefined;
|
|
13531
|
+
r?: string | undefined;
|
|
13532
|
+
s?: string | undefined;
|
|
13534
13533
|
v?: string | number | bigint | undefined;
|
|
13534
|
+
yParity?: string | number | bigint | undefined;
|
|
13535
13535
|
}>, z.ZodObject<{
|
|
13536
13536
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13537
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13538
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13539
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13540
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13537
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13538
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13539
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13540
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13541
13541
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13542
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13542
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13543
13543
|
}, "strip", z.ZodTypeAny, {
|
|
13544
13544
|
address: `0x${string}`;
|
|
13545
13545
|
nonce: number;
|
|
@@ -13550,12 +13550,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13550
13550
|
v?: bigint | undefined;
|
|
13551
13551
|
}, {
|
|
13552
13552
|
address: string;
|
|
13553
|
-
|
|
13554
|
-
|
|
13555
|
-
r
|
|
13556
|
-
s
|
|
13557
|
-
yParity: string | number | bigint;
|
|
13553
|
+
chainId?: string | number | bigint | undefined;
|
|
13554
|
+
nonce?: string | number | bigint | undefined;
|
|
13555
|
+
r?: string | undefined;
|
|
13556
|
+
s?: string | undefined;
|
|
13558
13557
|
v?: string | number | bigint | undefined;
|
|
13558
|
+
yParity?: string | number | bigint | undefined;
|
|
13559
13559
|
}>]>>>;
|
|
13560
13560
|
}, "strict", z.ZodTypeAny, {
|
|
13561
13561
|
sender: `0x${string}`;
|
|
@@ -13607,21 +13607,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13607
13607
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
13608
13608
|
paymasterData?: string | null | undefined;
|
|
13609
13609
|
eip7702Auth?: {
|
|
13610
|
-
nonce: string | number | bigint;
|
|
13611
13610
|
contractAddress: string;
|
|
13612
|
-
chainId
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
|
|
13611
|
+
chainId?: string | number | bigint | undefined;
|
|
13612
|
+
nonce?: string | number | bigint | undefined;
|
|
13613
|
+
r?: string | undefined;
|
|
13614
|
+
s?: string | undefined;
|
|
13616
13615
|
v?: string | number | bigint | undefined;
|
|
13616
|
+
yParity?: string | number | bigint | undefined;
|
|
13617
13617
|
} | {
|
|
13618
13618
|
address: string;
|
|
13619
|
-
|
|
13620
|
-
|
|
13621
|
-
r
|
|
13622
|
-
s
|
|
13623
|
-
yParity: string | number | bigint;
|
|
13619
|
+
chainId?: string | number | bigint | undefined;
|
|
13620
|
+
nonce?: string | number | bigint | undefined;
|
|
13621
|
+
r?: string | undefined;
|
|
13622
|
+
s?: string | undefined;
|
|
13624
13623
|
v?: string | number | bigint | undefined;
|
|
13624
|
+
yParity?: string | number | bigint | undefined;
|
|
13625
13625
|
} | null | undefined;
|
|
13626
13626
|
}>, {
|
|
13627
13627
|
sender: `0x${string}`;
|
|
@@ -13673,21 +13673,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13673
13673
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
13674
13674
|
paymasterData?: string | null | undefined;
|
|
13675
13675
|
eip7702Auth?: {
|
|
13676
|
-
nonce: string | number | bigint;
|
|
13677
13676
|
contractAddress: string;
|
|
13678
|
-
chainId
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13677
|
+
chainId?: string | number | bigint | undefined;
|
|
13678
|
+
nonce?: string | number | bigint | undefined;
|
|
13679
|
+
r?: string | undefined;
|
|
13680
|
+
s?: string | undefined;
|
|
13682
13681
|
v?: string | number | bigint | undefined;
|
|
13682
|
+
yParity?: string | number | bigint | undefined;
|
|
13683
13683
|
} | {
|
|
13684
13684
|
address: string;
|
|
13685
|
-
|
|
13686
|
-
|
|
13687
|
-
r
|
|
13688
|
-
s
|
|
13689
|
-
yParity: string | number | bigint;
|
|
13685
|
+
chainId?: string | number | bigint | undefined;
|
|
13686
|
+
nonce?: string | number | bigint | undefined;
|
|
13687
|
+
r?: string | undefined;
|
|
13688
|
+
s?: string | undefined;
|
|
13690
13689
|
v?: string | number | bigint | undefined;
|
|
13690
|
+
yParity?: string | number | bigint | undefined;
|
|
13691
13691
|
} | null | undefined;
|
|
13692
13692
|
}>, z.ZodEffects<z.ZodObject<{
|
|
13693
13693
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -13707,12 +13707,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13707
13707
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13708
13708
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
13709
13709
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13710
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13711
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13712
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13713
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13710
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13711
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13712
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13713
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13714
13714
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13715
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13715
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13716
13716
|
}, "strip", z.ZodTypeAny, {
|
|
13717
13717
|
nonce: number;
|
|
13718
13718
|
contractAddress: `0x${string}`;
|
|
@@ -13722,21 +13722,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13722
13722
|
yParity: number;
|
|
13723
13723
|
v?: bigint | undefined;
|
|
13724
13724
|
}, {
|
|
13725
|
-
nonce: string | number | bigint;
|
|
13726
13725
|
contractAddress: string;
|
|
13727
|
-
chainId
|
|
13728
|
-
|
|
13729
|
-
|
|
13730
|
-
|
|
13726
|
+
chainId?: string | number | bigint | undefined;
|
|
13727
|
+
nonce?: string | number | bigint | undefined;
|
|
13728
|
+
r?: string | undefined;
|
|
13729
|
+
s?: string | undefined;
|
|
13731
13730
|
v?: string | number | bigint | undefined;
|
|
13731
|
+
yParity?: string | number | bigint | undefined;
|
|
13732
13732
|
}>, z.ZodObject<{
|
|
13733
13733
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13734
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13735
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13736
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13737
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13734
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13735
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13736
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13737
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13738
13738
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13739
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13739
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13740
13740
|
}, "strip", z.ZodTypeAny, {
|
|
13741
13741
|
address: `0x${string}`;
|
|
13742
13742
|
nonce: number;
|
|
@@ -13747,12 +13747,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13747
13747
|
v?: bigint | undefined;
|
|
13748
13748
|
}, {
|
|
13749
13749
|
address: string;
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
r
|
|
13753
|
-
s
|
|
13754
|
-
yParity: string | number | bigint;
|
|
13750
|
+
chainId?: string | number | bigint | undefined;
|
|
13751
|
+
nonce?: string | number | bigint | undefined;
|
|
13752
|
+
r?: string | undefined;
|
|
13753
|
+
s?: string | undefined;
|
|
13755
13754
|
v?: string | number | bigint | undefined;
|
|
13755
|
+
yParity?: string | number | bigint | undefined;
|
|
13756
13756
|
}>]>>>;
|
|
13757
13757
|
}, "strict", z.ZodTypeAny, {
|
|
13758
13758
|
sender: `0x${string}`;
|
|
@@ -13804,21 +13804,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13804
13804
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
13805
13805
|
paymasterData?: string | null | undefined;
|
|
13806
13806
|
eip7702Auth?: {
|
|
13807
|
-
nonce: string | number | bigint;
|
|
13808
13807
|
contractAddress: string;
|
|
13809
|
-
chainId
|
|
13810
|
-
|
|
13811
|
-
|
|
13812
|
-
|
|
13808
|
+
chainId?: string | number | bigint | undefined;
|
|
13809
|
+
nonce?: string | number | bigint | undefined;
|
|
13810
|
+
r?: string | undefined;
|
|
13811
|
+
s?: string | undefined;
|
|
13813
13812
|
v?: string | number | bigint | undefined;
|
|
13813
|
+
yParity?: string | number | bigint | undefined;
|
|
13814
13814
|
} | {
|
|
13815
13815
|
address: string;
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
r
|
|
13819
|
-
s
|
|
13820
|
-
yParity: string | number | bigint;
|
|
13816
|
+
chainId?: string | number | bigint | undefined;
|
|
13817
|
+
nonce?: string | number | bigint | undefined;
|
|
13818
|
+
r?: string | undefined;
|
|
13819
|
+
s?: string | undefined;
|
|
13821
13820
|
v?: string | number | bigint | undefined;
|
|
13821
|
+
yParity?: string | number | bigint | undefined;
|
|
13822
13822
|
} | null | undefined;
|
|
13823
13823
|
}>, {
|
|
13824
13824
|
sender: `0x${string}`;
|
|
@@ -13870,21 +13870,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13870
13870
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
13871
13871
|
paymasterData?: string | null | undefined;
|
|
13872
13872
|
eip7702Auth?: {
|
|
13873
|
-
nonce: string | number | bigint;
|
|
13874
13873
|
contractAddress: string;
|
|
13875
|
-
chainId
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13874
|
+
chainId?: string | number | bigint | undefined;
|
|
13875
|
+
nonce?: string | number | bigint | undefined;
|
|
13876
|
+
r?: string | undefined;
|
|
13877
|
+
s?: string | undefined;
|
|
13879
13878
|
v?: string | number | bigint | undefined;
|
|
13879
|
+
yParity?: string | number | bigint | undefined;
|
|
13880
13880
|
} | {
|
|
13881
13881
|
address: string;
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
r
|
|
13885
|
-
s
|
|
13886
|
-
yParity: string | number | bigint;
|
|
13882
|
+
chainId?: string | number | bigint | undefined;
|
|
13883
|
+
nonce?: string | number | bigint | undefined;
|
|
13884
|
+
r?: string | undefined;
|
|
13885
|
+
s?: string | undefined;
|
|
13887
13886
|
v?: string | number | bigint | undefined;
|
|
13887
|
+
yParity?: string | number | bigint | undefined;
|
|
13888
13888
|
} | null | undefined;
|
|
13889
13889
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>, z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
13890
13890
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -13900,12 +13900,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13900
13900
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13901
13901
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
13902
13902
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13903
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13904
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13905
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13906
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13903
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13904
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13905
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13906
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13907
13907
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13908
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13908
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13909
13909
|
}, "strip", z.ZodTypeAny, {
|
|
13910
13910
|
nonce: number;
|
|
13911
13911
|
contractAddress: `0x${string}`;
|
|
@@ -13915,21 +13915,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13915
13915
|
yParity: number;
|
|
13916
13916
|
v?: bigint | undefined;
|
|
13917
13917
|
}, {
|
|
13918
|
-
nonce: string | number | bigint;
|
|
13919
13918
|
contractAddress: string;
|
|
13920
|
-
chainId
|
|
13921
|
-
|
|
13922
|
-
|
|
13923
|
-
|
|
13919
|
+
chainId?: string | number | bigint | undefined;
|
|
13920
|
+
nonce?: string | number | bigint | undefined;
|
|
13921
|
+
r?: string | undefined;
|
|
13922
|
+
s?: string | undefined;
|
|
13924
13923
|
v?: string | number | bigint | undefined;
|
|
13924
|
+
yParity?: string | number | bigint | undefined;
|
|
13925
13925
|
}>, z.ZodObject<{
|
|
13926
13926
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13927
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13928
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13929
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13930
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
13927
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13928
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13929
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13930
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
13931
13931
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
13932
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
13932
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
13933
13933
|
}, "strip", z.ZodTypeAny, {
|
|
13934
13934
|
address: `0x${string}`;
|
|
13935
13935
|
nonce: number;
|
|
@@ -13940,12 +13940,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13940
13940
|
v?: bigint | undefined;
|
|
13941
13941
|
}, {
|
|
13942
13942
|
address: string;
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
r
|
|
13946
|
-
s
|
|
13947
|
-
yParity: string | number | bigint;
|
|
13943
|
+
chainId?: string | number | bigint | undefined;
|
|
13944
|
+
nonce?: string | number | bigint | undefined;
|
|
13945
|
+
r?: string | undefined;
|
|
13946
|
+
s?: string | undefined;
|
|
13948
13947
|
v?: string | number | bigint | undefined;
|
|
13948
|
+
yParity?: string | number | bigint | undefined;
|
|
13949
13949
|
}>]>>>;
|
|
13950
13950
|
}, "strict", z.ZodTypeAny, {
|
|
13951
13951
|
sender: `0x${string}`;
|
|
@@ -13989,21 +13989,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13989
13989
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
13990
13990
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
13991
13991
|
eip7702Auth?: {
|
|
13992
|
-
nonce: string | number | bigint;
|
|
13993
13992
|
contractAddress: string;
|
|
13994
|
-
chainId
|
|
13995
|
-
|
|
13996
|
-
|
|
13997
|
-
|
|
13993
|
+
chainId?: string | number | bigint | undefined;
|
|
13994
|
+
nonce?: string | number | bigint | undefined;
|
|
13995
|
+
r?: string | undefined;
|
|
13996
|
+
s?: string | undefined;
|
|
13998
13997
|
v?: string | number | bigint | undefined;
|
|
13998
|
+
yParity?: string | number | bigint | undefined;
|
|
13999
13999
|
} | {
|
|
14000
14000
|
address: string;
|
|
14001
|
-
|
|
14002
|
-
|
|
14003
|
-
r
|
|
14004
|
-
s
|
|
14005
|
-
yParity: string | number | bigint;
|
|
14001
|
+
chainId?: string | number | bigint | undefined;
|
|
14002
|
+
nonce?: string | number | bigint | undefined;
|
|
14003
|
+
r?: string | undefined;
|
|
14004
|
+
s?: string | undefined;
|
|
14006
14005
|
v?: string | number | bigint | undefined;
|
|
14006
|
+
yParity?: string | number | bigint | undefined;
|
|
14007
14007
|
} | null | undefined;
|
|
14008
14008
|
}>, {
|
|
14009
14009
|
sender: `0x${string}`;
|
|
@@ -14047,21 +14047,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14047
14047
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
14048
14048
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
14049
14049
|
eip7702Auth?: {
|
|
14050
|
-
nonce: string | number | bigint;
|
|
14051
14050
|
contractAddress: string;
|
|
14052
|
-
chainId
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14051
|
+
chainId?: string | number | bigint | undefined;
|
|
14052
|
+
nonce?: string | number | bigint | undefined;
|
|
14053
|
+
r?: string | undefined;
|
|
14054
|
+
s?: string | undefined;
|
|
14056
14055
|
v?: string | number | bigint | undefined;
|
|
14056
|
+
yParity?: string | number | bigint | undefined;
|
|
14057
14057
|
} | {
|
|
14058
14058
|
address: string;
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
r
|
|
14062
|
-
s
|
|
14063
|
-
yParity: string | number | bigint;
|
|
14059
|
+
chainId?: string | number | bigint | undefined;
|
|
14060
|
+
nonce?: string | number | bigint | undefined;
|
|
14061
|
+
r?: string | undefined;
|
|
14062
|
+
s?: string | undefined;
|
|
14064
14063
|
v?: string | number | bigint | undefined;
|
|
14064
|
+
yParity?: string | number | bigint | undefined;
|
|
14065
14065
|
} | null | undefined;
|
|
14066
14066
|
}>, z.ZodEffects<z.ZodObject<{
|
|
14067
14067
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -14081,12 +14081,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14081
14081
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14082
14082
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
14083
14083
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14084
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14085
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14086
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14087
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14084
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14085
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14086
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14087
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14088
14088
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
14089
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14089
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14090
14090
|
}, "strip", z.ZodTypeAny, {
|
|
14091
14091
|
nonce: number;
|
|
14092
14092
|
contractAddress: `0x${string}`;
|
|
@@ -14096,21 +14096,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14096
14096
|
yParity: number;
|
|
14097
14097
|
v?: bigint | undefined;
|
|
14098
14098
|
}, {
|
|
14099
|
-
nonce: string | number | bigint;
|
|
14100
14099
|
contractAddress: string;
|
|
14101
|
-
chainId
|
|
14102
|
-
|
|
14103
|
-
|
|
14104
|
-
|
|
14100
|
+
chainId?: string | number | bigint | undefined;
|
|
14101
|
+
nonce?: string | number | bigint | undefined;
|
|
14102
|
+
r?: string | undefined;
|
|
14103
|
+
s?: string | undefined;
|
|
14105
14104
|
v?: string | number | bigint | undefined;
|
|
14105
|
+
yParity?: string | number | bigint | undefined;
|
|
14106
14106
|
}>, z.ZodObject<{
|
|
14107
14107
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14108
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14109
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14110
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14111
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14108
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14109
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14110
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14111
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14112
14112
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
14113
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14113
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14114
14114
|
}, "strip", z.ZodTypeAny, {
|
|
14115
14115
|
address: `0x${string}`;
|
|
14116
14116
|
nonce: number;
|
|
@@ -14121,12 +14121,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14121
14121
|
v?: bigint | undefined;
|
|
14122
14122
|
}, {
|
|
14123
14123
|
address: string;
|
|
14124
|
-
|
|
14125
|
-
|
|
14126
|
-
r
|
|
14127
|
-
s
|
|
14128
|
-
yParity: string | number | bigint;
|
|
14124
|
+
chainId?: string | number | bigint | undefined;
|
|
14125
|
+
nonce?: string | number | bigint | undefined;
|
|
14126
|
+
r?: string | undefined;
|
|
14127
|
+
s?: string | undefined;
|
|
14129
14128
|
v?: string | number | bigint | undefined;
|
|
14129
|
+
yParity?: string | number | bigint | undefined;
|
|
14130
14130
|
}>]>>>;
|
|
14131
14131
|
}, "strict", z.ZodTypeAny, {
|
|
14132
14132
|
sender: `0x${string}`;
|
|
@@ -14178,21 +14178,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14178
14178
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14179
14179
|
paymasterData?: string | null | undefined;
|
|
14180
14180
|
eip7702Auth?: {
|
|
14181
|
-
nonce: string | number | bigint;
|
|
14182
14181
|
contractAddress: string;
|
|
14183
|
-
chainId
|
|
14184
|
-
|
|
14185
|
-
|
|
14186
|
-
|
|
14182
|
+
chainId?: string | number | bigint | undefined;
|
|
14183
|
+
nonce?: string | number | bigint | undefined;
|
|
14184
|
+
r?: string | undefined;
|
|
14185
|
+
s?: string | undefined;
|
|
14187
14186
|
v?: string | number | bigint | undefined;
|
|
14187
|
+
yParity?: string | number | bigint | undefined;
|
|
14188
14188
|
} | {
|
|
14189
14189
|
address: string;
|
|
14190
|
-
|
|
14191
|
-
|
|
14192
|
-
r
|
|
14193
|
-
s
|
|
14194
|
-
yParity: string | number | bigint;
|
|
14190
|
+
chainId?: string | number | bigint | undefined;
|
|
14191
|
+
nonce?: string | number | bigint | undefined;
|
|
14192
|
+
r?: string | undefined;
|
|
14193
|
+
s?: string | undefined;
|
|
14195
14194
|
v?: string | number | bigint | undefined;
|
|
14195
|
+
yParity?: string | number | bigint | undefined;
|
|
14196
14196
|
} | null | undefined;
|
|
14197
14197
|
}>, {
|
|
14198
14198
|
sender: `0x${string}`;
|
|
@@ -14244,21 +14244,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14244
14244
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14245
14245
|
paymasterData?: string | null | undefined;
|
|
14246
14246
|
eip7702Auth?: {
|
|
14247
|
-
nonce: string | number | bigint;
|
|
14248
14247
|
contractAddress: string;
|
|
14249
|
-
chainId
|
|
14250
|
-
|
|
14251
|
-
|
|
14252
|
-
|
|
14248
|
+
chainId?: string | number | bigint | undefined;
|
|
14249
|
+
nonce?: string | number | bigint | undefined;
|
|
14250
|
+
r?: string | undefined;
|
|
14251
|
+
s?: string | undefined;
|
|
14253
14252
|
v?: string | number | bigint | undefined;
|
|
14253
|
+
yParity?: string | number | bigint | undefined;
|
|
14254
14254
|
} | {
|
|
14255
14255
|
address: string;
|
|
14256
|
-
|
|
14257
|
-
|
|
14258
|
-
r
|
|
14259
|
-
s
|
|
14260
|
-
yParity: string | number | bigint;
|
|
14256
|
+
chainId?: string | number | bigint | undefined;
|
|
14257
|
+
nonce?: string | number | bigint | undefined;
|
|
14258
|
+
r?: string | undefined;
|
|
14259
|
+
s?: string | undefined;
|
|
14261
14260
|
v?: string | number | bigint | undefined;
|
|
14261
|
+
yParity?: string | number | bigint | undefined;
|
|
14262
14262
|
} | null | undefined;
|
|
14263
14263
|
}>, z.ZodEffects<z.ZodObject<{
|
|
14264
14264
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -14278,12 +14278,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14278
14278
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14279
14279
|
eip7702Auth: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
14280
14280
|
contractAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14281
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14282
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14283
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14284
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14281
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14282
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14283
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14284
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14285
14285
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
14286
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14286
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14287
14287
|
}, "strip", z.ZodTypeAny, {
|
|
14288
14288
|
nonce: number;
|
|
14289
14289
|
contractAddress: `0x${string}`;
|
|
@@ -14293,21 +14293,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14293
14293
|
yParity: number;
|
|
14294
14294
|
v?: bigint | undefined;
|
|
14295
14295
|
}, {
|
|
14296
|
-
nonce: string | number | bigint;
|
|
14297
14296
|
contractAddress: string;
|
|
14298
|
-
chainId
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14297
|
+
chainId?: string | number | bigint | undefined;
|
|
14298
|
+
nonce?: string | number | bigint | undefined;
|
|
14299
|
+
r?: string | undefined;
|
|
14300
|
+
s?: string | undefined;
|
|
14302
14301
|
v?: string | number | bigint | undefined;
|
|
14302
|
+
yParity?: string | number | bigint | undefined;
|
|
14303
14303
|
}>, z.ZodObject<{
|
|
14304
14304
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14305
|
-
chainId: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14306
|
-
nonce: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14307
|
-
r: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14308
|
-
s: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string
|
|
14305
|
+
chainId: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14306
|
+
nonce: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14307
|
+
r: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14308
|
+
s: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
14309
14309
|
v: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
14310
|
-
yParity: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint
|
|
14310
|
+
yParity: z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>, number, string | number | bigint | undefined>;
|
|
14311
14311
|
}, "strip", z.ZodTypeAny, {
|
|
14312
14312
|
address: `0x${string}`;
|
|
14313
14313
|
nonce: number;
|
|
@@ -14318,12 +14318,12 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14318
14318
|
v?: bigint | undefined;
|
|
14319
14319
|
}, {
|
|
14320
14320
|
address: string;
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
r
|
|
14324
|
-
s
|
|
14325
|
-
yParity: string | number | bigint;
|
|
14321
|
+
chainId?: string | number | bigint | undefined;
|
|
14322
|
+
nonce?: string | number | bigint | undefined;
|
|
14323
|
+
r?: string | undefined;
|
|
14324
|
+
s?: string | undefined;
|
|
14326
14325
|
v?: string | number | bigint | undefined;
|
|
14326
|
+
yParity?: string | number | bigint | undefined;
|
|
14327
14327
|
}>]>>>;
|
|
14328
14328
|
}, "strict", z.ZodTypeAny, {
|
|
14329
14329
|
sender: `0x${string}`;
|
|
@@ -14375,21 +14375,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14375
14375
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14376
14376
|
paymasterData?: string | null | undefined;
|
|
14377
14377
|
eip7702Auth?: {
|
|
14378
|
-
nonce: string | number | bigint;
|
|
14379
14378
|
contractAddress: string;
|
|
14380
|
-
chainId
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14379
|
+
chainId?: string | number | bigint | undefined;
|
|
14380
|
+
nonce?: string | number | bigint | undefined;
|
|
14381
|
+
r?: string | undefined;
|
|
14382
|
+
s?: string | undefined;
|
|
14384
14383
|
v?: string | number | bigint | undefined;
|
|
14384
|
+
yParity?: string | number | bigint | undefined;
|
|
14385
14385
|
} | {
|
|
14386
14386
|
address: string;
|
|
14387
|
-
|
|
14388
|
-
|
|
14389
|
-
r
|
|
14390
|
-
s
|
|
14391
|
-
yParity: string | number | bigint;
|
|
14387
|
+
chainId?: string | number | bigint | undefined;
|
|
14388
|
+
nonce?: string | number | bigint | undefined;
|
|
14389
|
+
r?: string | undefined;
|
|
14390
|
+
s?: string | undefined;
|
|
14392
14391
|
v?: string | number | bigint | undefined;
|
|
14392
|
+
yParity?: string | number | bigint | undefined;
|
|
14393
14393
|
} | null | undefined;
|
|
14394
14394
|
}>, {
|
|
14395
14395
|
sender: `0x${string}`;
|
|
@@ -14441,21 +14441,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14441
14441
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14442
14442
|
paymasterData?: string | null | undefined;
|
|
14443
14443
|
eip7702Auth?: {
|
|
14444
|
-
nonce: string | number | bigint;
|
|
14445
14444
|
contractAddress: string;
|
|
14446
|
-
chainId
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14445
|
+
chainId?: string | number | bigint | undefined;
|
|
14446
|
+
nonce?: string | number | bigint | undefined;
|
|
14447
|
+
r?: string | undefined;
|
|
14448
|
+
s?: string | undefined;
|
|
14450
14449
|
v?: string | number | bigint | undefined;
|
|
14450
|
+
yParity?: string | number | bigint | undefined;
|
|
14451
14451
|
} | {
|
|
14452
14452
|
address: string;
|
|
14453
|
-
|
|
14454
|
-
|
|
14455
|
-
r
|
|
14456
|
-
s
|
|
14457
|
-
yParity: string | number | bigint;
|
|
14453
|
+
chainId?: string | number | bigint | undefined;
|
|
14454
|
+
nonce?: string | number | bigint | undefined;
|
|
14455
|
+
r?: string | undefined;
|
|
14456
|
+
s?: string | undefined;
|
|
14458
14457
|
v?: string | number | bigint | undefined;
|
|
14458
|
+
yParity?: string | number | bigint | undefined;
|
|
14459
14459
|
} | null | undefined;
|
|
14460
14460
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodObject<{
|
|
14461
14461
|
balance: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
@@ -14769,21 +14769,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14769
14769
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
14770
14770
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
14771
14771
|
eip7702Auth?: {
|
|
14772
|
-
nonce: string | number | bigint;
|
|
14773
14772
|
contractAddress: string;
|
|
14774
|
-
chainId
|
|
14775
|
-
|
|
14776
|
-
|
|
14777
|
-
|
|
14773
|
+
chainId?: string | number | bigint | undefined;
|
|
14774
|
+
nonce?: string | number | bigint | undefined;
|
|
14775
|
+
r?: string | undefined;
|
|
14776
|
+
s?: string | undefined;
|
|
14778
14777
|
v?: string | number | bigint | undefined;
|
|
14778
|
+
yParity?: string | number | bigint | undefined;
|
|
14779
14779
|
} | {
|
|
14780
14780
|
address: string;
|
|
14781
|
-
|
|
14782
|
-
|
|
14783
|
-
r
|
|
14784
|
-
s
|
|
14785
|
-
yParity: string | number | bigint;
|
|
14781
|
+
chainId?: string | number | bigint | undefined;
|
|
14782
|
+
nonce?: string | number | bigint | undefined;
|
|
14783
|
+
r?: string | undefined;
|
|
14784
|
+
s?: string | undefined;
|
|
14786
14785
|
v?: string | number | bigint | undefined;
|
|
14786
|
+
yParity?: string | number | bigint | undefined;
|
|
14787
14787
|
} | null | undefined;
|
|
14788
14788
|
} | {
|
|
14789
14789
|
sender: string;
|
|
@@ -14802,21 +14802,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14802
14802
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14803
14803
|
paymasterData?: string | null | undefined;
|
|
14804
14804
|
eip7702Auth?: {
|
|
14805
|
-
nonce: string | number | bigint;
|
|
14806
14805
|
contractAddress: string;
|
|
14807
|
-
chainId
|
|
14808
|
-
|
|
14809
|
-
|
|
14810
|
-
|
|
14806
|
+
chainId?: string | number | bigint | undefined;
|
|
14807
|
+
nonce?: string | number | bigint | undefined;
|
|
14808
|
+
r?: string | undefined;
|
|
14809
|
+
s?: string | undefined;
|
|
14811
14810
|
v?: string | number | bigint | undefined;
|
|
14811
|
+
yParity?: string | number | bigint | undefined;
|
|
14812
14812
|
} | {
|
|
14813
14813
|
address: string;
|
|
14814
|
-
|
|
14815
|
-
|
|
14816
|
-
r
|
|
14817
|
-
s
|
|
14818
|
-
yParity: string | number | bigint;
|
|
14814
|
+
chainId?: string | number | bigint | undefined;
|
|
14815
|
+
nonce?: string | number | bigint | undefined;
|
|
14816
|
+
r?: string | undefined;
|
|
14817
|
+
s?: string | undefined;
|
|
14819
14818
|
v?: string | number | bigint | undefined;
|
|
14819
|
+
yParity?: string | number | bigint | undefined;
|
|
14820
14820
|
} | null | undefined;
|
|
14821
14821
|
} | {
|
|
14822
14822
|
sender: string;
|
|
@@ -14835,21 +14835,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14835
14835
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14836
14836
|
paymasterData?: string | null | undefined;
|
|
14837
14837
|
eip7702Auth?: {
|
|
14838
|
-
nonce: string | number | bigint;
|
|
14839
14838
|
contractAddress: string;
|
|
14840
|
-
chainId
|
|
14841
|
-
|
|
14842
|
-
|
|
14843
|
-
|
|
14839
|
+
chainId?: string | number | bigint | undefined;
|
|
14840
|
+
nonce?: string | number | bigint | undefined;
|
|
14841
|
+
r?: string | undefined;
|
|
14842
|
+
s?: string | undefined;
|
|
14844
14843
|
v?: string | number | bigint | undefined;
|
|
14844
|
+
yParity?: string | number | bigint | undefined;
|
|
14845
14845
|
} | {
|
|
14846
14846
|
address: string;
|
|
14847
|
-
|
|
14848
|
-
|
|
14849
|
-
r
|
|
14850
|
-
s
|
|
14851
|
-
yParity: string | number | bigint;
|
|
14847
|
+
chainId?: string | number | bigint | undefined;
|
|
14848
|
+
nonce?: string | number | bigint | undefined;
|
|
14849
|
+
r?: string | undefined;
|
|
14850
|
+
s?: string | undefined;
|
|
14852
14851
|
v?: string | number | bigint | undefined;
|
|
14852
|
+
yParity?: string | number | bigint | undefined;
|
|
14853
14853
|
} | null | undefined;
|
|
14854
14854
|
}, string] | [{
|
|
14855
14855
|
sender: string;
|
|
@@ -14864,21 +14864,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14864
14864
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
14865
14865
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
14866
14866
|
eip7702Auth?: {
|
|
14867
|
-
nonce: string | number | bigint;
|
|
14868
14867
|
contractAddress: string;
|
|
14869
|
-
chainId
|
|
14870
|
-
|
|
14871
|
-
|
|
14872
|
-
|
|
14868
|
+
chainId?: string | number | bigint | undefined;
|
|
14869
|
+
nonce?: string | number | bigint | undefined;
|
|
14870
|
+
r?: string | undefined;
|
|
14871
|
+
s?: string | undefined;
|
|
14873
14872
|
v?: string | number | bigint | undefined;
|
|
14873
|
+
yParity?: string | number | bigint | undefined;
|
|
14874
14874
|
} | {
|
|
14875
14875
|
address: string;
|
|
14876
|
-
|
|
14877
|
-
|
|
14878
|
-
r
|
|
14879
|
-
s
|
|
14880
|
-
yParity: string | number | bigint;
|
|
14876
|
+
chainId?: string | number | bigint | undefined;
|
|
14877
|
+
nonce?: string | number | bigint | undefined;
|
|
14878
|
+
r?: string | undefined;
|
|
14879
|
+
s?: string | undefined;
|
|
14881
14880
|
v?: string | number | bigint | undefined;
|
|
14881
|
+
yParity?: string | number | bigint | undefined;
|
|
14882
14882
|
} | null | undefined;
|
|
14883
14883
|
} | {
|
|
14884
14884
|
sender: string;
|
|
@@ -14897,21 +14897,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14897
14897
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14898
14898
|
paymasterData?: string | null | undefined;
|
|
14899
14899
|
eip7702Auth?: {
|
|
14900
|
-
nonce: string | number | bigint;
|
|
14901
14900
|
contractAddress: string;
|
|
14902
|
-
chainId
|
|
14903
|
-
|
|
14904
|
-
|
|
14905
|
-
|
|
14901
|
+
chainId?: string | number | bigint | undefined;
|
|
14902
|
+
nonce?: string | number | bigint | undefined;
|
|
14903
|
+
r?: string | undefined;
|
|
14904
|
+
s?: string | undefined;
|
|
14906
14905
|
v?: string | number | bigint | undefined;
|
|
14906
|
+
yParity?: string | number | bigint | undefined;
|
|
14907
14907
|
} | {
|
|
14908
14908
|
address: string;
|
|
14909
|
-
|
|
14910
|
-
|
|
14911
|
-
r
|
|
14912
|
-
s
|
|
14913
|
-
yParity: string | number | bigint;
|
|
14909
|
+
chainId?: string | number | bigint | undefined;
|
|
14910
|
+
nonce?: string | number | bigint | undefined;
|
|
14911
|
+
r?: string | undefined;
|
|
14912
|
+
s?: string | undefined;
|
|
14914
14913
|
v?: string | number | bigint | undefined;
|
|
14914
|
+
yParity?: string | number | bigint | undefined;
|
|
14915
14915
|
} | null | undefined;
|
|
14916
14916
|
} | {
|
|
14917
14917
|
sender: string;
|
|
@@ -14930,21 +14930,21 @@ export declare const bundlerRpcSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14930
14930
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
14931
14931
|
paymasterData?: string | null | undefined;
|
|
14932
14932
|
eip7702Auth?: {
|
|
14933
|
-
nonce: string | number | bigint;
|
|
14934
14933
|
contractAddress: string;
|
|
14935
|
-
chainId
|
|
14936
|
-
|
|
14937
|
-
|
|
14938
|
-
|
|
14934
|
+
chainId?: string | number | bigint | undefined;
|
|
14935
|
+
nonce?: string | number | bigint | undefined;
|
|
14936
|
+
r?: string | undefined;
|
|
14937
|
+
s?: string | undefined;
|
|
14939
14938
|
v?: string | number | bigint | undefined;
|
|
14939
|
+
yParity?: string | number | bigint | undefined;
|
|
14940
14940
|
} | {
|
|
14941
14941
|
address: string;
|
|
14942
|
-
|
|
14943
|
-
|
|
14944
|
-
r
|
|
14945
|
-
s
|
|
14946
|
-
yParity: string | number | bigint;
|
|
14942
|
+
chainId?: string | number | bigint | undefined;
|
|
14943
|
+
nonce?: string | number | bigint | undefined;
|
|
14944
|
+
r?: string | undefined;
|
|
14945
|
+
s?: string | undefined;
|
|
14947
14946
|
v?: string | number | bigint | undefined;
|
|
14947
|
+
yParity?: string | number | bigint | undefined;
|
|
14948
14948
|
} | null | undefined;
|
|
14949
14949
|
}, string, Record<string, {
|
|
14950
14950
|
balance?: string | number | bigint | undefined;
|