|
10 | 10 | - name: rundler_maxPriorityFeePerGas example
|
11 | 11 | params: []
|
12 | 12 | result:
|
13 |
| - jsonrpc: "2.0" |
14 |
| - id: 1 |
15 |
| - result: "0xb1770efb14906e509893b6190359658208ae64d0c56e22f748a1b0869885559e" |
| 13 | + name: Estimated priority fee |
| 14 | + value: |
| 15 | + jsonrpc: "2.0" |
| 16 | + id: 1 |
| 17 | + result: "0xb1770efb14906e509893b6190359658208ae64d0c56e22f748a1b0869885559e" |
16 | 18 |
|
17 | 19 | - name: eth_getUserOperationReceipt
|
18 | 20 | summary: Get the UserOperationReceipt based on the userOpHash.
|
|
38 | 40 | - name: userOpHash
|
39 | 41 | value: "0x93c06f3f5909cc2b192713ed9bf93e3e1fde4b22fcd2466304fa404f9b80ff90"
|
40 | 42 | result:
|
41 |
| - jsonrpc: "2.0" |
42 |
| - id: 1 |
43 |
| - result: |
| 43 | + name: UserOperationReceipt |
| 44 | + value: |
| 45 | + jsonrpc: "2.0" |
| 46 | + id: 1 |
| 47 | + result: |
44 | 48 | userOpHash: "0x77c0b560eb0b042902abc5613f768d2a6b2d67481247e9663bf4d68dec0ca122"
|
45 | 49 | entryPoint: "0xc944E90C64B2c07662A292be6244BDf05Cda44a7"
|
46 | 50 | sender: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
|
|
71 | 75 | - name: eth_supportedEntryPoints example
|
72 | 76 | params: []
|
73 | 77 | result:
|
74 |
| - jsonrpc: "2.0" |
75 |
| - id: 1 |
76 |
| - result: |
| 78 | + name: Supported entryPoints |
| 79 | + value: |
| 80 | + jsonrpc: "2.0" |
| 81 | + id: 1 |
| 82 | + result: |
77 | 83 | - "0xcd01C8aa8995A59eB7B2627E69b40e0524B5ecf8"
|
78 | 84 | - "0x7A0A0d159218E6a2f407B99173A2b12A6DDfC2a6"
|
79 | 85 |
|
|
101 | 107 | - name: userOpHash
|
102 | 108 | value: "0x77c0b560eb0b042902abc5613f768d2a6b2d67481247e9663bf4d68dec0ca122"
|
103 | 109 | result:
|
104 |
| - jsonrpc: "2.0" |
105 |
| - id: 1 |
106 |
| - result: |
| 110 | + name: UserOperation |
| 111 | + value: |
| 112 | + jsonrpc: "2.0" |
| 113 | + id: 1 |
| 114 | + result: |
107 | 115 | sender: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
|
108 | 116 | nonce: 1
|
109 | 117 | initCode: "0x"
|
|
148 | 156 | - name: Entrypoint address
|
149 | 157 | value: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
|
150 | 158 | result:
|
151 |
| - jsonrpc: "2.0" |
152 |
| - id: 1 |
153 |
| - result: "0x1234...5678" |
| 159 | + name: userOpHash |
| 160 | + value: |
| 161 | + jsonrpc: "2.0" |
| 162 | + id: 1 |
| 163 | + result: "0x1234...5678" |
154 | 164 |
|
155 | 165 | - name: eth_estimateUserOperationGas
|
156 | 166 | summary: Estimates the gas values for a UserOperation.
|
|
210 | 220 | - name: Entrypoint address
|
211 | 221 | value: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
|
212 | 222 | result:
|
213 |
| - jsonrpc: "2.0" |
214 |
| - id: 1 |
215 |
| - result: |
| 223 | + name: Gas estimation |
| 224 | + value: |
| 225 | + jsonrpc: "2.0" |
| 226 | + id: 1 |
| 227 | + result: |
216 | 228 | preVerificationGas: "0x1"
|
217 | 229 | verificationGasLimit: "0x1"
|
218 | 230 | callGasLimit: "0x1"
|
|
0 commit comments