You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(asset-leasing): name the instruction handlers in the §1 lifecycle steps
The §1 'short seller's full lifecycle' steps described the
mechanics in plain English ('open the position', 'close the
position') without naming the instruction handlers that actually
perform those steps. The reader had no signpost connecting the
narrative to the code.
Now each step calls out the handler explicitly: take_lease,
pay_lease_fee, top_up_collateral, return_lease — plus liquidate
and close_expired in the failure paragraph. Reader can grep the
handler name straight to §3 for full mechanics.
0 commit comments