Function promise_result_checked_void

Source
pub fn promise_result_checked_void(result_idx: u64) -> PromiseResult<()>
Expand description

Returns Ok(()) if the promise at result_idx succeeded with an empty result. This is the expected outcome for void-returning cross-contract calls (e.g. ft_transfer, nft_transfer, mt_batch_transfer).