pub fn run_update<B, T>(
view: &AccountView<'_>,
args: &B::Args,
_proof: &BehaviorChecked<B, B::CheckOutput>,
) -> ProgramResultExpand description
Run behavior B’s update phase through the typed mutable path.
Requires the proof token from run_check, so this helper cannot run an
update without a successful check token of the same behavior type.