assetfare_v2_session_observe_output
Record an already-produced bridge or destination output, such as a transaction hash, and advance the workflow. Retry-safe with an idempotency key. AssetFare only observes; it never signs or submits.
Instructions
Record an already-produced bridge or destination output, then advance the workflow. Example: transaction_hash='' with idempotency_key='output-0001'. AssetFare observes but never signs or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | V2 workflow session UUID returned by assetfare_v2_session_create. Use only with assetfare_v2_session_* tools; do not pass a legacy session ID. | |
| session_token | Yes | Sensitive caller-generated v2 session capability: at least 32 CSPRNG bytes encoded as 43-128 URL-safe base64 characters. Generate it locally; never log it or substitute a private key or legacy access token. | |
| 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 | No | Optional bridge or destination transaction hash already produced outside AssetFare. Omit only when the provider output can be observed without a hash. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signed | Yes | ||
| status | Yes | ||
| submitted | Yes | ||
| session_id | Yes | ||
| current_action | Yes | ||
| server_signing | Yes | ||
| action_available | Yes | ||
| server_submission | Yes |