We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
end_foreign_callback_context
1 parent c3a8d96 commit 99d8c50Copy full SHA for 99d8c50
1 file changed
crates/miden-protocol/asm/kernels/transaction/lib/callbacks.masm
@@ -136,7 +136,7 @@ proc invoke_callback
136
end
137
# => [PROCESSED_ASSET_VALUE]
138
139
- exec.tx::end_foreign_context
+ exec.end_foreign_callback_context
140
141
142
@@ -183,3 +183,15 @@ proc start_foreign_callback_context
183
movup.5 and
184
# => [should_invoke, PROC_ROOT, ASSET_KEY, ASSET_VALUE]
185
186
+
187
+#! Ends a foreign callback context.
188
+#!
189
+#! This pops the top of the account stack, making the previous account the active account.
190
191
+#! This wrapper exists only for uniformity with start_foreign_callback_context.
192
193
+#! Inputs: []
194
+#! Outputs: []
195
+proc end_foreign_callback_context
196
+ exec.tx::end_foreign_context
197
+end
0 commit comments