pub unsafe extern "C" fn gr_send_commit_wgas(
handle: Handle,
pid_value: *const HashWithValue,
gas_limit: Gas,
delay: BlockNumber,
err_mid: *mut ErrorWithHash,
)Expand description
Fallible gr_send_commit_wgas send syscall.
Arguments type:
handle:u32defining handle of the message to commit.pid_value:const ptrfor concatenated program id and value.gas_limit:u64defining gas limit for sending.delay:u32amount of blocks to delay.err_mid:mut ptrfor concatenated error code and message id.