Function gstd::prog::create_program_bytes_with_gas_for_reply
source · pub fn create_program_bytes_with_gas_for_reply(
code_id: CodeId,
salt: impl AsRef<[u8]>,
payload: impl AsRef<[u8]>,
gas_limit: u64,
value: u128,
reply_deposit: u64,
) -> Result<CreateProgramFuture>
Expand description
Same as create_program_bytes_with_gas
, but the program
will interrupt until the reply is received.
Argument reply_deposit: u64
used to provide gas for
future reply handling (skipped if zero).