Skip to main content

gr_send_commit

Function gr_send_commit 

Source
pub unsafe extern "C" fn gr_send_commit(
    handle: u32,
    pid_value: *const HashWithValue,
    delay: u32,
    err_mid: *mut ErrorWithHash,
)
Expand description

Fallible gr_send_commit send syscall.

Arguments type:

  • handle: u32 defining handle of the message to commit.
  • pid_value: const ptr for concatenated program id and value.
  • delay: u32 amount of blocks to delay.
  • err_mid: mut ptr for concatenated error code and message id.