Prepare Fill
chainwhisper_prepare_fillPrepares a fill for an existing ChainWhisper order by handling public visible amounts as planner input while collecting confidential private-token inputs in the local signer.
Instructions
Prepare a fill for an existing trusted ChainWhisper order. Public visible amounts remain planner input. Only confidential hidden-liquidity or Direct private-token inputs are collected inside the signer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | ||
| wallet | No | ||
| inputAmount | No | Planner input for publicly visible payment amounts, including private-token amounts on public Standard and explicitly labeled legacy Standard orders. Omit only for hidden-liquidity/private-inventory or Direct encrypted private-token payments; the signer collects those locally. | |
| recurringSide | No | User action relative to the base asset: buy means pay quote and receive base; sell means pay base and receive quote. | |
| minOutputAmount | No | Visible orders only. Confidential output limits stay inside the local signer. |