check_depository — Group 11, Code 111
Check whether the expected external deposit has arrived.
Purpose
check_depository queries the depository side of the crossover flow to determine whether the expected inbound value has been observed and is ready to advance.
Wire reference — authored from source
This byte layout was derived from the current raidax implementation (cmd_crossover.c). It reflects the live binary protocol used by the crossover service.
Request Body
| Field | Size | Description |
|---|---|---|
| Challenge | 16 bytes | Random material for request validation. |
| Locker Key | 16 bytes | The unique key for the target locker. |
| Currency Code | 3 bytes | ISO-style currency identifier. |
| Transaction ID | 32 bytes | External blockchain transaction identifier. |
| Receipt ID | 16 bytes | Client-generated ID for transaction tracking. |
| Memo | Variable | Descriptive text for the check. |