You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add getBalance action across relayer, account, and bundler
Add gelato_getBalance RPC support to query Gas Tank balance from all
three client types. Includes tests, fixtures, examples, and README docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: changeset
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|`sendTransactionSync`|`{ chainId, to, data, timeout?, pollingInterval?, throwOnReverted?, ... }`|`Promise<TransactionReceipt>`| Send and wait for receipt |
308
317
|`getStatus`|`{ id: string }`|`Promise<Status>`| Get transaction status |
309
318
|`waitForReceipt`|`{ id: string, timeout?, pollingInterval?, throwOnReverted? }`|`Promise<TransactionReceipt>`| Wait for receipt, throws on failure |
319
+
|`getBalance`| - |`Promise<Balance>`| Get Gas Tank balance |
310
320
|`getCapabilities`| - |`Promise<Capabilities>`| Get supported chains |
311
321
|`getFeeData`|`{ chainId, gas, l1Fee? }`|`Promise<FeeData>`| Get network fee data |
0 commit comments