assetfare_observe_destination
Verify an already-submitted destination transaction and finalize the legacy workflow. Use after submitting the prepared action; network request only, never signs or submits.
Instructions
Verify an already-submitted destination UserOperation receipt and finalize the legacy v1 workflow record. Use only after the caller independently submits assetfare_prepare_destination_action; for v2 output observation use assetfare_v2_session_observe_output instead. Makes a network request and advances session state, but never signs or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Legacy v1 session UUID returned by assetfare_create_session. Use only with the unversioned legacy workflow; do not pass a v2 session ID. | |
| access_token | Yes | Sensitive legacy v1 wallet-bound bearer token returned by assetfare_finish_wallet_auth. Use only with unversioned legacy session tools; never log or use it as a v2 session capability. | |
| idempotency_key | Yes | Caller-generated retry key, 8-128 characters. Reuse it only when retrying the same logical mutation; choose a new key for a new operation. | |
| transaction_hash | Yes | Destination EVM transaction hash already submitted by the caller, formatted as 0x plus 64 hex characters. |