Function unc_sdk::utils::assert_self
source ยท pub fn assert_self()Expand description
Assert that predecessor_account_id == current_account_id, meaning contract called itself.
pub fn assert_self()Assert that predecessor_account_id == current_account_id, meaning contract called itself.