assetfare_v2_session_observe_source
Record already-signed and submitted source transaction hashes to advance the current workflow session. Use this after submission to update status without signing or submitting transactions.
Instructions
Record source hashes the caller already signed and submitted, then advance the workflow. Example: transaction_hashes=[''] with idempotency_key='source-0001'. Never pass an unsigned hash; 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_hashes | Yes | One to eight hashes for source transactions the caller already signed and submitted. Do not provide unsigned payloads or destination hashes. |
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 |