Appearance
@swapped/connect-sdk / core / WalletTransferStatus
Type Alias: WalletTransferStatus
WalletTransferStatus =
Exclude<WalletTxStatus,"transaction-completed"> |"registering"|"completed"|"requires_retry"
Defined in: src/types/wallets.transfer.types.ts:22
Progress of a wallet deposit (submit / retry).
Host send steps (except transaction-completed) plus SDK-owned steps:
initiating— deposit is startingwaiting_for_a_signature— ask the user to confirm / sign in the walletwaiting_for_confirmation— wallet popup is open for a normal sendsending— transaction was submitted; hash may be presentin_progress— waiting for on-chain confirmationswap_started_waiting_for_second_confirmation— first swap tx sent; another confirmation may be neededregistering— on-chain send succeeded; telling Swapped about the depositcompleted— deposit finished; show the success screenrequires_retry— the wallet already sent; registering with Swapped failed. Show Retry, not a new depositfailed— transfer failed; show the error
Host transaction-completed is omitted — treat completed as terminal success.