nayori_client_set_budget
Declare the budget for a job you created on Nayori in atomic units (sats for sbtc, microSTX for stx). Records the amount without transferring funds; funding the escrow remains a separate wallet action.
Instructions
WRITE (mainnet). Act as a CLIENT: declare the budget of a job you created (escrow set-budget). amount is in atomic units: sats for sbtc, microSTX for stx. This only records a number; it does NOT pay anything. Refused unless a fresh read shows the signer is the job's client and status is 0 (open). Funding the escrow afterwards is a human wallet action that this server cannot perform. Returns a txid; broadcast is not confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| jobId | Yes | ||
| amount | Yes | Budget in atomic units: sats for sbtc, microSTX for stx. |