get_bridge_status
Poll a dispatched DLN bridge order's fulfillment status (FREE read).
Follow-up to bridge_in/bridge_out: a dispatched order stays
"pending"/"broadcast" in Crank's own record forever unless polled -- this
queries deBridge's dlnOrderStatus endpoint by order_id (returned as
order_id from bridge_in / bridge_out) and best-effort updates the matching
BridgeTransfer row. Returns dln_status (raw DLN value) and status (mapped
onto pending/fulfilled/cancelled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| caller_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||