Skip to main content
Synchronous transaction methods wait for the final result instead of returning a task ID. These methods are specifically designed for fast chains and chains with Flashblocks enabled, where transaction confirmation times are minimal.

Overview

How It Works

  1. Single Call - Submit transaction and receive final status in one API call
  2. Built-in Waiting - SDK handles polling internally until transaction completes or times out
  3. Immediate Feedback - Returns transaction receipt on success, or error details on failure
  4. Timeout Protection - Configurable timeout prevents indefinite waiting

Code Example

Additional Resources