Gas price manager
UseGasPriceManager to fetch and cache gas estimates and pass them to the Write SDK for faster, predictable transaction building:
Gas sponsorship
- By default, transactions are self-pay (the user pays gas in APT).
- To sponsor gas via Geomi Gas Station, add
gasStationApiKeyto your config:
Time synchronization
If client clocks are skewed, settimeDeltaMs to shift local time used when building transactions:
serverDeltaMs = serverTimeMs - Date.now() using your own time endpoint.
