[][src]Function eosio_cdt_sys::is_feature_activated

pub unsafe extern "C" fn is_feature_activated(
    feature_digest: *const capi_checksum256
) -> bool

Check if specified protocol feature has been activated

@param feature_digest - digest of the protocol feature @return true if the specified protocol feature has been activated, false otherwise