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:u32defining handle of the message to commit.pid_value:const ptrfor concatenated program id and value.delay:u32amount of blocks to delay.err_mid:mut ptrfor concatenated error code and message id.