Skip to content

@swapped/connect-sdk / core / WalletTxStatus

Type Alias: WalletTxStatus

WalletTxStatus = "initiating" | "waiting_for_a_signature" | "waiting_for_confirmation" | "sending" | "in_progress" | "swap_started_waiting_for_second_confirmation" | "transaction-completed" | "failed"

Defined in: src/types/wallets.types.ts:154

Host send progress for a single wallet transaction.

  • initiating — send is starting
  • waiting_for_a_signature — wallet is asking the user to sign (approve, Solana WalletConnect, …)
  • waiting_for_confirmation — wallet popup is open for a normal send
  • sending — transaction hash is known; broadcast in flight
  • in_progress — waiting for on-chain confirmation
  • swap_started_waiting_for_second_confirmation — first swap tx sent; another wallet confirmation may be needed
  • transaction-completed — host considers the send done (transfer layer continues with registering / completed)
  • failed — send failed