Skip to main content

gr_reply_commit

Function gr_reply_commit 

Source
pub unsafe extern "C" fn gr_reply_commit(
    value: *const u128,
    err_mid: *mut ErrorWithHash,
)
Expand description

Fallible gr_reply_commit send syscall.

Arguments type:

  • value: const ptr for u128 defining amount of value to apply. Ignored if equals u32::MAX (use this for zero value for optimization).
  • err_mid: mut ptr for concatenated error code and message id.